org.jboss.jms.asf
Interface ServerSessionPoolLoaderMBean
- All Superinterfaces:
- Service, ServiceMBean
- All Known Implementing Classes:
- ServerSessionPoolLoader
- public interface ServerSessionPoolLoaderMBean
- extends ServiceMBean
The management interface for the ServerSessionPoolLoader.
Created: Wed Nov 29 16:20:17 2000
- Version:
- $Revision: 1.2.6.3 $
- Author:
- Peter Antman.
Field Summary |
static java.lang.String |
OBJECT_NAME
The default MBean object name. |
OBJECT_NAME
public static final java.lang.String OBJECT_NAME
- The default MBean object name.
setPoolName
public void setPoolName(java.lang.String name)
- Set the pool name.
- Parameters:
name
- The pool name.
getPoolName
public java.lang.String getPoolName()
- Get the pool name.
- Returns:
- The pool name.
setPoolFactoryClass
public void setPoolFactoryClass(java.lang.String classname)
- Set the classname of pool factory to use.
- Parameters:
classname
- The name of the pool factory class.
getPoolFactoryClass
public java.lang.String getPoolFactoryClass()
- Get the classname of pool factory to use.
- Returns:
- The name of the pool factory class.
Copyright © 2000 The JBoss Organization. All Rights Reserved.