|
||||||||||
| 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
This class provides an abstract implementation of the DeploymentDescriptor interface of JOnAS
| Field Summary | |
protected java.lang.String |
displayName
The displayName field |
| Constructor Summary | |
AbsDeploymentDesc()
|
|
| Method Summary | |
java.lang.String |
getDisplayName()
Get the display name of the deployment descriptor. |
protected static java.lang.String |
getSAXMsg(java.lang.String fileName,
org.xml.sax.SAXParseException exception,
java.lang.String msg)
build a message from SAX Exception in a consistent style, consistent with emacs compile mode (same as grep, cc, javac, etc). |
abstract java.lang.String |
toString()
Return a String representation of the DeploymentDesc. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
protected java.lang.String displayName
| Constructor Detail |
public AbsDeploymentDesc()
| Method Detail |
public java.lang.String getDisplayName()
getDisplayName in interface DeploymentDescpublic abstract java.lang.String toString()
toString in interface DeploymentDesc
protected static java.lang.String getSAXMsg(java.lang.String fileName,
org.xml.sax.SAXParseException exception,
java.lang.String msg)
fileName - name of the fileexception - the SAX exceptionmsg - the string message
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||