Class AdminCommandResponse
java.lang.Object
com.sun.enterprise.universal.glassfish.AdminCommandResponse
Wraps the Manifest object returned by the Server. The Manifest object has
an internally defined format over and above the Manifest itself. This is a
central place where we are aware of all the details so that callers don't
have to be. If the format changes or the returned Object type changes then
this class will be the thing to change.
- Author:
- bnevins
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetCause()getChildren(Map<String, String> map) booleanbooleanbooleanboolean
-
Field Details
-
GENERATED_HELP
- See Also:
-
MANPAGE
- See Also:
-
SYNOPSIS
- See Also:
-
MESSAGE
- See Also:
-
CHILDREN_TYPE
- See Also:
-
EXITCODE
- See Also:
-
SUCCESS
- See Also:
-
WARNING
- See Also:
-
FAILURE
- See Also:
-
-
Constructor Details
-
AdminCommandResponse
- Throws:
IOException
-
-
Method Details
-
isGeneratedHelp
public boolean isGeneratedHelp() -
getMainMessage
-
wasSuccess
public boolean wasSuccess() -
wasWarning
public boolean wasWarning() -
wasFailure
public boolean wasFailure() -
getCause
-
getMainAtts
-
getMainKeys
-
getValue
-
getKeys
-
getChildren
-