Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


com.bea.wli.sb.util
Class EnvValueTypes

java.lang.Object
  extended by com.bea.wli.sb.util.EnvValueTypes


public class EnvValueTypes
extends java.lang.Object

This class contains environment value types that are provided by OSB


Field Summary
static java.lang.String ALERT_DEST_EMAIL_LIST
          List of Email alert destination entries.
static java.lang.String ALERT_DEST_JMS_LIST
          JMS alert destination entries list.
static java.lang.String ALERT_EMAIL_DESTINATION_URI
          Represents uri in an email alert destination.
static java.lang.String ALERT_JMS_DESTINATION_URI
          Represents an uri in a JMS alert destination.
static java.lang.String ALERT_SNMP_TRAP
          SNMP trap for alerts.
static java.lang.String ALERT_TO_LOG
          boolean flag indicating whether alerts should be logged
static java.lang.String ALERT_TO_REPORTING_DATA
          Alert to reporting data set.
static java.lang.String EMAIL_ARCHIVE_DIR
          Archive directory for email proxy service.
static java.lang.String EMAIL_DOWNLOAD_DIR
          Download directory for email proxy service.
static java.lang.String EMAIL_ERROR_DIR
          Error directory for email proxy service.
static java.util.Set<java.lang.String> ENV_VALUE_TYPES
           
static java.lang.String FILE_ARCHIVE_DIR
          Archove directory for file proxy service.
static java.lang.String FILE_ERROR_DIR
          Error directory for file proxy service.
static java.lang.String FILE_STAGE_DIR
          Stage directory for file proxy service.
static java.lang.String FTP_ARCHIVE_DIR
          Archive directory for ftp proxy service.
static java.lang.String FTP_DOWNLOAD_DIR
          Download directory for ftp proxy service.
static java.lang.String FTP_ERROR_DIR
          Error directory for ftp proxy service.
static java.lang.String IMAP_MOVE_FOLDER_ENV_VALUE_TYPE
          Environment value type for imap folder.
static java.lang.String JCA_ENV_ALWAYS_USE_WSDL
          JCA transport flag for always use configuration from JCA WSDL.
static java.lang.String JCA_ENV_CONNECTION_MODE
          JCA transport connection mode Java type of this env value is String.
static java.lang.String JCA_ENV_OVERWRITE_CONNECTION_FACTORY_AUTHENTICATION_PROPERTIES
          JCA transport flag for overwriting JCA connection factory authentication properties Java type of this env value is Boolean.
static java.lang.String JMS_CONNECTION_FACTORY
          Response queue connection factory of a JMS proxy/business service with response correlation pattern as 'JMSMessage Id'.
static java.lang.String JMS_DESTINATION_ENTRY
          Represents destination entry in the table of managed server vs destinaion of a jms business service with response correlation pattern as 'JMSMessageID'.
static java.lang.String JMS_MANAGED_SERVER_ENTRY
          Represents managed server entry in the table of managed server vs destinaion of a jms business service with response correlation pattern as 'Message Id'.
static java.lang.String JMS_MANAGED_SERVER_VS_DESTINATION
          Table of Managed server names vs queues for JMSMessageID correlation pattern in JMS Business Service.
static java.lang.String JMS_MSGID_TARGET_RESPONSE_TABLE
          It represents a table containing target name and response-uri.
static java.lang.String JMS_RESPONSE_URI
          It is the URI of the response queue for JMS proxy/business services.
static java.lang.String JNDI_PROVIDER_URL
          Environment value type for JNDI provider URLs.
static java.lang.String MQ_CONN_CHANNEL_NAME
          Channel name for MQ connection resource.
static java.lang.String MQ_CONN_HOST
          Host for MQ connection resource.
static java.lang.String MQ_CONN_POOL_SIZE
          Connection pool size for MQ Queue Manager.
static java.lang.String MQ_CONN_PORT
          Port for MQ connection resource.
static java.lang.String MQ_CONN_Q_MANAGER_NAME
          Queue Manager name for MQ connection resource.
static java.lang.String MQ_CONN_TIMEOUT
          Connection timeout for MQ Queue Manager.
static java.lang.String MQ_DEAD_LETTER_URI
          Dead Letter URI for MQ proxy services.
static java.lang.String MQ_RESPONSE_URI
          Response URI for MQ proxy/business services.
static java.lang.String MQ_UNRECOGNIZED_RESPONSE_URI
          MQ Unrecognized Response URI for MQ business services.
static java.lang.String MQ_VERSION
          WebSphere MQ version.
static java.lang.String POLLER_MANAGED_SERVER
          Managed server for polling incase of cluster.
static java.lang.String PROXY_SERVER_HOST
          Environment value type for the proxy server host of an individual proxy server in a proxy server resource.
static java.lang.String PROXY_SERVER_PORT
          Environment value type for the proxy server port of an individual proxy server in a proxy server resource.
static java.lang.String PROXY_SERVER_SSL_PORT
          Environment value type for the proxy server ssl-port of an individual proxy server in a proxy server resource.
static java.lang.String PROXY_SERVER_TABLE
          Table of proxy server parameters (hosts & ports) in a proxy server resource.
static java.lang.String SECURE_JMS_CONNECTION
          This is a boolean property.
static java.lang.String SERVICE_RETRY_COUNT
          Retry Count used in business services.
static java.lang.String SERVICE_RETRY_INTERVAL
          Retry Iteration Interval used in business services.
static java.lang.String SERVICE_URI
          URI of the proxy/business service.
static java.lang.String SERVICE_URI_TABLE
          Table of Business Service URI vs their weights.
static java.lang.String SERVICE_URI_WEIGHT
          Weight of the URI for business service.
static java.lang.String SFTP_ARCHIVE_DIR
          Archive directory for sftp proxy service.
static java.lang.String SFTP_DOWNLOAD_DIR
          Download directory for sftp proxy service.
static java.lang.String SFTP_ERROR_DIR
          Error directory for sftp proxy service.
static java.lang.String SMTP_SERVER_URL
          Environment value type for SMTP Server URLs.
static java.lang.String SPLIT_JOIN_WORK_MANAGER
          WorkManager used in split-join business services.
static java.lang.String UDDI_AUTO_IMPORT
          Auto synchronize property of an imported business service from UDDI registry.
static java.lang.String UDDI_AUTO_PUBLISH
          Auto publish property of proxy service.
static java.lang.String UDDI_INQUIRY_URL
          Inquiry URL for UDDI registry.
static java.lang.String UDDI_PUBLISHING_URL
          Publishing URL for UDDI registry.
static java.lang.String UDDI_SECURITY_URL
          Security URL for UDDI registry.
static java.lang.String UDDI_SUBSCRIPTION_URL
          Subscription URL for UDDI registry.
static java.lang.String WORK_MANAGER
          WorkManager used in proxy and business services.
static java.lang.String WS_ERROR_QUEUE_URI
           

 

Constructor Summary
EnvValueTypes()
           

 

Method Summary
static boolean booleanValue(java.lang.Object obj)
           
static int getIntValue(java.lang.String value)
           
static short getShortValue(java.lang.String value)
           
static boolean hasSameLocation(java.lang.String location1, java.lang.String location2)
          returns true if both od the passed env-values have same location.
static int integerValue(java.lang.Object obj)
           
static void main(java.lang.String[] args)
           
static short shortValue(java.lang.Object obj)
           

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Field Detail

IMAP_MOVE_FOLDER_ENV_VALUE_TYPE

public static final java.lang.String IMAP_MOVE_FOLDER_ENV_VALUE_TYPE
Environment value type for imap folder. It is used by email transport based services. Location value is email-imap-folder in 2.5, however it is undefined in 2.6. Java type of this env value is String.
Since:
2.5
See Also:
Constant Field Values

JNDI_PROVIDER_URL

