org.objectweb.jonas.container.StatelessSessionBean Class Reference

Inherits org.objectweb.jonas.container.SessionBean.

Inheritance diagram for org.objectweb.jonas.container.StatelessSessionBean:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas.container.StatelessSessionBean:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 StatelessSessionBean (String objectName, JStatelessFactory factoryToManage)
int getMinPoolSize ()
int getMaxPoolSize ()
int getNbInstances ()
void reducePoolToMinSize ()

Detailed Description

This class implements the StatelessSessionBean type specified in JSR77
Author:
Adriana Danes

Definition at line 35 of file StatelessSessionBean.java.


Constructor & Destructor Documentation

org.objectweb.jonas.container.StatelessSessionBean.StatelessSessionBean String  objectName,
JStatelessFactory  factoryToManage
 

Parameters:
objectName JMX object name
factoryToManage JStatelessFactory factory to manage

Definition at line 41 of file StatelessSessionBean.java.


Member Function Documentation

int org.objectweb.jonas.container.StatelessSessionBean.getMaxPoolSize  ) 
 

Accessor for bean instances pool management.

Returns:
the maximum size of the bean instances pool

Definition at line 57 of file StatelessSessionBean.java.

int org.objectweb.jonas.container.StatelessSessionBean.getMinPoolSize  ) 
 

Accessor for bean instances pool management.

Returns:
the minimum size of the bean instances pool.

Definition at line 49 of file StatelessSessionBean.java.

int org.objectweb.jonas.container.StatelessSessionBean.getNbInstances  ) 
 

Accessor for bean instances pool management.

Returns:
the current number of created bean instances

Definition at line 65 of file StatelessSessionBean.java.

void org.objectweb.jonas.container.StatelessSessionBean.reducePoolToMinSize  ) 
 

Operation for bean instances pool management. Allows reducing the number of instances.

Definition at line 73 of file StatelessSessionBean.java.


The documentation for this class was generated from the following file:
Generated on Tue Feb 15 15:06:35 2005 for JOnAS by  doxygen 1.3.9.1