|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.jboss.mx.util.JBossNotificationBroadcasterSupport
org.jboss.system.ServiceMBeanSupport
org.jboss.jms.asf.ServerSessionPoolLoader
public class ServerSessionPoolLoader
A loader for ServerSessionPools.
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()
|
protected void |
stopService()
|
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, postDeregister, postRegister, preDeregister, preRegister, start, stop |
Methods inherited from class org.jboss.mx.util.JBossNotificationBroadcasterSupport |
---|
addNotificationListener, getNotificationInfo, handleNotification, nextNotificationSequenceNumber, 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)
ServerSessionPoolLoaderMBean
setPoolName
in interface ServerSessionPoolLoaderMBean
name
- The pool name.public String getPoolName()
ServerSessionPoolLoaderMBean
getPoolName
in interface ServerSessionPoolLoaderMBean
public void setPoolFactoryClass(String classname)
ServerSessionPoolLoaderMBean
setPoolFactoryClass
in interface ServerSessionPoolLoaderMBean
classname
- The name of the pool factory class.public String getPoolFactoryClass()
ServerSessionPoolLoaderMBean
getPoolFactoryClass
in interface ServerSessionPoolLoaderMBean
public javax.management.ObjectName getXidFactory()
ServerSessionPoolLoaderMBean
getXidFactory
in interface ServerSessionPoolLoaderMBean
public void setXidFactory(javax.management.ObjectName xidFactory)
ServerSessionPoolLoaderMBean
setXidFactory
in interface ServerSessionPoolLoaderMBean
xidFactory
- Value to assign to xidFactoryprotected void startService() throws Exception
startService
in class org.jboss.system.ServiceMBeanSupport
Exception
protected void stopService()
stopService
in class org.jboss.system.ServiceMBeanSupport
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |