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

Inherits org.objectweb.jonas_ejb.deployment.xml.CommonEjbXml.

Inherited by org.objectweb.jonas_ejb.deployment.xml.Entity, org.objectweb.jonas_ejb.deployment.xml.MessageDriven, and org.objectweb.jonas_ejb.deployment.xml.Session.

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

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

Collaboration graph
[legend]
List of all members.

Public Member Functions

 CommonEjb ()
String getEjbName ()
void setEjbName (String ejbName)
String getHome ()
void setHome (String home)
String getRemote ()
void setRemote (String remote)
String getLocalHome ()
void setLocalHome (String localHome)
String getLocal ()
void setLocal (String local)
String getEjbClass ()
void setEjbClass (String ejbClass)
String getMessagingType ()
void setMessagingType (String messagingType)
String getTransactionType ()
void setTransactionType (String transactionType)
JLinkedList getSecurityRoleRefList ()
void setSecurityRoleRefList (JLinkedList securityRoleRefList)
void addSecurityRoleRef (SecurityRoleRef securityRoleRef)
SecurityIdentity getSecurityIdentity ()
void setSecurityIdentity (SecurityIdentity securityIdentity)

Detailed Description

This class defines the implementation of the element session

Author:
JOnAS team

Definition at line 39 of file CommonEjb.java.


Constructor & Destructor Documentation

org.objectweb.jonas_ejb.deployment.xml.CommonEjb.CommonEjb  ) 
 

Constructor

Definition at line 98 of file CommonEjb.java.


Member Function Documentation

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.addSecurityRoleRef SecurityRoleRef  securityRoleRef  ) 
 

Add a new security-role-ref element to this object

Parameters:
securityRoleRef the securityRoleRefobject

Definition at line 251 of file CommonEjb.java.

String org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getEjbClass  ) 
 

Gets the ejb-class

Returns:
the ejb-class

Implements org.objectweb.jonas_ejb.deployment.xml.CommonEjbXml.

Definition at line 187 of file CommonEjb.java.

Referenced by org.objectweb.jonas_ejb.deployment.xml.Session.toXML(), org.objectweb.jonas_ejb.deployment.xml.MessageDriven.toXML(), and org.objectweb.jonas_ejb.deployment.xml.Entity.toXML().

String org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getEjbName  ) 
 

Gets the ejb-name

Returns:
the ejb-name

Implements org.objectweb.jonas_ejb.deployment.xml.CommonEjbXml.

Definition at line 107 of file CommonEjb.java.

Referenced by org.objectweb.jonas_ejb.deployment.api.DeploymentDesc.DeploymentDesc(), org.objectweb.jonas_ejb.deployment.api.DeploymentDescEjb2.DeploymentDescEjb2(), org.objectweb.jonas_ejb.deployment.xml.Session.toXML(), org.objectweb.jonas_ejb.deployment.xml.MessageDriven.toXML(), and org.objectweb.jonas_ejb.deployment.xml.Entity.toXML().

String org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getHome  ) 
 

Gets the home

Returns:
the home

Implements org.objectweb.jonas_ejb.deployment.xml.CommonEjbXml.

Definition at line 123 of file CommonEjb.java.

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

String org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getLocal  ) 
 

Gets the local

Returns:
the local

Implements org.objectweb.jonas_ejb.deployment.xml.CommonEjbXml.

Definition at line 171 of file CommonEjb.java.

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

String org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getLocalHome  ) 
 

Gets the local-home

Returns:
the local-home

Implements org.objectweb.jonas_ejb.deployment.xml.CommonEjbXml.

Definition at line 155 of file CommonEjb.java.

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

String org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getMessagingType  ) 
 

Gets the messaging-type

Returns:
the messaging-type

Definition at line 203 of file CommonEjb.java.

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

String org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getRemote  ) 
 

Gets the remote

Returns:
the remote

Implements org.objectweb.jonas_ejb.deployment.xml.CommonEjbXml.

Definition at line 139 of file CommonEjb.java.

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

SecurityIdentity org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getSecurityIdentity  ) 
 

Gets the security-identity

Returns:
the security-identity

Implements org.objectweb.jonas_ejb.deployment.xml.CommonEjbXml.

Definition at line 259 of file CommonEjb.java.

Referenced by org.objectweb.jonas_ejb.deployment.xml.Session.toXML(), org.objectweb.jonas_ejb.deployment.xml.MessageDriven.toXML(), and org.objectweb.jonas_ejb.deployment.xml.Entity.toXML().

JLinkedList org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getSecurityRoleRefList  ) 
 

Gets the security-role-ref

Returns:
the security-role-ref

Implements org.objectweb.jonas_ejb.deployment.xml.CommonEjbXml.

Definition at line 235 of file CommonEjb.java.

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

String org.objectweb.jonas_ejb.deployment.xml.CommonEjb.getTransactionType  ) 
 

Gets the transaction-type

Returns:
the transaction-type

Definition at line 219 of file CommonEjb.java.

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

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setEjbClass String  ejbClass  ) 
 

Set the ejb-class

Parameters:
ejbClass ejbClass

Definition at line 195 of file CommonEjb.java.

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setEjbName String  ejbName  ) 
 

Set the ejb-name

Parameters:
ejbName ejbName

Definition at line 115 of file CommonEjb.java.

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setHome String  home  ) 
 

Set the home

Parameters:
home home

Definition at line 131 of file CommonEjb.java.

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setLocal String  local  ) 
 

Set the local

Parameters:
local local

Definition at line 179 of file CommonEjb.java.

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setLocalHome String  localHome  ) 
 

Set the local-home

Parameters:
localHome localHome

Definition at line 163 of file CommonEjb.java.

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setMessagingType String  messagingType  ) 
 

Set the messaging-type

Parameters:
messagingType messagingType

Definition at line 211 of file CommonEjb.java.

Referenced by org.objectweb.jonas_ejb.deployment.xml.MessageDriven.MessageDriven().

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setRemote String  remote  ) 
 

Set the remote

Parameters:
remote remote

Definition at line 147 of file CommonEjb.java.

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setSecurityIdentity SecurityIdentity  securityIdentity  ) 
 

Set the security-identity

Parameters:
securityIdentity securityIdentity

Definition at line 267 of file CommonEjb.java.

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setSecurityRoleRefList JLinkedList  securityRoleRefList  ) 
 

Set the security-role-ref

Parameters:
securityRoleRefList securityRoleRef

Definition at line 243 of file CommonEjb.java.

void org.objectweb.jonas_ejb.deployment.xml.CommonEjb.setTransactionType String  transactionType  ) 
 

Set the transaction-type

Parameters:
transactionType transactionType

Definition at line 227 of file CommonEjb.java.


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