| org.jboss.jms.asf.ServerSessionPoolLoaderMBean
All known Subclasses: org.jboss.jms.asf.ServerSessionPoolLoader,
ServerSessionPoolLoaderMBean | public interface ServerSessionPoolLoaderMBean extends org.jboss.system.ServiceMBean(Code) | | MBean interface.
author: Adrian Brock version: $Revision: 57209 $ |
getPoolFactoryClass | String getPoolFactoryClass()(Code) | | Get the classname of pool factory to use.
The name of the pool factory class. |
getPoolName | String getPoolName()(Code) | | Get the pool name.
The pool name. |
getXidFactory | ObjectName getXidFactory()(Code) | | mbean get-set pair for field xidFactory Get the value of xidFactory
value of xidFactory |
setPoolFactoryClass | void setPoolFactoryClass(String classname)(Code) | | Set the classname of pool factory to use.
Parameters: classname - The name of the pool factory class. |
setPoolName | void setPoolName(String name)(Code) | | Set the pool name.
Parameters: name - The pool name. |
setXidFactory | void setXidFactory(ObjectName xidFactory)(Code) | | Set the value of xidFactory
Parameters: xidFactory - Value to assign to xidFactory |
|
|