|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport (src)
org.jboss.system.ServiceMBeanSupport (src)
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 (src) |
log, server, SERVICE_CONTROLLER_SIG, serviceName |
Fields inherited from interface org.jboss.system.ServiceMBean (src) |
CREATE_EVENT, CREATED, DESTROY_EVENT, DESTROYED, FAILED, REGISTERED, START_EVENT, STARTED, STARTING, states, STOP_EVENT, STOPPED, STOPPING, UNREGISTERED |
Constructor Summary | |
ServerSessionPoolLoader()
|
Method Summary | |
java.lang.String |
getPoolFactoryClass()
Get the classname of pool factory to use. |
java.lang.String |
getPoolName()
Get the pool name. |
ObjectName (src) |
getXidFactory()
mbean get-set pair for field xidFactory Get the value of xidFactory |
void |
setPoolFactoryClass(java.lang.String classname)
Set the classname of pool factory to use. |
void |
setPoolName(java.lang.String name)
Set the pool name. |
void |
setXidFactory(ObjectName (src) 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 (src) |
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 (src) |
addNotificationListener, getNotificationInfo, handleNotification, removeNotificationListener, removeNotificationListener, sendNotification |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ServerSessionPoolLoader()
Method Detail |
public void setPoolName(java.lang.String name)
name
- The pool name.public java.lang.String getPoolName()
public void setPoolFactoryClass(java.lang.String classname)
classname
- The name of the pool factory class.public java.lang.String getPoolFactoryClass()
public ObjectName (src) getXidFactory()
public void setXidFactory(ObjectName (src) xidFactory)
xidFactory
- Value to assign to xidFactoryprotected void startService() throws java.lang.Exception
Bind the pool factory into JNDI.
startService
in class ServiceMBeanSupport (src)
java.lang.Exception
protected void stopService()
Unbind from JNDI.
stopService
in class ServiceMBeanSupport (src)
|
||||||||||
PREV CLASS NEXT CLASS (src) | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |