com.sun.enterprise.universal.glassfish
Class AdminCommandResponse
java.lang.Object
com.sun.enterprise.universal.glassfish.AdminCommandResponse
public class AdminCommandResponse
- extends java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
GENERATED_HELP
public static final java.lang.String GENERATED_HELP
- See Also:
- Constant Field Values
MANPAGE
public static final java.lang.String MANPAGE
- See Also:
- Constant Field Values
SYNOPSIS
public static final java.lang.String SYNOPSIS
- See Also:
- Constant Field Values
MESSAGE
public static final java.lang.String MESSAGE
- See Also:
- Constant Field Values
CHILDREN_TYPE
public static final java.lang.String CHILDREN_TYPE
- See Also:
- Constant Field Values
EXITCODE
public static final java.lang.String EXITCODE
- See Also:
- Constant Field Values
SUCCESS
public static final java.lang.String SUCCESS
- See Also:
- Constant Field Values
WARNING
public static final java.lang.String WARNING
- See Also:
- Constant Field Values
FAILURE
public static final java.lang.String FAILURE
- See Also:
- Constant Field Values
AdminCommandResponse
public AdminCommandResponse(java.io.InputStream inStream)
throws java.io.IOException
- Throws:
java.io.IOException
isGeneratedHelp
public boolean isGeneratedHelp()
getMainMessage
public java.lang.String getMainMessage()
wasSuccess
public boolean wasSuccess()
wasWarning
public boolean wasWarning()
wasFailure
public boolean wasFailure()
getCause
public java.lang.String getCause()
getMainAtts
public java.util.Map<java.lang.String,java.lang.String> getMainAtts()
getMainKeys
public java.util.List<NameValue<java.lang.String,java.lang.String>> getMainKeys()
getValue
public java.lang.String getValue(java.lang.String key)
getKeys
public java.util.List<NameValue<java.lang.String,java.lang.String>> getKeys(java.util.Map<java.lang.String,java.lang.String> map)
getChildren
public java.util.Map<java.lang.String,java.util.Map<java.lang.String,java.lang.String>> getChildren(java.util.Map<java.lang.String,java.lang.String> map)
Copyright © 2012 GlassFish Community. All Rights Reserved.