org.jboss.naming
Class JNDIBindingServiceMgr
java.lang.Object
org.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.naming.JNDIBindingServiceMgr
- All Implemented Interfaces:
- MBeanRegistration, NotificationBroadcaster, NotificationEmitter, org.jboss.kernel.spi.dependency.KernelControllerContextAware, JNDIBindingServiceMgrMBean, Service, ServiceMBean
public class JNDIBindingServiceMgr
- extends ServiceMBeanSupport
- implements JNDIBindingServiceMgrMBean
A service wrapper which allows arbitrary values to be bound into JNDI.
- Version:
- $Revision: 81030 $
- Author:
- Scott.Stark@jboss.org
Fields inherited from interface org.jboss.system.ServiceMBean |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, createService, destroy, destroyService, getDeploymentInfo, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, pojoChange, pojoCreate, pojoDestroy, pojoStart, pojoStop, postDeregister, postRegister, preDeregister, preRegister, setKernelControllerContext, start, stop, unsetKernelControllerContext |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
JNDIBindingServiceMgr
public JNDIBindingServiceMgr()
getBindingsConfig
public JNDIBindings getBindingsConfig()
- Specified by:
getBindingsConfig
in interface JNDIBindingServiceMgrMBean
setBindingsConfig
public void setBindingsConfig(JNDIBindings bindings)
- Specified by:
setBindingsConfig
in interface JNDIBindingServiceMgrMBean
startService
protected void startService()
throws Exception
- Overrides:
startService
in class ServiceMBeanSupport
- Throws:
Exception
stopService
protected void stopService()
throws Exception
- Overrides:
stopService
in class ServiceMBeanSupport
- Throws:
Exception
Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.