| java.lang.Object com.sun.jbi.messaging.NMRContext
Method Summary | |
public void | addComponentInstance(String id, Component component) | public void | cancelComponentUpdate(String componentName) | public void | cancelComponentUpgrade(String componentName) | public String | getAppServerInstallRoot() | public String | getAppServerInstanceRoot() | public ComponentContext | getComponentContext(String componentId) | public Component | getComponentInstance(String str) | public com.sun.jbi.ComponentManager | getComponentManager() | public com.sun.jbi.ComponentQuery | getComponentQuery() | public com.sun.jbi.ComponentQuery | getComponentQuery(String targetName) | public com.sun.jbi.messaging.ConnectionManager | getConnectionManager() | public com.sun.jbi.framework.DeployerMBean | getDeployerInstance(String name) Get the com.sun.jbi.framework.DeployerMBean instance.
Parameters: name - - the unique name of the component. | public java.util.Properties | getInitialProperties() | public String | getJbiInstallRoot() | public String | getJbiInstanceRoot() | public com.sun.jbi.management.MBeanHelper | getMBeanHelper() | public com.sun.jbi.management.MBeanNames | getMBeanNames() | public javax.management.MBeanServer | getMBeanServer() | public Object | getManagementClass(String str) | public com.sun.jbi.management.ManagementMessageFactory | getManagementMessageFactory() | public javax.naming.InitialContext | getNamingContext() | public com.sun.jbi.framework.EventNotifierCommon | getNotifier() | public com.sun.jbi.platform.PlatformContext | getPlatformContext() Get the platform-specific context for this implementation. | public JBIProvider | getProvider() | public org.w3c.dom.Document | getReadOnlyRegistry() Get a read-only reference to the persisted JBI Registry. | public com.sun.jbi.registry.Registry | getRegistry() Get a reference to the persisted JBI registry. | public com.sun.jbi.ServiceUnitRegistration | getServiceUnitRegistration() | public String | getString(String str) | public String | getString(String str, Object[] obj) | public String | getString(String str, Object obj) | public String | getString(String str, Object obj, Object obj2) | public String | getString(String str, Object obj, Object obj2, Object obj3) | public String | getString(String str, Object obj, Object obj2, Object obj3, Object obj4) | public com.sun.jbi.StringTranslator | getStringTranslator(String str) | public com.sun.jbi.StringTranslator | getStringTranslatorFor(Object obj) | public javax.transaction.TransactionManager | getTransactionManager() | public com.sun.jbi.VersionInfo | getVersionInfo() | public WsdlFactory | getWsdlFactory() | public void | installSharedLibrary(String name, String description, String componentRoot, boolean isSelfFirst, List elements) | public boolean | isFrameworkReady(boolean start) Indicates whether or not the JBI framework has been fully started. | public boolean | isStartOnDeployEnabled() | public boolean | isStartOnVerifyEnabled() This method is used to find out if start-onverify is enabled.
When this is enabled components are started automatically when
an application has to be verified for them
This is controlled by the property com.sun.jbi.startOnVerify.
By default start-on-verify is enabled. | public javax.management.ObjectName | loadBootstrap(com.sun.jbi.component.InstallationContext installContext, String bootClassName, List bootClassPathElements, List sharedLibraryList) | public void | reset() | public void | uninstallSharedLibrary(String id) | public void | unloadBootstrap(String componentName) | public void | updateComponent(com.sun.jbi.component.InstallationContext installContext, List bootClassPathElements) | public void | upgradeComponent(com.sun.jbi.component.InstallationContext installContext, String bootClassName, List bootClassPathElements, List sharedLibraryNames) | public void | validateComponentForUpdate(com.sun.jbi.component.InstallationContext installContext, List bootClassPathElements) | public boolean | validateComponentForUpgrade(com.sun.jbi.component.InstallationContext installContext, String bootClassName, List bootClassPathElements, List sharedLibraryNames) |
getAppServerInstallRoot | public String getAppServerInstallRoot()(Code) | | |
getAppServerInstanceRoot | public String getAppServerInstanceRoot()(Code) | | |
getDeployerInstance | public com.sun.jbi.framework.DeployerMBean getDeployerInstance(String name)(Code) | | Get the com.sun.jbi.framework.DeployerMBean instance.
Parameters: name - - the unique name of the component. The instance for the requested component or null if thecomponent is not registered or not active. |
getReadOnlyRegistry | public org.w3c.dom.Document getReadOnlyRegistry()(Code) | | Get a read-only reference to the persisted JBI Registry. A DOM registry document
object is returned.
the registry document |
getTransactionManager | public javax.transaction.TransactionManager getTransactionManager()(Code) | | |
isFrameworkReady | public boolean isFrameworkReady(boolean start)(Code) | | Indicates whether or not the JBI framework has been fully started. This
method provides clients with a way of determining if the JBI framework
started up in passive mode as a result of on-demand initialization.
The 'start' parameter instructs the framework to
start completely if it has not already done so. If the framework has
already been started, the request to start again is ignored.
Parameters: start - requests that the framework start completely beforereturning. true if the framework is completely started, false otherwise. |
isStartOnDeployEnabled | public boolean isStartOnDeployEnabled()(Code) | | This method is used to scaffold EnvironmentContext.isStartOnDeployEnabled()
This method is used only for testing and always returns true
|
isStartOnVerifyEnabled | public boolean isStartOnVerifyEnabled()(Code) | | This method is used to find out if start-onverify is enabled.
When this is enabled components are started automatically when
an application has to be verified for them
This is controlled by the property com.sun.jbi.startOnVerify.
By default start-on-verify is enabled.
It is disabled only if com.sun.jbi.startOnVerify=false.
|
reset | public void reset()(Code) | | |
|
|