org.objectweb.jonas_ejb.deployment.xml.Session Class Reference

Inherits org.objectweb.jonas_ejb.deployment.xml.CommonEjb.

Inheritance diagram for org.objectweb.jonas_ejb.deployment.xml.Session:

Inheritance graph
[legend]
Collaboration diagram for org.objectweb.jonas_ejb.deployment.xml.Session:

Collaboration graph
[legend]
List of all members.

Public Member Functions

 Session ()
String getSessionType ()
void setSessionType (String sessionType)
String getServiceEndpoint ()
void setServiceEndpoint (String serviceEndpoint)
IorSecurityConfigMapping getIorSecurityConfigMapping ()
void setIorSecurityConfigMapping (IorSecurityConfigMapping iorSecurityConfigMapping)
String toXML (int indent)

Detailed Description

This class defines the implementation of the element session

Author:
JOnAS team

Definition at line 36 of file Session.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.Session.Session  ) 
 

Constructor

Definition at line 56 of file Session.java.


Member Function Documentation

IorSecurityConfigMapping org.objectweb.jonas_ejb.deployment.xml.Session.getIorSecurityConfigMapping  ) 
 

Returns:
Returns the iorSecurityConfigMapping.

Definition at line 97 of file Session.java.

Referenced by org.objectweb.jonas_ejb.deployment.xml.Session.toXML().

String org.objectweb.jonas_ejb.deployment.xml.Session.getServiceEndpoint  ) 
 

Gets the service-endpoint

Returns:
the service-endpoint

Definition at line 82 of file Session.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.SessionStatelessDesc.loadExtraClasses().

String org.objectweb.jonas_ejb.deployment.xml.Session.getSessionType  ) 
 

Gets the session-type

Returns:
the session-type

Definition at line 65 of file Session.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.DeploymentDesc.DeploymentDesc().

void org.objectweb.jonas_ejb.deployment.xml.Session.setIorSecurityConfigMapping IorSecurityConfigMapping  iorSecurityConfigMapping  ) 
 

Parameters:
iorSecurityConfigMapping The iorSecurityConfigMapping to set.

Definition at line 104 of file Session.java.

void org.objectweb.jonas_ejb.deployment.xml.Session.setServiceEndpoint String  serviceEndpoint  ) 
 

Set the service-endpoint

Parameters:
serviceEndpoint serviceEndpoint

Definition at line 90 of file Session.java.

void org.objectweb.jonas_ejb.deployment.xml.Session.setSessionType String  sessionType  ) 
 

Set the session-type

Parameters:
sessionType sessionType

Definition at line 73 of file Session.java.

String org.objectweb.jonas_ejb.deployment.xml.Session.toXML int  indent  ) 
 

Represents this element by it's XML description.

Parameters:
indent use this indent for prexifing XML representation.
Returns:
the XML description of this object.

Definition at line 112 of file Session.java.

References org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getEjbClass(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getEjbName(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getHome(), org.objectweb.jonas_ejb.deployment.xml.Session.getIorSecurityConfigMapping(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getLocal(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getLocalHome(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getRemote(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getSecurityIdentity(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getSecurityRoleRefList(), org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getTransactionType(), and org.objectweb.jonas_ejb.deployment.xml.IorSecurityConfigMapping.toXML().

Here is the call graph for this function:


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