⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 envvaluetypes.html

📁 一个实用的java源程序
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>2.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.bea.wli.sb.util.EnvValueTypes.SERVICE_URI_TABLE">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="UDDI_AUTO_PUBLISH"><!-- --></A><H3>
UDDI_AUTO_PUBLISH</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>UDDI_AUTO_PUBLISH</B></PRE>
<DL>
<DD>Auto publish property of proxy service. Location values are undefined. Java type of this env value is <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Boolean.html" title="class or interface in java.lang"><CODE>Boolean</CODE></A>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>2.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.bea.wli.sb.util.EnvValueTypes.UDDI_AUTO_PUBLISH">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="UDDI_AUTO_IMPORT"><!-- --></A><H3>
UDDI_AUTO_IMPORT</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>UDDI_AUTO_IMPORT</B></PRE>
<DL>
<DD>Auto synchronize property of an imported business service from UDDI registry. This property is per registry. Location values are undefined. Java type of this env value is <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Boolean.html" title="class or interface in java.lang"><CODE>Boolean</CODE></A>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>2.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.bea.wli.sb.util.EnvValueTypes.UDDI_AUTO_IMPORT">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="ALERT_DEST_EMAIL_LIST"><!-- --></A><H3>
ALERT_DEST_EMAIL_LIST</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>ALERT_DEST_EMAIL_LIST</B></PRE>
<DL>
<DD>List of Email alert destination entries. Location values are undefined. Java type of this env value is <CODE>com.bea.wli.monitoring.alert.action.email.EmailDestinationListType</CODE>. Schema is <p> <code>&lt;xs:schema targetNamespace="http://www.bea.com/wli/monitoring/alert/action/email"   xmlns:email="http://www.bea.com/wli/monitoring/alert/action/email"   xmlns:configRef="http://www.bea.com/wli/config/reference"   xmlns:xs="http://www.w3.org/2001/XMLSchema"   xmlns="http://www.w3.org/2001/XMLSchema"   elementFormDefault="qualified"   attributeFormDefault="unqualified"&gt;   &lt;xs:element name="EmailDestinationList" type="email:EmailDestinationListType"/&gt;   &lt;xs:complexType name="EmailDestinationListType" xmlns="http://www.bea.com/wli/monitoring/alert/action/email"&gt;      &lt;xs:sequence&gt;          &lt;xs:element name="email-destination-entry" type="email:EmailDestinationType" minOccurs="0"              maxOccurs="unbounded"/&gt;      &lt;/xs:sequence&gt;   &lt;/xs:complexType&gt;   &lt;xs:element name="EmailDestination" type="email:EmailDestinationType"/&gt;   &lt;xs:complexType name="EmailDestinationType" xmlns="http://www.bea.com/wli/monitoring/alert/action/email"&gt;      &lt;xs:sequence&gt;          &lt;!-- mail recipients separated by comma --&gt;          &lt;xs:element name="mail-recipients" type="xs:anyURI" minOccurs="1" maxOccurs="1"/&gt;          &lt;xs:choice&gt;          &lt;!-- SMTP resource --&gt;              &lt;xs:element name="smtp-resource" type="configRef:SMTPServerRef" minOccurs="0"/&gt;              &lt;!-- JNDI name of the configured Mail Sessions in the server --&gt;              &lt;xs:element name="mail-session-jndiname" type="xs:string" minOccurs="0"/&gt;      &lt;/xs:choice&gt;      &lt;!-- The originating email address --&gt;      &lt;xs:element name="from-address" type="xs:string" minOccurs="0"/&gt;      &lt;!-- The display name for the originating e-mail address --&gt;      &lt;xs:element name="from-name" type="xs:string" minOccurs="0"/&gt;      &lt;!-- The email address to reply to --&gt;      &lt;xs:element name="reply-to-address" type="xs:string" minOccurs="0"/&gt;      &lt;!-- The display name for the reply to address --&gt;      &lt;xs:element name="reply-to-name" type="xs:string" minOccurs="0"/&gt;      &lt;!-- Connection timeout in milli seconds --&gt;      &lt;xs:element name="connection-timeout" type="xs:int" minOccurs="0" default="0"/&gt;      &lt;!-- character set encoding on the request --&gt;      &lt;xs:element name="request-encoding" type="xs:string" minOccurs="0"/&gt;      &lt;/xs:sequence&gt;   &lt;/xs:complexType&gt;   &lt;/xs:schema&gt; </code>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>2.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.bea.wli.sb.util.EnvValueTypes.ALERT_DEST_EMAIL_LIST">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="ALERT_EMAIL_DESTINATION_URI"><!-- --></A><H3>
ALERT_EMAIL_DESTINATION_URI</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>ALERT_EMAIL_DESTINATION_URI</B></PRE>
<DL>
<DD>Represents uri in an email alert destination. Location values are indices in the <A HREF="../../../../../com/bea/wli/sb/util/EnvValueTypes.html#ALERT_DEST_EMAIL_LIST"><CODE>ALERT_DEST_EMAIL_LIST</CODE></A> list and it points to the respective email alert destination entry in the list.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.bea.wli.sb.util.EnvValueTypes.ALERT_EMAIL_DESTINATION_URI">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="ALERT_DEST_JMS_LIST"><!-- --></A><H3>
ALERT_DEST_JMS_LIST</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>ALERT_DEST_JMS_LIST</B></PRE>
<DL>
<DD>JMS alert destination entries list. Location values are undefined. Java type of this env value is <CODE>com.bea.wli.monitoring.alert.action.jms.JMSDestinationListType</CODE>. Schema is located at <CODE>\public\JmsAlertDestination.xsd </CODE> Schema is <p> <code>&lt;xs:schema targetNamespace="http://www.bea.com/wli/monitoring/alert/action/jms"            xmlns:jms="http://www.bea.com/wli/monitoring/alert/action/jms"            xmlns:xs="http://www.w3.org/2001/XMLSchema"            xmlns="http://www.w3.org/2001/XMLSchema"            elementFormDefault="qualified"            attributeFormDefault="unqualified"&gt;     &lt;xs:element name="JMSDestinationList" type="jms:JMSDestinationListType"/&gt;     &lt;xs:complexType name="JMSDestinationListType" xmlns="http://www.bea.com/wli/monitoring/alert/action/jms"&gt;         &lt;xs:sequence&gt;             &lt;xs:element name="jms-destination-entry" type="jms:JMSDestinationType" minOccurs="0" maxOccurs="unbounded"/&gt;         &lt;/xs:sequence&gt;     &lt;/xs:complexType&gt;     &lt;xs:element name="JMSDestination" type="jms:JMSDestinationType"/&gt;     &lt;xs:complexType name="JMSDestinationType" xmlns="http://www.bea.com/wli/monitoring/alert/action/jms"&gt;         &lt;xs:sequence&gt;             &lt;xs:element name="destination-uri" type="xs:anyURI" minOccurs="1" maxOccurs="1"&gt;                 &lt;xs:annotation&gt;                     &lt;xs:documentation&gt;                         uri of the topic/queue.                     &lt;/xs:documentation&gt;                 &lt;/xs:annotation&gt;             &lt;/xs:element&gt;             &lt;xs:element name="is-queue" type="xs:boolean"&gt;                 &lt;xs:annotation&gt;                     &lt;xs:documentation&gt;                         whether the endpoint destination is a queue or a topic.                     &lt;/xs:documentation&gt;                 &lt;/xs:annotation&gt;             &lt;/xs:element&gt;             &lt;xs:element name="message-type" type="jms:JmsMessageTypeEnum"&gt;                 &lt;xs:annotation&gt;                     &lt;xs:documentation&gt;                         type of outbound message, which can be either Text or Bytes.                     &lt;/xs:documentation&gt;                 &lt;/xs:annotation&gt;             &lt;/xs:element&gt;             &lt;xs:element name="request-encoding" type="xs:string" minOccurs="0"&gt;                 &lt;xs:annotation&gt;                     &lt;xs:documentation&gt;                         character set encoding on the request                     &lt;/xs:documentation&gt;                 &lt;/xs:annotation&gt;             &lt;/xs:element&gt;         &lt;/xs:sequence&gt;     &lt;/xs:complexType&gt;     &lt;xs:simpleType name="JmsMessageTypeEnum" xmlns="http://www.bea.com/wli/monitoring/alert/action/jms"&gt;         &lt;xs:restriction base="xs:string"&gt;             &lt;xs:enumeration value="Text"/&gt;             &lt;xs:enumeration value="Bytes"/&gt;         &lt;/xs:restriction&gt;     &lt;/xs:simpleType&gt; &lt;/xs:schema&gt; </code>
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>2.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.bea.wli.sb.util.EnvValueTypes.ALERT_DEST_JMS_LIST">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="ALERT_JMS_DESTINATION_URI"><!-- --></A><H3>
ALERT_JMS_DESTINATION_URI</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>ALERT_JMS_DESTINATION_URI</B></PRE>
<DL>
<DD>Represents an uri in a JMS alert destination. Location values are indices in the <A HREF="../../../../../com/bea/wli/sb/util/EnvValueTypes.html#ALERT_DEST_JMS_LIST"><CODE>ALERT_DEST_JMS_LIST</CODE></A> list and it points to the respective JMS alert destination entry in the list.
<P>
<DL>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.bea.wli.sb.util.EnvValueTypes.ALERT_JMS_DESTINATION_URI">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="ALERT_SNMP_TRAP"><!-- --></A><H3>
ALERT_SNMP_TRAP</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>ALERT_SNMP_TRAP</B></PRE>
<DL>
<DD>SNMP trap for alerts. Location values are undefined. Java type of this env value is <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/Boolean.html" title="class or interface in java.lang"><CODE>Boolean</CODE></A>.
<P>
<DL>
<DT><B>Since:</B></DT>
  <DD>2.6</DD>
<DT><B>See Also:</B><DD><A HREF="../../../../../constant-values.html#com.bea.wli.sb.util.EnvValueTypes.ALERT_SNMP_TRAP">Constant Field Values</A></DL>
</DL>
<HR>

<A NAME="JMS_MANAGED_SERVER_VS_DESTINATION"><!-- --></A><H3>
JMS_MANAGED_SERVER_VS_DESTINATION</H3>
<PRE>
public static final <A HREF="http://java.sun.com/j2se/1.5/docs/api/java/lang/String.html" title="class or interface in java.lang">String</A> <B>JMS_MANAGED_SERVER_VS_DESTINATION</B></PRE>
<DL>
<DD>Table of Managed server names vs queues for MessageID correlation pattern in JMS Business Service. Location values are undefined. Java type of this value is <CODE>com.bea.wli.sb.transports.jms.JMSManagedServerDestinaionTableType</CODE>. Schema element would be <p> <code>&lt;xs:schema targetNamespace="http://www.bea.com/wli/sb/transports/jms"            xmlns:jms="http://www.bea.com/wli/sb/transports/jms"

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -