org.objectweb.jonas.container.SessionBean Class Reference

Inherits org.objectweb.jonas.container.EJB.

Inherited by org.objectweb.jonas.container.StatefulSessionBean, and org.objectweb.jonas.container.StatelessSessionBean.

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 SessionBean (String objectName, JSessionFactory factoryToManage)
int getSessionTimeOut ()
void setSessionTimeOut (int timeOut)

Detailed Description

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

Definition at line 35 of file SessionBean.java.


Constructor & Destructor Documentation

org.objectweb.jonas.container.SessionBean.SessionBean String  objectName,
JSessionFactory  factoryToManage
 

Parameters:
objectName JMX object name
factoryToManage JSessionFactory factory to manage

Definition at line 41 of file SessionBean.java.


Member Function Documentation

int org.objectweb.jonas.container.SessionBean.getSessionTimeOut  ) 
 

get the session time out for this session ejb

Returns:
integer session time out

Definition at line 49 of file SessionBean.java.

void org.objectweb.jonas.container.SessionBean.setSessionTimeOut int  timeOut  ) 
 

set the session time out for this session bean

Parameters:
timeOut new session time out

Definition at line 57 of file SessionBean.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