| |
|
| org.objectweb.jonas_lib.deployment.api.JndiEnvRefsGroupDesc org.objectweb.jonas_client.deployment.api.ClientContainerDeploymentDesc
ClientContainerDeploymentDesc | public class ClientContainerDeploymentDesc extends JndiEnvRefsGroupDesc (Code) | | This class do the parsing of the application-client.xml file and jonas-client.xml files and
contruct a data structure associated to these two files.
author: Florent Benoit author: Philippe Coq |
ClientContainerDeploymentDesc | public ClientContainerDeploymentDesc(ClassLoader classLoader, ApplicationClient applicationClient, JonasClient jonasClient) throws DeploymentDescException(Code) | | Construct an instance of a ClientContainerDeploymentDesc.
Constructor is private, call one of the static getInstance
method instead.
Parameters: classLoader - the classloader for the classes. Parameters: applicationClient - the data structure of the application-client (application-client.xml) Parameters: jonasClient - the data structure of the jonas-client (jonas-client.xml) throws: DeploymentDescException - if the deploymentdescriptors are corrupted. |
getCallbackHandler | public String getCallbackHandler()(Code) | | Get the callback handler of this client application.
the callback handler of this client application. |
getJOnASXmlContent | public String getJOnASXmlContent()(Code) | | Return the content of the jonas-web.xml file
the content of the jonas-web.xml file |
getJaasEntry | public String getJaasEntry()(Code) | | Get the entry in the jaas configuration file
the entry in the jaas configuration file |
getJaasFile | public String getJaasFile()(Code) | | Get the name of the jaas configuration file
the name of the jaas configuration file |
getPassword | public String getPassword()(Code) | | Get the password used for a callback handler
the password used for a callback handler |
getUsername | public String getUsername()(Code) | | Get the username used for a callback handler
the username used for a callback handler |
getXmlContent | public String getXmlContent()(Code) | | Return the content of the web.xml file
the content of the web.xml file |
setJOnASXmlContent | public void setJOnASXmlContent(String jonasXmlContent)(Code) | | Parameters: jonasXmlContent - XML Content |
setXmlContent | public void setXmlContent(String xmlContent)(Code) | | Parameters: xmlContent - XML Content |
toString | public String toString()(Code) | | Return a String representation of the ClientContainerDeploymentDesc.
a String representation of the ClientContainerDeploymentDesc. |
|
|
|