org.ow2.jonas.deployment.ejb.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
 String getEjbClass()
           
 String getEjbName()
           
 String getHome()
           
 String getLocal()
           
 String getLocalHome()
           
 String getRemote()
           
 SecurityIdentity getSecurityIdentity()
          Gets the security-identity
 JLinkedList getSecurityRoleRefList()
          Gets the security-role-ref
 
Methods inherited from interface org.ow2.jonas.deployment.common.xml.JndiEnvRefsGroupXml
getEjbLocalRefList, getEjbRefList, getEnvEntryList, getMessageDestinationRefList, getPersistenceUnitRefList, getResourceEnvRefList, getResourceRefList, getServiceRefList
 
Methods inherited from interface org.ow2.jonas.deployment.common.xml.DescriptionGroupXml
getDescription, getDisplayName, getIcon
 

Method Detail

getEjbName

String getEjbName()
Returns:
ejb-name element

getHome

String getHome()
Returns:
home element

getRemote

String getRemote()
Returns:
remote element

getLocalHome

String getLocalHome()
Returns:
local-home element

getLocal

String getLocal()
Returns:
local element

getEjbClass

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


Copyright © 2010 OW2 Consortium. All Rights Reserved.