org.objectweb.jonas_ejb.deployment.xml
Interface CommonEjbXml

All Superinterfaces:
DescriptionGroupXml, JndiEnvRefsGroupXml
All Known Implementing Classes:
CommonEjb, Entity, MessageDriven, Session

public interface CommonEjbXml
extends JndiEnvRefsGroupXml

This interface provides to the value of Xml elements common for session/entity/mdb

Author:
Philippe Coq

Method Summary
 java.lang.String getEjbClass()
           
 java.lang.String getEjbName()
           
 java.lang.String getHome()
           
 java.lang.String getLocal()
           
 java.lang.String getLocalHome()
           
 java.lang.String getRemote()
           
 SecurityIdentity getSecurityIdentity()
          Gets the security-identity
 JLinkedList getSecurityRoleRefList()
          Gets the security-role-ref
 
Methods inherited from interface org.objectweb.jonas_lib.deployment.xml.JndiEnvRefsGroupXml
getEjbLocalRefList, getEjbRefList, getEnvEntryList, getMessageDestinationRefList, getResourceEnvRefList, getResourceRefList, getServiceRefList
 
Methods inherited from interface org.objectweb.jonas_lib.deployment.xml.DescriptionGroupXml
getDescription, getDisplayName, getIcon
 

Method Detail

getEjbName

java.lang.String getEjbName()
Returns:
ejb-name element

getHome

java.lang.String getHome()
Returns:
home element

getRemote

java.lang.String getRemote()
Returns:
remote element

getLocalHome

java.lang.String getLocalHome()
Returns:
local-home element

getLocal

java.lang.String getLocal()
Returns:
local element

getEjbClass

java.lang.String getEjbClass()
Returns:
ejb-class element

getSecurityIdentity

SecurityIdentity getSecurityIdentity()
Gets the security-identity

Returns:
the security-identity

getSecurityRoleRefList

JLinkedList getSecurityRoleRefList()
Gets the security-role-ref

Returns:
the security-role-ref