A B C D G I J L O R S U 

A

AdminServiceMBean - Interface in javax.jbi.management
This interface defines a set of administrative methods allowing a JMX-based administrative tool to perform a variety of administrative tasks.

B

Bootstrap - Interface in javax.jbi.component
This interface is implemented by a JBI Component to provide any special processing required at install/uninstall time.

C

canDeployToComponent(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Returns true if the the given component accepts the deployment of service units.
cleanUp() - Method in interface javax.jbi.component.Bootstrap
Cleans up any resources allocated by the bootstrap implementation, including performing deregistration of the extension MBean, if applicable.
Component - Interface in javax.jbi.component
This interface, implemented by component implementations, allows the JBI implementation to query the component for various types of information.
ComponentLifeCycle - Interface in javax.jbi.component
This interface must be implemented by a JBI component to provide initialization, start, stop, and shutdown life cycle processing.
ComponentLifeCycleMBean - Interface in javax.jbi.management
ComponentLifeCycleMBean defines the standard life cycle controls for JBI Installable Components.

D

deploy(String, String) - Method in interface javax.jbi.component.ServiceUnitManager
Deploy a Service Unit to the component.
deploy(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Deploys the given Service Assembly to the JBI environment.
DeploymentServiceMBean - Interface in javax.jbi.management
The deployment service MBean allows administrative tools to manage service assembly deployments.

G

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
Find the ComponentLifeCycleMBean of a JBI Installable Component by its unique name.
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.

I

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.

J

javax.jbi.component - package javax.jbi.component
 
javax.jbi.management - package javax.jbi.management
 

L

LifeCycleMBean - Interface in javax.jbi.management
LifeCycleMBean is a base interface that defines standard life cycle controls for JBI implementation services (which are implementation-specific), and JBI components (bindings and engines).
loadInstaller(String) - Method in interface javax.jbi.management.InstallationServiceMBean
Load the InstallerMBean for a previously installed component.
loadNewInstaller(String) - Method in interface javax.jbi.management.InstallationServiceMBean
Load the installer for a new component for the given component installation package.

O

onInstall() - Method in interface javax.jbi.component.Bootstrap
Called at the beginning of installation of a component to perform any special installation tasks required by the component.
onUninstall() - Method in interface javax.jbi.component.Bootstrap
Called at the beginning of uninstallation of a component to perform any special uninstallation tasks required by the component.

R

resolveEndpointReference(DocumentFragment) - Method in interface javax.jbi.component.Component
Resolve the given endpoint reference.

S

ServiceUnitManager - Interface in javax.jbi.component
This interface defines component-supplied methods for managing service unit deployments, and is implemented by the component.
shutDown() - Method in interface javax.jbi.component.ComponentLifeCycle
Shut down the component.
shutDown(String) - Method in interface javax.jbi.component.ServiceUnitManager
Shut down the deployment.
SHUTDOWN - Static variable in interface javax.jbi.management.DeploymentServiceMBean
The service assembly has been deployed, or shutdown
shutDown(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Shut down the service assembly.
SHUTDOWN - Static variable in interface javax.jbi.management.LifeCycleMBean
Value returned by LifeCycleMBean.getCurrentState() for a shutdown component.
shutDown() - Method in interface javax.jbi.management.LifeCycleMBean
Shut down the item.
start() - Method in interface javax.jbi.component.ComponentLifeCycle
Start the component.
start(String) - Method in interface javax.jbi.component.ServiceUnitManager
Start the deployed service unit.
start(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Start the service assembly.
start() - Method in interface javax.jbi.management.LifeCycleMBean
Start the item.
STARTED - Static variable in interface javax.jbi.management.DeploymentServiceMBean
The service assembly is started.
STARTED - Static variable in interface javax.jbi.management.LifeCycleMBean
Value returned by LifeCycleMBean.getCurrentState() for a running component.
stop() - Method in interface javax.jbi.component.ComponentLifeCycle
Stop the component.
stop(String) - Method in interface javax.jbi.component.ServiceUnitManager
Stop the deployed service unit.
stop(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Stop the service assembly.
stop() - Method in interface javax.jbi.management.LifeCycleMBean
Stop the item.
STOPPED - Static variable in interface javax.jbi.management.DeploymentServiceMBean
The service assembly is stopped.
STOPPED - Static variable in interface javax.jbi.management.LifeCycleMBean
Value returned by LifeCycleMBean.getCurrentState() for a stopped component.

U

undeploy(String, String) - Method in interface javax.jbi.component.ServiceUnitManager
Undeploy a service unit from the component.
undeploy(String) - Method in interface javax.jbi.management.DeploymentServiceMBean
Undeploys the given Service Assembly from the JBI environment.
uninstall() - Method in interface javax.jbi.management.InstallerMBean
Uninstall the component.
uninstallSharedLibrary(String) - Method in interface javax.jbi.management.InstallationServiceMBean
Uninstall a previously installed shared library.
UNKNOWN - Static variable in interface javax.jbi.management.LifeCycleMBean
Value returned by LifeCycleMBean.getCurrentState() for a component in an unknown state.
unloadInstaller(String, boolean) - Method in interface javax.jbi.management.InstallationServiceMBean
Unload an InstallerMBean previously loaded for a component.
A B C D G I J L O R S U 

Copyright © 2011-2016 OpenESB Community. All Rights Reserved.