- getBindingComponents() - Method in interface javax.jbi.management.AdminServiceMBean
-
Get a list of
ComponentLifeCycleMBeans for all binding components
currently installed in the JBI schemaorg_apache_xmlbeans.system.
- getComponentByName(String) - Method in interface javax.jbi.management.AdminServiceMBean
-
- getComponentsForDeployedServiceAssembly(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
-
Returns an array of component names, where for each the given assembly
contains a service unit for the component.
- getCurrentState() - Method in interface javax.jbi.management.LifeCycleMBean
-
Get the current state of this managed compononent.
- getDeployedServiceAssemblies() - Method in interface javax.jbi.management.DeploymentServiceMBean
-
Returns a list of Service Assemblies deployed to the JBI environment.
- getDeployedServiceAssembliesForComponent(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
-
Returns an array of Service Assembly names, where each assembly contains
Service Units for the given component.
- getDeployedServiceUnitList(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
-
Returns an array of service unit names that are currently deployed to
the named component.
- getEngineComponents() - Method in interface javax.jbi.management.AdminServiceMBean
-
Get a list of
ComponentLifeCycleMBeans for all service engines
currently installed in the JBI schemaorg_apache_xmlbeans.system.
- getExtensionMBeanName() - Method in interface javax.jbi.component.Bootstrap
-
Obtains the ObjectName of the optional installer
configuration MBean.
- getExtensionMBeanName() - Method in interface javax.jbi.component.ComponentLifeCycle
-
Get the JMX object name for the extension MBean for this component; if
there is none, return null.
- getExtensionMBeanName() - Method in interface javax.jbi.management.ComponentLifeCycleMBean
-
Get the JMX ObjectName for the life cycle extension MBean for this
component.
- getInstallerConfigurationMBean() - Method in interface javax.jbi.management.InstallerMBean
-
Get the installer configuration MBean name for this component.
- getInstallRoot() - Method in interface javax.jbi.management.InstallerMBean
-
Get the installation root directory path for this component.
- getLifeCycle() - Method in interface javax.jbi.component.Component
-
Get the life cycle control interface for this component.
- getServiceAssemblyDescriptor(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
-
Returns the deployment descriptor of the Service Assembly that was
deployed to the JBI enviroment, serialized to a String.
- getServiceDescription(ServiceEndpoint) - Method in interface javax.jbi.component.Component
-
Retrieves a DOM representation containing metadata which describes the
service provided by this component, through the given endpoint.
- getServiceUnitManager() - Method in interface javax.jbi.component.Component
-
Get the Service Unit manager for this component.
- getState(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
-
Get the running state of a service assembly.
- getSystemInfo() - Method in interface javax.jbi.management.AdminServiceMBean
-
Return current version and other info about this JBI implementation.
- getSystemService(String) - Method in interface javax.jbi.management.AdminServiceMBean
-
Lookup a schemaorg_apache_xmlbeans.system service
LifeCycleMBean by name.
- getSystemServices() - Method in interface javax.jbi.management.AdminServiceMBean
-
Looks up all JBI schemaorg_apache_xmlbeans.system services
LifeCycleMBean's currently
installed.
- init(InstallationContext) - Method in interface javax.jbi.component.Bootstrap
-
Initializes the installation environment for a component.
- init(ComponentContext) - Method in interface javax.jbi.component.ComponentLifeCycle
-
Initialize the component.
- init(String, String) - Method in interface javax.jbi.component.ServiceUnitManager
-
Initialize the given deployed service unit.
- install() - Method in interface javax.jbi.management.InstallerMBean
-
Install a component.
- InstallationServiceMBean - Interface in javax.jbi.management
-
The installation service MBean allows administrative tools to manage
component and shared library installations.
- InstallerMBean - Interface in javax.jbi.management
-
The InstallerMBean defines standard installation and uninstallation controls
for components.
- installSharedLibrary(String) - Method in interface javax.jbi.management.InstallationServiceMBean
-
Install a shared library installation package.
- isBinding(String) - Method in interface javax.jbi.management.AdminServiceMBean
-
Check if a given JBI component is a Binding Component.
- isDeployedServiceUnit(String, String) - Method in interface javax.jbi.management.DeploymentServiceMBean
-
Queries if the named Service Unit is currently deployed to the named
component.
- isEngine(String) - Method in interface javax.jbi.management.AdminServiceMBean
-
Check if a given JBI component is a Service Engine.
- isExchangeWithConsumerOkay(ServiceEndpoint, MessageExchange) - Method in interface javax.jbi.component.Component
-
This method is called by JBI to check if this component, in the role of
provider of the service indicated by the given exchange, can actually
perform the operation desired.
- isExchangeWithProviderOkay(ServiceEndpoint, MessageExchange) - Method in interface javax.jbi.component.Component
-
This method is called by JBI to check if this component, in the role of
consumer of the service indicated by the given exchange, can actually
interact with the provider properly.
- isInstalled() - Method in interface javax.jbi.management.InstallerMBean
-
Determine whether or not the component is installed.