|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.jboss.mx.util.JBossNotificationBroadcasterSupport org.jboss.system.ServiceMBeanSupport org.jboss.jms.asf.ServerSessionPoolLoader
A loader for ServerSessionPools.
Created: Wed Nov 29 16:14:46 2000
Field Summary |
Fields inherited from class org.jboss.system.ServiceMBeanSupport |
log, server, SERVICE_CONTROLLER_SIG, serviceName |
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 |
Constructor Summary | |
ServerSessionPoolLoader()
|
Method Summary | |
String |
getPoolFactoryClass()
Get the classname of pool factory to use. |
String |
getPoolName()
Get the pool name. |
javax.management.ObjectName |
getXidFactory()
mbean get-set pair for field xidFactory Get the value of xidFactory |
void |
setPoolFactoryClass(String classname)
Set the classname of pool factory to use. |
void |
setPoolName(String name)
Set the pool name. |
void |
setXidFactory(javax.management.ObjectName xidFactory)
Set the value of xidFactory |
protected void |
startService()
Start the service. |
protected void |
stopService()
Stop the service. |
Methods inherited from class org.jboss.system.ServiceMBeanSupport |
create, createService, destroy, destroyService, getLog, getName, getNextNotificationSequenceNumber, getObjectName, getServer, getServiceName, getState, getStateString, jbossInternalCreate, jbossInternalDescription, jbossInternalDestroy, jbossInternalLifecycle, jbossInternalStart, jbossInternalStop, postDeregister, postRegister, preDeregister, preRegister, start, stop |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.jboss.system.ServiceMBean |
getName, getState, getStateString, jbossInternalLifecycle |
Methods inherited from interface org.jboss.system.Service |
create, destroy, start, stop |
Constructor Detail |
public ServerSessionPoolLoader()
Method Detail |
public void setPoolName(String name)
setPoolName
in interface ServerSessionPoolLoaderMBean
name
- The pool name.public String getPoolName()
getPoolName
in interface ServerSessionPoolLoaderMBean
public void setPoolFactoryClass(String classname)
setPoolFactoryClass
in interface ServerSessionPoolLoaderMBean
classname
- The name of the pool factory class.public String getPoolFactoryClass()
getPoolFactoryClass
in interface ServerSessionPoolLoaderMBean
public javax.management.ObjectName getXidFactory()
getXidFactory
in interface ServerSessionPoolLoaderMBean
public void setXidFactory(javax.management.ObjectName xidFactory)
setXidFactory
in interface ServerSessionPoolLoaderMBean
xidFactory
- Value to assign to xidFactoryprotected void startService() throws Exception
Bind the pool factory into JNDI.
Exception
protected void stopService()
Unbind from JNDI.
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |