| java.lang.Object com.sun.esb.management.base.services.AbstractServiceImpl com.sun.esb.management.impl.runtime.RuntimeManagementServiceImpl
RuntimeManagementServiceImpl | public class RuntimeManagementServiceImpl extends AbstractServiceImpl implements Serializable,RuntimeManagementService(Code) | | Defines client operations for common runtime management services for the
clients. Common runtime management operations include listing component
containers available in the runtime, composite applications deployed,
controlling lifecycle across the runtime and composite applications, getting
state of each container and composite application, etc.
author: graj |
Method Summary | |
public String | listBindingComponents(String targetName) return component info xml text that has only binding component infos. | public String | listBindingComponents(String state, String sharedLibraryName, String serviceAssemblyName, String targetName) return component info xml text that has only binding component infos
which satisfies the options passed to the method.
Parameters: state - return all the binding components that are in the specifiedstate. | public Map<String, String> | listBindingComponents(String[] targetNames) return component info xml text that has only binding component infos. | public Map<String, String> | listBindingComponents(String state, String sharedLibraryName, String serviceAssemblyName, String[] targetNames) return component info xml text that has only binding component infos
which satisfies the options passed to the method.
Parameters: state - return all the binding components that are in the specifiedstate. | public String | listServiceAssemblies(String targetName) returns a list of Service Assembly Infos in a xml format. | public String | listServiceAssemblies(String componentName, String targetName) returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component. | public String | listServiceAssemblies(String state, String componentName, String targetName) returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component.
Parameters: state - to return all the service assemblies that are in the specifiedstate. | public Map<String, String> | listServiceAssemblies(String[] targetNames) returns a list of Service Assembly Infos in a xml format. | public Map<String, String> | listServiceAssemblies(String componentName, String[] targetNames) returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component. | public Map<String, String> | listServiceAssemblies(String state, String componentName, String[] targetNames) returns the list of service asssembly infos in a xml format that have the
service unit deployed on the specified component.
Parameters: state - to return all the service assemblies that are in the specifiedstate. | public String | listServiceEngines(String targetName) return component info xml text that has only service engine infos. | public String | listServiceEngines(String state, String sharedLibraryName, String serviceAssemblyName, String targetName) return component info xml text that has only service engine infos which
satisfies the options passed to the method.
Parameters: state - return all the service engines that are in the specifiedstate. | public Map<String, String> | listServiceEngines(String[] targetNames) return component info xml text that has only service engine infos. | public Map<String, String> | listServiceEngines(String state, String sharedLibraryName, String serviceAssemblyName, String[] targetNames) return component info xml text that has only service engine infos which
satisfies the options passed to the method.
Parameters: state - return all the service engines that are in the specifiedstate. | public String | listSharedLibraries(String targetName) return component info xml text that has only shared library infos. | public String | listSharedLibraries(String componentName, String targetName) returns the list of Shared Library infos in the in a xml format
Parameters: componentName - to return only the shared libraries that are this componentdependents. | public Map<String, String> | listSharedLibraries(String[] targetNames) return component info xml text that has only shared library infos. | public Map<String, String> | listSharedLibraries(String componentName, String[] targetNames) returns the list of Shared Library infos in the in a xml format
Parameters: componentName - to return only the shared libraries that are this componentdependents. | public String | listSharedLibraryDependents(String sharedLibraryName, String targetName) | public Map<String, String> | listSharedLibraryDependents(String sharedLibraryName, String[] targetNames) | public static void | main(String[] args) | public String | showBindingComponent(String name, String state, String sharedLibraryName, String serviceAssemblyName, String targetName) return component info xml text for the specified binding component if
exists. | public Map<String, String> | showBindingComponent(String name, String state, String sharedLibraryName, String serviceAssemblyName, String[] targetNames) return component info xml text for the specified binding component if
exists. | public String | showServiceAssembly(String name, String state, String componentName, String targetName) return service assembly info xml text for the specified service assembly
if exists. | public Map<String, String> | showServiceAssembly(String name, String state, String componentName, String[] targetNames) return service assembly info xml text for the specified service assembly
if exists. | public String | showServiceEngine(String name, String state, String sharedLibraryName, String serviceAssemblyName, String targetName) return component info xml text for the specified service engine if
exists. | public Map<String, String> | showServiceEngine(String name, String state, String sharedLibraryName, String serviceAssemblyName, String[] targetNames) return component info xml text for the specified service engine if
exists. | public String | showSharedLibrary(String name, String componentName, String targetName) return component info xml text for the specified shared library if
exists. | public Map<String, String> | showSharedLibrary(String name, String componentName, String[] targetNames) return component info xml text for the specified shared library if
exists. | public String | shutdownComponent(String componentName, boolean force, String targetName) | public String | shutdownComponent(String componentName, String targetName) | public Map<String, String> | shutdownComponent(String componentName, String[] targetNames) | public Map<String, String> | shutdownComponent(String componentName, boolean force, String[] targetNames) | public String | shutdownServiceAssembly(String serviceAssemblyName, boolean forceShutdown, String targetName) | public String | shutdownServiceAssembly(String serviceAssemblyName, String targetName) | public Map<String, String> | shutdownServiceAssembly(String serviceAssemblyName, String[] targetNames) | public Map<String, String> | shutdownServiceAssembly(String serviceAssemblyName, boolean forceShutdown, String[] targetNames) | public String | startComponent(String componentName, String targetName) | public Map<String, String> | startComponent(String componentName, String[] targetNames) | public String | startServiceAssembly(String serviceAssemblyName, String targetName) | public Map<String, String> | startServiceAssembly(String serviceAssemblyName, String[] targetNames) | public String | stopComponent(String componentName, String targetName) | public Map<String, String> | stopComponent(String componentName, String[] targetNames) | public String | stopServiceAssembly(String serviceAssemblyName, String targetName) | public Map<String, String> | stopServiceAssembly(String serviceAssemblyName, String[] targetNames) |
serialVersionUID | final static long serialVersionUID(Code) | | |
RuntimeManagementServiceImpl | public RuntimeManagementServiceImpl()(Code) | | Constructor - Constructs a new instance of
RuntimeManagementServiceImpl
|
RuntimeManagementServiceImpl | public RuntimeManagementServiceImpl(MBeanServerConnection serverConnection)(Code) | | Constructor - Constructs a new instance of
RuntimeManagementServiceImpl
Parameters: serverConnection - |
RuntimeManagementServiceImpl | public RuntimeManagementServiceImpl(MBeanServerConnection serverConnection, boolean isRemoteConnection)(Code) | | Constructor - Constructs a new instance of
RuntimeManagementServiceImpl
Parameters: serverConnection - Parameters: isRemoteConnection - |
main | public static void main(String[] args)(Code) | | Parameters: args - |
|
|