| |
|
| java.lang.Object org.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc
EarDeploymentDesc | public class EarDeploymentDesc extends AbsDeploymentDesc (Code) | | This class extends the AbsDeploymentDescriptor class of JOnAS It provides a
description of the specific EAR desployment descriptor
author: Florent Benoit author: Ludovic Bert author: Helene Joanin |
EarDeploymentDesc | public EarDeploymentDesc(ClassLoader classLoaderForCls, Application application, JonasApplication jonasApplication) throws EarDeploymentDescException(Code) | | Construct an instance of a EarDeploymentDesc. Called by the getInstance()
method.
Parameters: classLoaderForCls - ClassLoader of the classes . Parameters: application - application.xml parsed file. Parameters: jonasApplication - jonas-application.xml parsed file. throws: EarDeploymentDescException - if we can't build an instance. |
getAltDDClients | public String[] getAltDDClients()(Code) | | Get the alt-dd of the clients of the application.xml file.
the alt-dd of the clients of the application.xml file. |
getAltDDConnectors | public String[] getAltDDConnectors()(Code) | | Get the alt-dd of the connectors of the application.xml file.
the alt-dd of the connectors of the application.xml file. |
getAltDDEjbs | public String[] getAltDDEjbs()(Code) | | Get the alt-dd of the ejbs of the application.xml file.
the alt-dd of the ejbs of the application.xml file. |
getAltDDWebs | public String[] getAltDDWebs()(Code) | | Get the alt-dd of the wars of the application.xml file.
the alt-dd of the wars of the application.xml file. |
getClientTags | public String[] getClientTags()(Code) | | Get the client tags of the application.xml file.
the client tags of the application.xml file. |
getConnectorTags | public String[] getConnectorTags()(Code) | | Get the connector tags of the application.xml file.
the connector tags of the application.xml file. |
getEjbTags | public String[] getEjbTags()(Code) | | Get the ejb tags of the application.xml file.
the ejb tags of the application.xml file. |
getJonasXmlContent | public String getJonasXmlContent()(Code) | | Get the content of the jonas-application xml file
the content of the jonas-application xml file |
getSecurityRolesNames | public String[] getSecurityRolesNames()(Code) | | Get the security-role names tags
the security roles names. |
getUserToRoleMapping | public Map getUserToRoleMapping()(Code) | | the userToRoleMapping. |
getWebTags | public Web[] getWebTags()(Code) | | Get the web tags of the application.xml file.
the web tags of the application.xml file. |
getXmlContent | public String getXmlContent()(Code) | | Get the content of the xml file
the content of the application xml file |
setJonasXmlContent | public void setJonasXmlContent(String xml)(Code) | | Set the content of the xml file
Parameters: xml - the content of the jonas-application xml file |
setXmlContent | public void setXmlContent(String xml)(Code) | | Set the content of the xml file
Parameters: xml - the content of the application xml file |
toString | public String toString()(Code) | | Return a String representation of the EarDeploymentDesc.
a String representation of the EarDeploymentDesc. |
Fields inherited from org.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc | protected String displayName(Code)(Java Doc)
|
|
|
|