public static final java.lang.String JNDI_PROVIDER_URL
Environment value type for JNDI provider URLs. Location value is JNDI Provider URL in 2.5, however it is undefined in 2.6. Java type of this env value is String. It is used by JNDI provider entry.
Since:
2.5
See Also:
Constant Field Values

SMTP_SERVER_URL

public static final java.lang.String SMTP_SERVER_URL
Environment value type for SMTP Server URLs. Location value is SMTP Server URL in 2.5, however it is undefined in 2.6. Java type of this env value is String. It is used by SMTP resources.
Since:
2.5
See Also:
Constant Field Values

PROXY_SERVER_TABLE

public static final java.lang.String PROXY_SERVER_TABLE
Table of proxy server parameters (hosts & ports) in a proxy server resource. Location values are undefined. Java type of this env value is com.bea.wli.sb.resources.proxyserver.config.ProxyServerTable.

This is used by Proxy Server resources. ProxyServerTable type is defined in ProxyServer.xsd located in sb-schemas.jar :

Since:
3.2
See Also:
Constant Field Values

PROXY_SERVER_HOST

public static final java.lang.String PROXY_SERVER_HOST
Environment value type for the proxy server host of an individual proxy server in a proxy server resource. Location values are non-negative integers and are used as index into the server-table in a proxy server resource. Java type of this env value is String. It is used by Proxy Server resources.
Since:
3.2
See Also:
Constant Field Values

PROXY_SERVER_PORT

public static final java.lang.String PROXY_SERVER_PORT
Environment value type for the proxy server port of an individual proxy server in a proxy server resource. Location values are non-negative integers and are used as index into the server-table in a proxy server resource. Java type of this env value is Integer. It is used by Proxy Server resources.
Since:
3.2
See Also:
Constant Field Values

PROXY_SERVER_SSL_PORT

public static final java.lang.String PROXY_SERVER_SSL_PORT
Environment value type for the proxy server ssl-port of an individual proxy server in a proxy server resource. Location values are non-negative integers and are used as index into the server-table in a proxy server resource. Java type of this env value is Integer. It is used by Proxy Server resources.
Since:
3.2
See Also:
Constant Field Values

SERVICE_URI

public static final java.lang.String SERVICE_URI
URI of the proxy/business service. Location is undefined for proxy services and 0, 1, 2 etc are used as index for business services. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

SECURE_JMS_CONNECTION

public static final java.lang.String SECURE_JMS_CONNECTION
This is a boolean property. If true, OSB will connect to the JMS server and JNDI tree over SSL (t3s), otherwise connections are over a clear-text (t3) channel. Location values are undefined and should be null.
Since:
3.0
See Also:
Constant Field Values

POLLER_MANAGED_SERVER

public static final java.lang.String POLLER_MANAGED_SERVER
Managed server for polling incase of cluster. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

EMAIL_ARCHIVE_DIR

public static final java.lang.String EMAIL_ARCHIVE_DIR
Archive directory for email proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

EMAIL_DOWNLOAD_DIR

public static final java.lang.String EMAIL_DOWNLOAD_DIR
Download directory for email proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

EMAIL_ERROR_DIR

public static final java.lang.String EMAIL_ERROR_DIR
Error directory for email proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

FILE_ARCHIVE_DIR

public static final java.lang.String FILE_ARCHIVE_DIR
Archove directory for file proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

FILE_STAGE_DIR

public static final java.lang.String FILE_STAGE_DIR
Stage directory for file proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

FILE_ERROR_DIR

public static final java.lang.String FILE_ERROR_DIR
Error directory for file proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

FTP_ARCHIVE_DIR

public static final java.lang.String FTP_ARCHIVE_DIR
Archive directory for ftp proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

FTP_DOWNLOAD_DIR

public static final java.lang.String FTP_DOWNLOAD_DIR
Download directory for ftp proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

FTP_ERROR_DIR

public static final java.lang.String FTP_ERROR_DIR
Error directory for ftp proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

UDDI_INQUIRY_URL

public static final java.lang.String UDDI_INQUIRY_URL
Inquiry URL for UDDI registry. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

UDDI_PUBLISHING_URL

public static final java.lang.String UDDI_PUBLISHING_URL
Publishing URL for UDDI registry. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

UDDI_SUBSCRIPTION_URL

public static final java.lang.String UDDI_SUBSCRIPTION_URL
Subscription URL for UDDI registry. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

UDDI_SECURITY_URL

public static final java.lang.String UDDI_SECURITY_URL
Security URL for UDDI registry. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

SERVICE_URI_WEIGHT

public static final java.lang.String SERVICE_URI_WEIGHT
Weight of the URI for business service. Location values represent indices of weights in the SERVICE_URI_TABLE. Java type of this env value is Integer.
Since:
2.6
See Also:
Constant Field Values

SERVICE_URI_TABLE

public static final java.lang.String SERVICE_URI_TABLE
Table of Business Service URI vs their weights. Location values are undefined. Java type of this env value is com.bea.wli.sb.transports.URITableType. URITableType is defined in TransportCommon.xsd located in sb-schemas.jar
Since:
2.6
See Also:
Constant Field Values

UDDI_AUTO_PUBLISH

public static final java.lang.String UDDI_AUTO_PUBLISH
Auto publish property of proxy service. Location values are undefined. Java type of this env value is Boolean.
Since:
2.6
See Also:
Constant Field Values

UDDI_AUTO_IMPORT

public static final java.lang.String UDDI_AUTO_IMPORT
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 Boolean.
Since:
2.6
See Also:
Constant Field Values

ALERT_TO_LOG

public static final java.lang.String ALERT_TO_LOG
boolean flag indicating whether alerts should be logged
Since:
10.3.2
See Also:
Constant Field Values

ALERT_DEST_EMAIL_LIST

public static final java.lang.String ALERT_DEST_EMAIL_LIST
List of Email alert destination entries. Location values are undefined. Java type of this env value is com.bea.wli.monitoring.alert.action.email.EmailDestinationListType. EmailDestinationListType is defined in EmailAlertDestination.xsd located in sb-schemas.jar
Since:
2.6
See Also:
Constant Field Values

ALERT_EMAIL_DESTINATION_URI

public static final java.lang.String ALERT_EMAIL_DESTINATION_URI
Represents uri in an email alert destination. Location values are indices in the ALERT_DEST_EMAIL_LIST list and it points to the respective email alert destination entry in the list.
See Also:
Constant Field Values

ALERT_DEST_JMS_LIST

public static final java.lang.String ALERT_DEST_JMS_LIST
JMS alert destination entries list. Location values are undefined. Java type of this env value is com.bea.wli.monitoring.alert.action.jms.JMSDestinationListType. JMSDestinationListType is defined in JmsAlertDestination.xsd located in sb-schemas.jar
Since:
2.6
See Also:
Constant Field Values

ALERT_JMS_DESTINATION_URI

public static final java.lang.String ALERT_JMS_DESTINATION_URI
Represents an uri in a JMS alert destination. Location values are indices in the ALERT_DEST_JMS_LIST list and it points to the respective JMS alert destination entry in the list.
See Also:
Constant Field Values

ALERT_SNMP_TRAP

public static final java.lang.String ALERT_SNMP_TRAP
SNMP trap for alerts. Location values are undefined. Java type of this env value is Boolean.
Since:
2.6
See Also:
Constant Field Values

JMS_MANAGED_SERVER_VS_DESTINATION

public static final java.lang.String JMS_MANAGED_SERVER_VS_DESTINATION
Table of Managed server names vs queues for JMSMessageID correlation pattern in JMS Business Service. Location value can also be null and it is created only for Response Queues option as 'One for all Request URIs'. Java type of this value is com.bea.wli.sb.transports.jms.JMSManagedServerDestinationTableType. JMSManagedServerDestinationTableType is defined in JmsEnvValues.xsd located in sb-schemas.jar
Since:
2.6
See Also:
Constant Field Values

JMS_MANAGED_SERVER_ENTRY

public static final java.lang.String JMS_MANAGED_SERVER_ENTRY
Represents managed server entry in the table of managed server vs destinaion of a jms business service with response correlation pattern as 'Message Id'. It is managed server entry in JMS_MANAGED_SERVER_VS_DESTINATION table. Location values are indices in this table and it points to the entry of managed server in the table.
See Also:
Constant Field Values

JMS_DESTINATION_ENTRY

public static final java.lang.String JMS_DESTINATION_ENTRY
Represents destination entry in the table of managed server vs destinaion of a jms business service with response correlation pattern as 'JMSMessageID'. It is an entry in JMS_MANAGED_SERVER_VS_DESTINATION table. Location values are indices in this table and it points to the entry of a destination in the table.
See Also:
Constant Field Values

JMS_CONNECTION_FACTORY

public static final java.lang.String JMS_CONNECTION_FACTORY
Response queue connection factory of a JMS proxy/business service with response correlation pattern as 'JMSMessage Id'. Location values are defined as follows: Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

JMS_RESPONSE_URI

public static final java.lang.String JMS_RESPONSE_URI
It is the URI of the response queue for JMS proxy/business services. It occurs when response correlation pattern is of 'JMSCorrelationID' and 'JMSMessageID' with response queues option as 'One for all Request URIs'. Location values are indices mentioned in JMS_CORRID_REQUEST_RESPONSE_TABLE, JMS_MSGID_TARGET_RESPONSE_TABLE tables and the value indicates the response URI. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

JMS_MSGID_TARGET_RESPONSE_TABLE

public static final java.lang.String JMS_MSGID_TARGET_RESPONSE_TABLE
It represents a table containing target name and response-uri. It occurs only when the response correlation pattern is of 'JMSMessageID' and response queues is set as 'One for all request URIs'. Each entry will have target name and response-uri entry which is of JMS_RESPONSE_URI. Java type of the value would be com.bea.wli.sb.transports.jms.TargetResponseTableType. TargetResponseTableType is defined in JmsEnvValues.xsd located in sb-schemas.jar
Since:
10.3.2
See Also:
Constant Field Values

WORK_MANAGER

public static final java.lang.String WORK_MANAGER
WorkManager used in proxy and business services. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

ALERT_TO_REPORTING_DATA

public static final java.lang.String ALERT_TO_REPORTING_DATA
Alert to reporting data set. Location values are undefined. Java type of this env value is Boolean.
Since:
2.6
See Also:
Constant Field Values

SERVICE_RETRY_COUNT

public static final java.lang.String SERVICE_RETRY_COUNT
Retry Count used in business services. Location values are undefined. Java type of this env value is Short.
Since:
3.0
See Also:
Constant Field Values

SERVICE_RETRY_INTERVAL

public static final java.lang.String SERVICE_RETRY_INTERVAL
Retry Iteration Interval used in business services. Location values are undefined. Java type of this env value is Integer.
Since:
3.0
See Also:
Constant Field Values

SFTP_ARCHIVE_DIR

public static final java.lang.String SFTP_ARCHIVE_DIR
Archive directory for sftp proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

SFTP_DOWNLOAD_DIR

public static final java.lang.String SFTP_DOWNLOAD_DIR
Download directory for sftp proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

SFTP_ERROR_DIR

public static final java.lang.String SFTP_ERROR_DIR
Error directory for sftp proxy service. Location values are undefined. Java type of this env value is String.
Since:
2.6
See Also:
Constant Field Values

MQ_CONN_HOST

public static final java.lang.String MQ_CONN_HOST
Host for MQ connection resource. Java type of this env value is String.
Since:
3.0
See Also:
Constant Field Values

MQ_CONN_PORT

public static final java.lang.String MQ_CONN_PORT
Port for MQ connection resource. Java type of this env value is Integer.
Since:
3.0
See Also:
Constant Field Values

MQ_CONN_Q_MANAGER_NAME

public static final java.lang.String MQ_CONN_Q_MANAGER_NAME
Queue Manager name for MQ connection resource. Java type of this env value is String.
Since:
3.0
See Also:
Constant Field Values

MQ_CONN_CHANNEL_NAME

public static final java.lang.String MQ_CONN_CHANNEL_NAME
Channel name for MQ connection resource. Java type of this env value is String.
Since:
3.0
See Also:
Constant Field Values

MQ_CONN_TIMEOUT

public static final java.lang.String MQ_CONN_TIMEOUT
Connection timeout for MQ Queue Manager. Java type of this env value is Integer.
Since:
3.0
See Also:
Constant Field Values

MQ_CONN_POOL_SIZE

public static final java.lang.String MQ_CONN_POOL_SIZE
Connection pool size for MQ Queue Manager. Java type of this env value is Integer.
Since:
3.0
See Also:
Constant Field Values

MQ_VERSION

public static final java.lang.String MQ_VERSION
WebSphere MQ version. Java type of this env value is Integer.
See Also:
Constant Field Values

MQ_RESPONSE_URI

public static final java.lang.String MQ_RESPONSE_URI
Response URI for MQ proxy/business services. Java type of this env value is String.
Since:
3.0
See Also:
Constant Field Values

MQ_UNRECOGNIZED_RESPONSE_URI

public static final java.lang.String MQ_UNRECOGNIZED_RESPONSE_URI
MQ Unrecognized Response URI for MQ business services. Java type of this env value is String.
See Also:
Constant Field Values

MQ_DEAD_LETTER_URI

public static final java.lang.String MQ_DEAD_LETTER_URI
Dead Letter URI for MQ proxy services. Java type of this env value is String.
See Also:
Constant Field Values

WS_ERROR_QUEUE_URI

public static final java.lang.String WS_ERROR_QUEUE_URI
See Also:
Constant Field Values

SPLIT_JOIN_WORK_MANAGER

public static final java.lang.String SPLIT_JOIN_WORK_MANAGER
WorkManager used in split-join business services. Location values are undefined. Java type of this env value is String.
Since:
3.1
See Also:
Constant Field Values

JCA_ENV_ALWAYS_USE_WSDL

public static final java.lang.String JCA_ENV_ALWAYS_USE_WSDL
JCA transport flag for always use configuration from JCA WSDL. Java type of this env value is Boolean.
Since:
10.3.1
See Also:
Constant Field Values

JCA_ENV_CONNECTION_MODE

public static final java.lang.String JCA_ENV_CONNECTION_MODE
JCA transport connection mode Java type of this env value is String. The valid env values are "managed" or "non-managed"
Since:
10.3.1
See Also:
Constant Field Values

JCA_ENV_OVERWRITE_CONNECTION_FACTORY_AUTHENTICATION_PROPERTIES

public static final java.lang.String JCA_ENV_OVERWRITE_CONNECTION_FACTORY_AUTHENTICATION_PROPERTIES
JCA transport flag for overwriting JCA connection factory authentication properties Java type of this env value is Boolean.
Since:
10.3.1
See Also:
Constant Field Values

ENV_VALUE_TYPES

public static final java.util.Set<java.lang.String> ENV_VALUE_TYPES

Constructor Detail

EnvValueTypes

public EnvValueTypes()

Method Detail

hasSameLocation

public static boolean hasSameLocation(java.lang.String location1,
                                      java.lang.String location2)
returns true if both od the passed env-values have same location.
Parameters:
location1 -
location2 -
Returns:
true if the passed env-values have same location.

booleanValue

public static boolean booleanValue(java.lang.Object obj)

integerValue

public static int integerValue(java.lang.Object obj)

getIntValue

public static int getIntValue(java.lang.String value)

shortValue

public static short shortValue(java.lang.Object obj)

getShortValue

public static short getShortValue(java.lang.String value)

main

public static void main(java.lang.String[] args)
                 throws java.lang.IllegalAccessException
Throws:
java.lang.IllegalAccessException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Service Bus
11g Release 1 (11.1.1.4.0)

E15033-02


Copyright © 2008, 2010, Oracle. All rights reserved.