|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ServiceBindingManagerMBean
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 |
---|
static final javax.management.ObjectName OBJECT_NAME
Method Detail |
---|
void setServerName(String serverName)
String getServerName()
void setStoreFactoryClassName(String storeFactoryClassName)
String getStoreFactoryClassName()
void setStoreURL(URL storeURL)
URL getStoreURL()
void setServiceController(javax.management.ObjectName serviceController) throws Exception
Exception
javax.management.ObjectName getServiceController()
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 |