|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
MBean interface.
Method Summary | |
void |
applyServiceConfig(javax.management.ObjectName serviceName)
Looks up the service config for the requested service using the server name bound to this mbean and invokes the configuration delegate to apply the bindings to the service. |
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. |
String |
getStoreFactoryClassName()
|
URL |
getStoreURL()
|
void |
setServerName(String serverName)
|
void |
setStoreFactoryClassName(String storeFactoryClassName)
|
void |
setStoreURL(URL storeURL)
Set the string representation of the store URL |
Method Detail |
public String getServerName()
public void setServerName(String serverName)
public String getStoreFactoryClassName()
public void setStoreFactoryClassName(String storeFactoryClassName)
public URL getStoreURL()
public void setStoreURL(URL storeURL)
public ServiceConfig getServiceConfig(javax.management.ObjectName serviceName) throws Exception
serviceName
- the JMX ObjectName of the service
Exception
public void applyServiceConfig(javax.management.ObjectName serviceName) throws Exception
serviceName
- the JMX ObjectName of the service
Exception,
- thrown on failure to apply an existing configuration
Exception
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |