|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
ServiceBindingManager MBean interface
Field Summary | |
static javax.management.ObjectName |
OBJECT_NAME
Default ObjectName |
Method Summary | |
String |
getServerName()
|
ServiceConfig |
getServiceConfig(javax.management.ObjectName serviceName)
Looks up the service config for the given service, using the server name bound to this mbean. |
javax.management.ObjectName |
getServiceController()
|
String |
getStoreFactoryClassName()
|
URL |
getStoreURL()
|
void |
setServerName(String serverName)
The name of the server this manager is associated with. |
void |
setServiceController(javax.management.ObjectName serviceController)
The ObjectName of the ServiceController, defaults to ServiceControllerMBean.OBJECT_NAME |
void |
setStoreFactoryClassName(String storeFactoryClassName)
The name of the class implementation of the ServicesStoreFatory. |
void |
setStoreURL(URL storeURL)
The URL of the configuration store. |
Methods inherited from interface org.jboss.system.ServiceBinding |
applyServiceConfig |
Field Detail |
public static final javax.management.ObjectName OBJECT_NAME
Method Detail |
public void setServerName(String serverName)
public String getServerName()
public void setStoreFactoryClassName(String storeFactoryClassName)
public String getStoreFactoryClassName()
public void setStoreURL(URL storeURL)
public URL getStoreURL()
public void setServiceController(javax.management.ObjectName serviceController) throws Exception
Exception
public javax.management.ObjectName getServiceController()
public ServiceConfig getServiceConfig(javax.management.ObjectName serviceName) throws Exception
serviceName
- the JMX ObjectName of the service
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |