|
||||||||||
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_rar.deployment.api.RarDeploymentDesc
This class extends the AbsDeploymentDescriptor class of JOnAS It provides a description of the specific RAR desployment descriptor
Field Summary |
Fields inherited from class org.objectweb.jonas_lib.deployment.api.AbsDeploymentDesc |
displayName |
Constructor Summary | |
RarDeploymentDesc(java.lang.ClassLoader classLoader,
Connector connector,
JonasConnector jonasConnector)
Construct an instance of a RarDeploymentDesc. |
Method Summary | |
Connector |
getConnector()
Get the current Connector. |
JonasConfigProperty[] |
getJonasConfigPropTags()
Get the config-property tags of the jonas-ra.xml file. |
JonasConnector |
getJonasConnector()
Get the current JonasConnector. |
java.lang.String |
getJOnASXmlContent()
Return the content of the jonas-ra.xml file |
ConfigProperty[] |
getRaConfigPropTags()
Get the config-property tags of the ra.xml file. |
java.lang.String |
getXmlContent()
Return the content of the ra.xml file |
void |
setJOnASXmlContent(java.lang.String jXml)
Set the content of the jonas-ra.xml file |
void |
setRaConfigPropTags(Connector conn)
Set the config-property tags of the ra.xml file. |
void |
setXmlContent(java.lang.String xml)
Set the content of the ra.xml file |
java.lang.String |
toString()
Return a String representation of the RarDeploymentDesc. |
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 RarDeploymentDesc(java.lang.ClassLoader classLoader, Connector connector, JonasConnector jonasConnector) throws RarDeploymentDescException
classLoader
- ClassLoader of the classes .connector
- ra.xml parsed file.jonasConnector
- jonas-ra.xml parsed file.
RarDeploymentDescException
- if we can't build an instance.Method Detail |
public void setRaConfigPropTags(Connector conn)
conn
- the Connector objeect with the config-property tags of the ra.xml file.public ConfigProperty[] getRaConfigPropTags()
public JonasConfigProperty[] getJonasConfigPropTags()
public java.lang.String toString()
toString
in interface DeploymentDesc
toString
in class AbsDeploymentDesc
public Connector getConnector()
public JonasConnector getJonasConnector()
public java.lang.String getXmlContent()
public java.lang.String getJOnASXmlContent()
public void setXmlContent(java.lang.String xml)
xml
- the content of the filepublic void setJOnASXmlContent(java.lang.String jXml)
jXml
- the content of the file
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |