|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.soa.esb.common.Configuration
public class Configuration
Constructor Summary | |
---|---|
Configuration()
|
Method Summary | |
---|---|
static java.lang.String |
dump()
|
static java.lang.String |
getEncryptionFactoryClass()
|
static java.lang.String |
getJcrStoreJNDIPath()
|
static java.lang.String |
getJcrStorePassword()
|
static java.lang.String |
getJcrStoreRootNodePath()
|
static java.lang.String |
getJcrStoreUsername()
|
static javax.jms.ConnectionFactory |
getJmsConnectionFactory(java.lang.String jmsConnectionFactoryModuleName)
Lookup the JMS Connection Factory based on the connection details outlined in the named configuration module/section. |
static java.lang.String |
getJndiServerContextFactory()
|
static java.lang.String |
getJndiServerPkgPrefix()
|
static java.lang.String |
getJndiServerURL()
|
static java.lang.String |
getLoadBalancerPolicy()
|
static javax.naming.Context |
getNamingContext(java.lang.String contextModuleName)
Deprecated. NamingContextPool |
static java.lang.String |
getObjStoreConfigFile()
|
static java.lang.String |
getParamRepositoryImplClass()
|
static java.lang.String |
getRedeliveryDlsOn()
|
static java.lang.String |
getRegistryCacheLife()
|
static java.lang.String |
getRegistryFactoryClass()
The Registry Factory Class setting specifies which JAXR implementation should be used. |
static java.lang.String |
getRegistryImplementationClass()
The Registry Implememtation Class defines wrapper class |
static java.lang.String |
getRegistryLifecycleManagerURI()
The Registry Lifecycle Manager URI can be use to publish services. |
static java.lang.String |
getRegistryPassword()
The Registry Password that goes with the Registry User. |
static java.lang.String |
getRegistryPostalAddressScheme()
|
static java.lang.String |
getRegistryQueryManageURI()
The Registry Query Manager URI can be used to obtain information about services and their endPoints. |
static java.lang.String |
getRegistryScoutTransportClass()
The Registry Scout Transport Class defines which communication protocol Scout should use to communicate with the UDDI registry. |
static java.lang.String |
getRegistrySecurityAuthenticationMethod()
|
static java.lang.String |
getRegistrySemanticEquivalences()
|
static java.lang.String |
getRegistryUDDIMaxRows()
|
static java.lang.String |
getRegistryUser()
The Registry User is used to inquire and publish to the Registry. |
static java.lang.String |
getSmtpAuth()
|
static java.lang.String |
getSmtpFrom()
|
static java.lang.String |
getSmtpHost()
|
static java.lang.String |
getSmtpPassword()
|
static java.lang.String |
getSmtpPort()
|
static java.lang.String |
getSmtpUsername()
|
static java.lang.String |
getStoreDBConnectionManager()
|
static java.lang.String |
getStoreDBDatasourceName()
|
static java.lang.String |
getStoreDriver()
|
static java.lang.String |
getStorePoolInitialSize()
|
static java.lang.String |
getStorePoolMaxSize()
|
static java.lang.String |
getStorePoolMinSize()
|
static java.lang.String |
getStorePoolTestTable()
|
static java.lang.String |
getStorePoolTimeoutMillis()
|
static java.lang.String |
getStorePwd()
|
static java.lang.String |
getStoreUrl()
|
static java.lang.String |
getStoreUser()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public Configuration()
Method Detail |
---|
public static java.lang.String dump()
public static java.lang.String getSmtpHost()
public static java.lang.String getSmtpUsername()
public static java.lang.String getSmtpPassword()
public static java.lang.String getSmtpPort()
public static java.lang.String getSmtpFrom()
public static java.lang.String getSmtpAuth()
public static java.lang.String getJndiServerURL()
public static java.lang.String getJndiServerContextFactory()
public static java.lang.String getJndiServerPkgPrefix()
public static java.lang.String getLoadBalancerPolicy()
public static java.lang.String getRedeliveryDlsOn()
public static java.lang.String getRegistryCacheLife()
public static java.lang.String getRegistryQueryManageURI()
public static java.lang.String getRegistryLifecycleManagerURI()
public static java.lang.String getRegistryFactoryClass()
public static java.lang.String getRegistryImplementationClass()
public static java.lang.String getRegistryScoutTransportClass()
public static java.lang.String getRegistryUser()
public static java.lang.String getRegistryPassword()
public static java.lang.String getRegistrySemanticEquivalences()
public static java.lang.String getRegistryPostalAddressScheme()
public static java.lang.String getRegistrySecurityAuthenticationMethod()
public static java.lang.String getRegistryUDDIMaxRows()
public static java.lang.String getParamRepositoryImplClass()
public static java.lang.String getObjStoreConfigFile()
public static java.lang.String getEncryptionFactoryClass()
public static java.lang.String getStoreUrl()
public static java.lang.String getStoreDriver()
public static java.lang.String getStorePwd()
public static java.lang.String getStoreUser()
public static java.lang.String getStorePoolInitialSize()
public static java.lang.String getStorePoolMinSize()
public static java.lang.String getStorePoolMaxSize()
public static java.lang.String getStorePoolTestTable()
public static java.lang.String getStorePoolTimeoutMillis()
public static java.lang.String getStoreDBConnectionManager()
public static java.lang.String getStoreDBDatasourceName()
public static java.lang.String getJcrStoreJNDIPath()
public static java.lang.String getJcrStoreUsername()
public static java.lang.String getJcrStorePassword()
public static java.lang.String getJcrStoreRootNodePath()
public static javax.naming.Context getNamingContext(java.lang.String contextModuleName) throws ConfigurationException
NamingContextPool
Context.PROVIDER_URL
: Value defaults to "Environment.JBOSS_PROVIDER_URL
".Context.INITIAL_CONTEXT_FACTORY
: Value defaults to "Environment.JBOSS_INITIAL_CONTEXT_FACTORY
".Context.URL_PKG_PREFIXES
: Value defaults to "Environment.JBOSS_URL_PKG_PREFIX
".
contextModuleName
- Conficuration module/section name.
ConfigurationException
- Unable to connect to context.public static javax.jms.ConnectionFactory getJmsConnectionFactory(java.lang.String jmsConnectionFactoryModuleName) throws ConfigurationException
Context.PROVIDER_URL
: Value defaults to "Environment.JBOSS_PROVIDER_URL
".Context.INITIAL_CONTEXT_FACTORY
: Value defaults to "Environment.JBOSS_INITIAL_CONTEXT_FACTORY
".Context.URL_PKG_PREFIXES
: Value defaults to "Environment.JBOSS_URL_PKG_PREFIX
".
jmsConnectionFactoryModuleName
- Configuration module/section name.
ConfigurationException
- Lookup failed either because it was unable to
lookup the context, or the ConnectionFactory lookup failed.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |