| |
|
| org.objectweb.jonas_ejb.deployment.xml.JonasCommonEjb org.objectweb.jonas_ejb.deployment.xml.JonasSession
JonasSession | public class JonasSession extends JonasCommonEjb (Code) | | This class defines the implementation of the element jonas-session
author: JOnAS team |
JonasSession | public JonasSession()(Code) | | Constructor
|
getIsModifiedMethodName | public String getIsModifiedMethodName()(Code) | | Gets the is-modified-method-name
the is-modified-method-name |
getJndiEndpointName | public String getJndiEndpointName()(Code) | | Gets the jndi-endpoint-name
the jndi-endpoint-name |
getSessionTimeout | public String getSessionTimeout()(Code) | | Gets the session-timeout
the session-timeout |
getSingleton | public String getSingleton()(Code) | | Gets the singleton flag
the singleton flag |
setIsModifiedMethodName | public void setIsModifiedMethodName(String isModifiedMethodName)(Code) | | Set the is-modified-method-name
Parameters: isModifiedMethodName - isModifiedMethodName |
setJndiEndpointName | public void setJndiEndpointName(String jndiEndpointName)(Code) | | Set the jndi-endpoint-name
Parameters: jndiEndpointName - jndi-endpoint-name |
setSessionTimeout | public void setSessionTimeout(String sessionTimeout)(Code) | | Set the session-timeout
Parameters: sessionTimeout - sessionTimeout |
setSingleton | public void setSingleton(String singleton)(Code) | | Set the singleton flag
Parameters: singleton - the singleton flag |
toXML | public String toXML(int indent)(Code) | | Represents this element by it's XML description.
Parameters: indent - use this indent for prexifing XML representation. the XML description of this object. |
|
|
|