|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc
org.objectweb.jonas_ear.deployment.api.EarDeploymentDesc
This class extends the AbsDeploymentDescriptor class of JOnAS It provides a description of the specific EAR desployment descriptor
| Field Summary |
| Fields inherited from class org.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc |
displayName |
| Constructor Summary | |
EarDeploymentDesc(java.lang.ClassLoader classLoaderForCls,
Application application,
JonasApplication jonasApplication)
Construct an instance of a EarDeploymentDesc. |
|
| Method Summary | |
java.lang.String[] |
getAltDDClients()
Get the alt-dd of the clients of the application.xml file. |
java.lang.String[] |
getAltDDConnectors()
Get the alt-dd of the connectors of the application.xml file. |
java.lang.String[] |
getAltDDEjbs()
Get the alt-dd of the ejbs of the application.xml file. |
java.lang.String[] |
getAltDDWebs()
Get the alt-dd of the wars of the application.xml file. |
java.lang.String[] |
getClientTags()
Get the client tags of the application.xml file. |
java.lang.String[] |
getConnectorTags()
Get the connector tags of the application.xml file. |
java.lang.String[] |
getEjbTags()
Get the ejb tags of the application.xml file. |
java.lang.String |
getJonasXmlContent()
Get the content of the jonas-application xml file |
java.lang.String[] |
getSecurityRolesNames()
Get the security-role names tags |
java.util.Map |
getUserToRoleMapping()
|
Web[] |
getWebTags()
Get the web tags of the application.xml file. |
java.lang.String |
getXmlContent()
Get the content of the xml file |
void |
setJonasXmlContent(java.lang.String xml)
Set the content of the xml file |
void |
setXmlContent(java.lang.String xml)
Set the content of the xml file |
java.lang.String |
toString()
Return a String representation of the EarDeploymentDesc. |
| Methods inherited from class org.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc |
getDisplayName, getSAXMsg |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public EarDeploymentDesc(java.lang.ClassLoader classLoaderForCls,
Application application,
JonasApplication jonasApplication)
throws EarDeploymentDescException
classLoaderForCls - ClassLoader of the classes .application - application.xml parsed file.jonasApplication - jonas-application.xml parsed file.
EarDeploymentDescException - if we can't build an instance.| Method Detail |
public java.lang.String[] getEjbTags()
public java.lang.String[] getAltDDEjbs()
public java.lang.String[] getClientTags()
public java.lang.String[] getAltDDClients()
public Web[] getWebTags()
public java.lang.String[] getAltDDWebs()
public java.lang.String[] getConnectorTags()
public java.lang.String[] getAltDDConnectors()
public java.lang.String[] getSecurityRolesNames()
public java.lang.String getXmlContent()
public java.lang.String getJonasXmlContent()
public void setXmlContent(java.lang.String xml)
xml - the content of the application xml filepublic void setJonasXmlContent(java.lang.String xml)
xml - the content of the jonas-application xml filepublic java.lang.String toString()
toString in interface DeploymentDesctoString in class AbsDeploymentDescpublic java.util.Map getUserToRoleMapping()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||