| |
|
| org.objectweb.jonas_lib.deployment.xml.AbsJonasEnvironmentElement org.objectweb.jonas_client.deployment.xml.JonasClient
JONAS_CLIENT_ELEMENT | final public static String JONAS_CLIENT_ELEMENT(Code) | | jonas-client element XML header
|
JonasClient | public JonasClient()(Code) | | Default constructor
|
addJonasMessageDestination | public void addJonasMessageDestination(JonasMessageDestination jonasMessageDestination)(Code) | | Add a new jonas-message-destination element to this object
Parameters: jonasMessageDestination - the jonas-message-destination object |
getJonasMessageDestinationList | public JLinkedList getJonasMessageDestinationList()(Code) | | the list of all jonas-message-destination elements |
setHeader | public void setHeader(String header)(Code) | | Parameters: header - The header to set. |
setJonasMessageDestinationList | public void setJonasMessageDestinationList(JLinkedList jonasMessageDestinationList)(Code) | | Set the jonas-message-destination
Parameters: jonasMessageDestinationList - jonasMessageDestination |
setJonasSecurity | public void setJonasSecurity(JonasSecurity jonasSecurity)(Code) | | Set the jonas-security
Parameters: jonasSecurity - jonasSecurity |
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. |
|
|
|