org.objectweb.jonas_client.deployment.xml
Class JonasClient

java.lang.Object
  extended byorg.objectweb.jonas_lib.deployment.xml.AbsElement
      extended byorg.objectweb.jonas_lib.deployment.xml.AbsJonasEnvironmentElement
          extended byorg.objectweb.jonas_client.deployment.xml.JonasClient
All Implemented Interfaces:
Element, JonasJndiEnvRefsGroupXml, java.io.Serializable, TopLevelElement

public class JonasClient
extends AbsJonasEnvironmentElement
implements TopLevelElement

This class defines the implementation of the element jonas-client

Author:
jonas-team
See Also:
Serialized Form

Constructor Summary
JonasClient()
           
 
Method Summary
 JonasSecurity getJonasSecurity()
           
 void setJonasSecurity(JonasSecurity jonasSecurity)
          Set the jonas-security
 java.lang.String toXML(int indent)
          Represents this element by it's XML description.
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsJonasEnvironmentElement
addJonasEjbRef, addJonasResource, addJonasResourceEnv, addJonasServiceRef, getJonasEjbRefList, getJonasResourceEnvList, getJonasResourceList, getJonasServiceRefList
 
Methods inherited from class org.objectweb.jonas_lib.deployment.xml.AbsElement
indent, toString, toXML, xmlAttribute, xmlElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

JonasClient

public JonasClient()
Method Detail

getJonasSecurity

public JonasSecurity getJonasSecurity()
Returns:
the jonas-security

setJonasSecurity

public void setJonasSecurity(JonasSecurity jonasSecurity)
Set the jonas-security

Parameters:
jonasSecurity - jonasSecurity

toXML

public java.lang.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.