| com.sun.jbi.ServiceAssemblyQuery
All known Subclasses: com.sun.jbi.management.registry.xml.ServiceAssemblyQueryImpl,
ServiceAssemblyQuery | public interface ServiceAssemblyQuery (Code) | | This interface provides services for query of information about Binding
Components, Service Engines, and Shared Libraries.
author: Sun Microsystems, Inc. |
getServiceAssemblies | List<String> getServiceAssemblies()(Code) | | Get a list of all deployed service assembly names.
A List of all deployed service assemblies. |
getServiceAssemblyInfo | ServiceAssemblyInfo getServiceAssemblyInfo(String serviceAssemblyName)(Code) | | Get the ServiceAssemblyInfo for a particular Service Assembly.
Parameters: serviceAssemblyName - The unique name of the service assembly being retrieved. The ServiceAssemblyInfo for the requested service assembly or null if theservice assembly is not registered. |
getStatus | ServiceAssemblyState getStatus(String serviceAssemblyName) throws javax.jbi.JBIException(Code) | | Get the current status of a service assembly.
Parameters: serviceAssemblyName - The unique service assembly name. The current status of the service assembly: ServiceAssemblyState {SHUTDOWN, STOPPED, STARTED, UNKNOWN} throws: javax.jbi.JBIException - if the service assembly is not registered. |
|
|