| org.jboss.services.binding.ServiceBindingManagerMBean
All known Subclasses: org.jboss.services.binding.ServiceBindingManager,
ServiceBindingManagerMBean | public interface ServiceBindingManagerMBean extends org.jboss.system.ServiceBinding(Code) | | ServiceBindingManager MBean interface
author: Mike Finn author: Scott.Stark@jboss.org author: Dimitris Andreadis version: $Revision: 57210 $ |
getServiceConfig | ServiceConfig getServiceConfig(ObjectName serviceName) throws Exception(Code) | | Looks up the service config for the given service,
using the server name bound to this mbean.
Parameters: serviceName - the JMX ObjectName of the service ServiceConfig instance if found, null otherwise |
getStoreFactoryClassName | String getStoreFactoryClassName()(Code) | | |
setServerName | void setServerName(String serverName)(Code) | | The name of the server this manager is associated with. This is a
logical name used to lookup ServiceConfigs from the ServicesStore.
|
setServiceController | void setServiceController(ObjectName serviceController) throws Exception(Code) | | The ObjectName of the ServiceController,
defaults to ServiceControllerMBean.OBJECT_NAME
|
setStoreFactoryClassName | void setStoreFactoryClassName(String storeFactoryClassName)(Code) | | The name of the class implementation of the ServicesStoreFatory. The
default value is org.jboss.services.binding.XMLServicesStoreFactory.
|
setStoreURL | void setStoreURL(URL storeURL)(Code) | | The URL of the configuration store.
|
|
|