org.ow2.jonas.deployment.ejb.xml
Class Session

java.lang.Object
  extended by org.ow2.jonas.deployment.common.xml.AbsElement
      extended by org.ow2.jonas.deployment.common.xml.AbsDescriptionElement
          extended by org.ow2.jonas.deployment.common.xml.AbsEnvironmentElement
              extended by org.ow2.jonas.deployment.ejb.xml.CommonEjb
                  extended by org.ow2.jonas.deployment.ejb.xml.Session
All Implemented Interfaces:
Serializable, DescriptionGroupXml, Element, JndiEnvRefsGroupXml, CommonEjbXml

public class Session
extends CommonEjb

This class defines the implementation of the element session

Author:
JOnAS team
See Also:
Serialized Form

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

Session

public Session()
Constructor

Method Detail

getCluster

public Object getCluster()
Returns:
the cluster

setCluster

public void setCluster(Object cluster)
Parameters:
cluster - the cluster to set

getSessionType

public String getSessionType()
Gets the session-type

Returns:
the session-type

setSessionType

public void setSessionType(String sessionType)
Set the session-type

Parameters:
sessionType - sessionType

getServiceEndpoint

public String getServiceEndpoint()
Gets the service-endpoint

Returns:
the service-endpoint

setServiceEndpoint

public void setServiceEndpoint(String serviceEndpoint)
Set the service-endpoint

Parameters:
serviceEndpoint - serviceEndpoint

getIorSecurityConfigMapping

public IorSecurityConfigMapping getIorSecurityConfigMapping()
Returns:
Returns the iorSecurityConfigMapping.

setIorSecurityConfigMapping

public void setIorSecurityConfigMapping(IorSecurityConfigMapping iorSecurityConfigMapping)
Parameters:
iorSecurityConfigMapping - The iorSecurityConfigMapping to set.

toXML

public String toXML(int indent)
Represents this element by it's XML description.

Specified by:
toXML in interface Element
Specified by:
toXML in class AbsElement
Parameters:
indent - use this indent for prexifing XML representation.
Returns:
the XML description of this object.


Copyright © 2010 OW2 Consortium. All Rights Reserved.