| com.bostechcorp.cbesb.console.server.ConsoleRemoteServiceServlet com.bostechcorp.cbesb.console.server.JmxServiceServlet com.bostechcorp.cbesb.console.server.JmxOperationImpl
Method Summary | |
public JmxComponentObj | cycleEndpoint(String saName, String componentName, String endpointName) | public BaseRPCResultInfo | deleteAllEndpointStatistics() | public BaseRPCResultInfo | deleteEndpointStatistics(String saName) | public BaseRPCResultInfo | deletePropertyObjects(String saName, String suName, String endpointName, String type) | public JmxAssemblyInfo | deployServiceAssembly(String assemblyZipUrl) | public JmxAssemblyObj | getAssemblyObjAndValues(String saName) | public ConsoleVersion | getCCSLVersionInfo(String name) | public JmxComponentObj | getComponentObj(String saName, String componentName) | public JmxComponentInfo | getCurrentComponentList() | public JmxAssemblyInfo | getCurrentServiceAssemblyList() | public JmxComponentInfo | getDependences(String componentName) | public JmxAssemblyInfo | getDeployServiceAssemblyList() | public String[] | getEndpointNameArray() | public JmxComponentInfo | getInstallComponentList() | public List | getInstallPriorityList() | public JmxEndpointInfo | getPropertyObjects(String saName, String componentName, String endpointName, String suName, String role) | public JmxAssemblyExtObj | getSAListForEndpointStat(String saName) | public JmxAssemblyExtObj | getSAListForEndpointStatus(String saName) | public JmxEndpointInfo | getSaList() | public JmxEndpointInfo | getSaStatList() get the endpoint statistics info for all SAs. | public JmxAssemblyObj | getSaStatObj(String saName) get the endpoint statistics info for one SA. | public List | getStartPriorityList() | public ConsoleVersion | getVersionInfo(String name) | public JmxComponentInfo | installAllComponents() | public JmxComponentInfo | installComponent(String componentName, String jarName) | public JmxComponentInfo | installSharedLibrary(String libName, String jarName) | public void | installUserComponent(String fileName) | public JmxComponentInfo | pollingCurrentComponentList() | public JmxAssemblyInfo | pollingCurrentServiceAssemblyList() | public JmxAssemblyInfo | pollingDeployServiceAssemblyList() | public JmxComponentInfo | pollingInstallComponentList() | public JmxEndpointInfo | setPropertyObjects(String saName, String suName, String componentName, String endpointName, String type, String[][] propertyObjects) | public JmxComponentInfo | shutdownAllComponent() | public JmxAssemblyInfo | shutdownAllServiceAssembly() | public JmxComponentInfo | shutdownComponent(String componentName) | public JmxAssemblyInfo | shutdownServiceAssembly(String assemblyName) | public JmxComponentInfo | startAllComponent() | public JmxAssemblyInfo | startAllServiceAssembly() | public JmxComponentInfo | startComponent(String componentName) | public JmxComponentObj | startEndpoint(String saName, String componentName, String endpointName) | public JmxAssemblyInfo | startServiceAssembly(String assemblyName) | public JmxComponentInfo | stopComponent(String componentName) | public JmxComponentObj | stopEndpoint(String saName, String componentName, String endpointName) | public void | stopPollingNotification() | public JmxAssemblyInfo | stopServiceAssembly(String assemblyName) | public JmxAssemblyInfo | undeployServiceAssembly(String assemblyName) | public JmxComponentInfo | uninstallAllComponents() | public JmxComponentInfo | uninstallComponent(String componentName) | public JmxComponentInfo | uninstallSharedLibrary(String libName) |
getAssemblyObjAndValues | public JmxAssemblyObj getAssemblyObjAndValues(String saName)(Code) | | It is for endpoint status, only show one assembly
|
getInstallPriorityList | public List getInstallPriorityList()(Code) | | |
getSAListForEndpointStat | public JmxAssemblyExtObj getSAListForEndpointStat(String saName)(Code) | | get AssemblyList and AssemblyObj at noe time for endpoint statistic view
Parameters: saName - |
getSAListForEndpointStatus | public JmxAssemblyExtObj getSAListForEndpointStatus(String saName)(Code) | | get AssemblyList and AssemblyObj at one time for endpoint status view
Parameters: saName - |
getSaList | public JmxEndpointInfo getSaList()(Code) | | It is for endpoint status view that show all assemblies
|
getStartPriorityList | public List getStartPriorityList()(Code) | | |
installUserComponent | public void installUserComponent(String fileName)(Code) | | |
|
|