|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.xml.AbsElement
org.objectweb.jonas_lib.deployment.xml.AbsJonasEnvironmentElement
org.objectweb.jonas_client.deployment.xml.JonasClient
This class defines the implementation of the element jonas-client
| Field Summary | |
static java.lang.String |
JONAS_CLIENT_ELEMENT
jonas-client element XML header |
| Constructor Summary | |
JonasClient()
Default constructor |
|
| Method Summary | |
void |
addJonasMessageDestination(JonasMessageDestination jonasMessageDestination)
Add a new jonas-message-destination element to this object |
java.lang.String |
getHeader()
|
JLinkedList |
getJonasMessageDestinationList()
|
JonasSecurity |
getJonasSecurity()
|
void |
setHeader(java.lang.String header)
|
void |
setJonasMessageDestinationList(JLinkedList jonasMessageDestinationList)
Set the jonas-message-destination |
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, addJonasMessageDestinationRef, addJonasResource, addJonasResourceEnv, addJonasServiceRef, getJonasEjbRefList, getJonasMessageDestinationRefList, 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 |
| Field Detail |
public static final java.lang.String JONAS_CLIENT_ELEMENT
| Constructor Detail |
public JonasClient()
| Method Detail |
public JonasSecurity getJonasSecurity()
public void setJonasSecurity(JonasSecurity jonasSecurity)
jonasSecurity - jonasSecuritypublic JLinkedList getJonasMessageDestinationList()
public void setJonasMessageDestinationList(JLinkedList jonasMessageDestinationList)
jonasMessageDestinationList - jonasMessageDestinationpublic void addJonasMessageDestination(JonasMessageDestination jonasMessageDestination)
jonasMessageDestination - the jonas-message-destination objectpublic java.lang.String toXML(int indent)
toXML in interface ElementtoXML in class AbsElementindent - use this indent for prexifing XML representation.
public java.lang.String getHeader()
public void setHeader(java.lang.String header)
header - The header to set.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||