| java.lang.Object com.sun.jbi.management.registry.xml.ServiceAssemblyQueryImpl
ServiceAssemblyQueryImpl | public class ServiceAssemblyQueryImpl implements com.sun.jbi.ServiceAssemblyQuery(Code) | | This class encapsulates queries which are common to
all targets ( domain / server / cluster ).
author: Sun Microsystems, Inc. |
getServiceAssemblies | public List<String> getServiceAssemblies()(Code) | | Get a list of all deployed service assembly names.
A List of all deployed service assemblies. |
getServiceAssemblyInfo | public 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. |
|
|