org.objectweb.jonas_ejb.deployment.xml
Interface Session
- All Superinterfaces:
- java.io.Serializable
- All Known Implementing Classes:
- SessionImpl
- public interface Session
- extends java.io.Serializable
ZEUS_XML_NAME
public static final java.lang.String ZEUS_XML_NAME
ZEUS_ATTRIBUTES
public static final java.lang.String[] ZEUS_ATTRIBUTES
ZEUS_ELEMENTS
public static final java.lang.String[] ZEUS_ELEMENTS
getDescription
public Description getDescription()
setDescription
public void setDescription(Description description)
getDisplayName
public DisplayName getDisplayName()
setDisplayName
public void setDisplayName(DisplayName displayName)
getSmallIcon
public SmallIcon getSmallIcon()
setSmallIcon
public void setSmallIcon(SmallIcon smallIcon)
getLargeIcon
public LargeIcon getLargeIcon()
setLargeIcon
public void setLargeIcon(LargeIcon largeIcon)
getEjbName
public EjbName getEjbName()
setEjbName
public void setEjbName(EjbName ejbName)
getHome
public Home getHome()
setHome
public void setHome(Home home)
getRemote
public Remote getRemote()
setRemote
public void setRemote(Remote remote)
getLocalHome
public LocalHome getLocalHome()
setLocalHome
public void setLocalHome(LocalHome localHome)
getLocal
public Local getLocal()
setLocal
public void setLocal(Local local)
getEjbClass
public EjbClass getEjbClass()
setEjbClass
public void setEjbClass(EjbClass ejbClass)
getSessionType
public SessionType getSessionType()
setSessionType
public void setSessionType(SessionType sessionType)
getTransactionType
public TransactionType getTransactionType()
setTransactionType
public void setTransactionType(TransactionType transactionType)
getEnvEntryList
public java.util.List getEnvEntryList()
setEnvEntryList
public void setEnvEntryList(java.util.List envEntryList)
addEnvEntry
public void addEnvEntry(EnvEntry envEntry)
removeEnvEntry
public void removeEnvEntry(EnvEntry envEntry)
getEjbRefList
public java.util.List getEjbRefList()
setEjbRefList
public void setEjbRefList(java.util.List ejbRefList)
addEjbRef
public void addEjbRef(EjbRef ejbRef)
removeEjbRef
public void removeEjbRef(EjbRef ejbRef)
getEjbLocalRefList
public java.util.List getEjbLocalRefList()
setEjbLocalRefList
public void setEjbLocalRefList(java.util.List ejbLocalRefList)
addEjbLocalRef
public void addEjbLocalRef(EjbLocalRef ejbLocalRef)
removeEjbLocalRef
public void removeEjbLocalRef(EjbLocalRef ejbLocalRef)
getSecurityRoleRefList
public java.util.List getSecurityRoleRefList()
setSecurityRoleRefList
public void setSecurityRoleRefList(java.util.List securityRoleRefList)
addSecurityRoleRef
public void addSecurityRoleRef(SecurityRoleRef securityRoleRef)
removeSecurityRoleRef
public void removeSecurityRoleRef(SecurityRoleRef securityRoleRef)
getSecurityIdentity
public SecurityIdentity getSecurityIdentity()
setSecurityIdentity
public void setSecurityIdentity(SecurityIdentity securityIdentity)
getResourceRefList
public java.util.List getResourceRefList()
setResourceRefList
public void setResourceRefList(java.util.List resourceRefList)
addResourceRef
public void addResourceRef(ResourceRef resourceRef)
removeResourceRef
public void removeResourceRef(ResourceRef resourceRef)
getResourceEnvRefList
public java.util.List getResourceEnvRefList()
setResourceEnvRefList
public void setResourceEnvRefList(java.util.List resourceEnvRefList)
addResourceEnvRef
public void addResourceEnvRef(ResourceEnvRef resourceEnvRef)
removeResourceEnvRef
public void removeResourceEnvRef(ResourceEnvRef resourceEnvRef)
getId
public java.lang.String getId()
setId
public void setId(java.lang.String id)
marshal
public void marshal(java.io.File file)
throws java.io.IOException
marshal
public void marshal(java.io.OutputStream outputStream)
throws java.io.IOException
marshal
public void marshal(java.io.Writer writer)
throws java.io.IOException