public interface EnvironmentContext
| Modifier and Type | Method and Description |
|---|---|
String |
getAppServerInstallRoot()
Get the AppServer installation root directory.
|
String |
getAppServerInstanceRoot()
Get the AppServer instance root directory.
|
ComponentManager |
getComponentManager()
Get the ComponentManager handle.
|
ComponentQuery |
getComponentQuery()
Get the ComponentQuery handle.
|
ComponentQuery |
getComponentQuery(String targetName)
Get the ComponentQuery for a specified target.
|
ConnectionManager |
getConnectionManager()
Get the ConnectionManager handle.
|
Properties |
getInitialProperties()
Gets the initial properties specified in the domain.xml file.
|
long |
getJbiInitTime()
Get the JBI Framework initialization timestamp in milliseconds.
|
String |
getJbiInstallRoot()
Get the JBI install root directory path.
|
String |
getJbiInstanceRoot()
Get the JBI instance root directory path.
|
Object |
getManagementClass(String aServiceName)
Get a handle to the class implementing management for the named
JBI schemaorg_apache_xmlbeans.system service.
|
ManagementMessageFactory |
getManagementMessageFactory()
Get the management message factory which enables JBI components
to construct status and exception messages.
|
MBeanHelper |
getMBeanHelper()
Get a handle to the MBeanHelper implementation.
|
MBeanNames |
getMBeanNames()
Get a handle to the MBeanNames service for use in creating MBean
names.
|
MBeanServer |
getMBeanServer()
Get the JMX MBean server used to register all MBeans in the JBI
framework.
|
InitialContext |
getNamingContext()
Get the JNDI naming context for this implementation.
|
EventNotifierCommon |
getNotifier()
Get the Event Notifier for emitting event notifications.
|
PlatformContext |
getPlatformContext()
Get the platform-specific context for this implementation.
|
JBIProvider |
getProvider()
Gets the provider typeof JBI.
|
Document |
getReadOnlyRegistry()
Get a read-only reference to the persisted JBI Registry.
|
Registry |
getRegistry()
Get a reference to the persisted JBI registry.
|
ServiceUnitRegistration |
getServiceUnitRegistration()
Get the ServiceUnitRegistration handle.
|
StringTranslator |
getStringTranslator(String packageName)
Get a StringTranslator for a specific package name.
|
StringTranslator |
getStringTranslatorFor(Object object)
Get a StringTranslator for a specific object.
|
TransactionManager |
getTransactionManager()
Get the TransactionManager for this implementation.
|
VersionInfo |
getVersionInfo()
Get a handle to the VersionInfo implementation.
|
WsdlFactory |
getWsdlFactory()
Get a copy of the WSDL factory.
|
boolean |
isFrameworkReady(boolean start)
Indicates whether or not the JBI framework has been fully started.
|
boolean |
isStartOnDeployEnabled()
This method is used to find out if start-on-deploy is enabled.
|
boolean |
isStartOnVerifyEnabled()
This method is used to find out if start-on-verify is enabled.
|
String getAppServerInstallRoot()
String getAppServerInstanceRoot()
ComponentManager getComponentManager()
ComponentQuery getComponentQuery()
ComponentQuery getComponentQuery(String targetName)
targetName - - either "domain" or a valid server / cluster nameEventNotifierCommon getNotifier()
Registry getRegistry()
Document getReadOnlyRegistry()
boolean isFrameworkReady(boolean start)
start - requests that the framework start completely before
returning.ConnectionManager getConnectionManager()
Properties getInitialProperties()
String getJbiInstallRoot()
String getJbiInstanceRoot()
Object getManagementClass(String aServiceName)
aServiceName - - the name of the JBI schemaorg_apache_xmlbeans.system service.ManagementMessageFactory getManagementMessageFactory()
MBeanHelper getMBeanHelper()
MBeanNames getMBeanNames()
MBeanServer getMBeanServer()
InitialContext getNamingContext()
PlatformContext getPlatformContext()
ServiceUnitRegistration getServiceUnitRegistration()
StringTranslator getStringTranslator(String packageName)
packageName - - the name of the package for which a StringTranslator
is being requested.StringTranslator getStringTranslatorFor(Object object)
object - - the object for which a StringTranslator is being
requested, using the name of the package containing the object.TransactionManager getTransactionManager()
VersionInfo getVersionInfo()
JBIProvider getProvider()
long getJbiInitTime()
WsdlFactory getWsdlFactory() throws WsdlException
WsdlException - If the factory cannot be instantiated.boolean isStartOnDeployEnabled()
boolean isStartOnVerifyEnabled()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.