|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.ow2.jonas.deployment.common.xml.AbsElement
org.ow2.jonas.deployment.common.xml.AbsDescriptionElement
org.ow2.jonas.deployment.common.xml.AbsEnvironmentElement
org.ow2.jonas.deployment.ejb.xml.CommonEjb
org.ow2.jonas.deployment.ejb.xml.Session
public class Session
This class defines the implementation of the element session
| Constructor Summary | |
|---|---|
Session()
Constructor |
|
| Method Summary | |
|---|---|
Object |
getCluster()
|
IorSecurityConfigMapping |
getIorSecurityConfigMapping()
|
String |
getServiceEndpoint()
Gets the service-endpoint |
String |
getSessionType()
Gets the session-type |
void |
setCluster(Object cluster)
|
void |
setIorSecurityConfigMapping(IorSecurityConfigMapping iorSecurityConfigMapping)
|
void |
setServiceEndpoint(String serviceEndpoint)
Set the service-endpoint |
void |
setSessionType(String sessionType)
Set the session-type |
String |
toXML(int indent)
Represents this element by it's XML description. |
| Methods inherited from class org.ow2.jonas.deployment.ejb.xml.CommonEjb |
|---|
addSecurityRoleRef, getEjbClass, getEjbName, getHome, getLocal, getLocalHome, getMappedName, getMessagingType, getRemote, getSecurityIdentity, getSecurityRoleRefList, getTransactionType, setEjbClass, setEjbName, setHome, setLocal, setLocalHome, setMappedName, setMessagingType, setRemote, setSecurityIdentity, setSecurityRoleRefList, setTransactionType |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsEnvironmentElement |
|---|
addEjbLocalRef, addEjbRef, addEnvEntry, addMessageDestinationRef, addPersistenceUnitRef, addResourceEnvRef, addResourceRef, addServiceRef, getEjbLocalRefList, getEjbRefList, getEnvEntryList, getMessageDestinationRefList, getPersistenceUnitRefList, getResourceEnvRefList, getResourceRefList, getServiceRefList |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsDescriptionElement |
|---|
getDescription, getDisplayName, getIcon, setDescription, setDisplayName, setIcon, setLargeIcon, setLargeIcon, setSmallIcon, setSmallIcon |
| Methods inherited from class org.ow2.jonas.deployment.common.xml.AbsElement |
|---|
indent, toString, toXML, xmlAttribute, xmlElement |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| 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 |
| Constructor Detail |
|---|
public Session()
| Method Detail |
|---|
public Object getCluster()
public void setCluster(Object cluster)
cluster - the cluster to setpublic String getSessionType()
public void setSessionType(String sessionType)
sessionType - sessionTypepublic String getServiceEndpoint()
public void setServiceEndpoint(String serviceEndpoint)
serviceEndpoint - serviceEndpointpublic IorSecurityConfigMapping getIorSecurityConfigMapping()
public void setIorSecurityConfigMapping(IorSecurityConfigMapping iorSecurityConfigMapping)
iorSecurityConfigMapping - The iorSecurityConfigMapping to set.public String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||