public interface AdminServiceMBean extends AdminServiceMBean
| Modifier and Type | Method and Description |
|---|---|
String |
getBuildNumber() |
ObjectName[] |
getComponentMBeans(String componentName)
Lookup all active MBeans associated with
componentName. |
String |
getCopyright() |
ObjectName[] |
getDeployerMBeanNames(String componentName)
Get the DeployerMBean for the
componentName associated with
artifactUrl. |
String |
getFullProductName() |
String |
getJbiInstanceName()
Return the name of this JBI Framework runtime
|
String |
getMajorVersion() |
String |
getMinorVersion() |
String |
getRemoteFileUploadURL()
Return URL that can be used to upload and deploy a remote
Service Assembly.
|
String |
getShortProductName() |
boolean |
shutdownManagementServices()
Shutdown all Management service agents and deregister all MBeans..
|
boolean |
startManagementServices()
Start all Management service agents
|
boolean |
stopManagementServices()
Stop all Management service agents and deregister Service Mbeans.
|
getBindingComponents, getComponentByName, getEngineComponents, getSystemInfo, getSystemService, getSystemServices, isBinding, isEngineObjectName[] getDeployerMBeanNames(String componentName)
componentName associated with
artifactUrl.String getJbiInstanceName()
ObjectName[] getComponentMBeans(String componentName)
componentName.componentName - - is the name of the BC or SE.String getRemoteFileUploadURL() throws Exception
ExceptionString getFullProductName()
String getShortProductName()
String getMajorVersion()
String getMinorVersion()
String getBuildNumber()
String getCopyright()
boolean startManagementServices()
boolean stopManagementServices()
boolean shutdownManagementServices()
Copyright © 2011-2016 OpenESB Community. All Rights Reserved.