org.glassfish.api.admin
Class InstanceState
java.lang.Object
org.glassfish.api.admin.InstanceState
public class InstanceState
- extends Object
This holds the late status of the instance, the commands that are Queued up while the instance was starting
etc.
- Author:
- Vijay Ramachandran
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InstanceState
public InstanceState(InstanceState.StateType st)
getState
public InstanceState.StateType getState()
setState
public void setState(InstanceState.StateType state)
getFailedCommands
public List<String> getFailedCommands()
addFailedCommands
public void addFailedCommands(String cmd)
removeFailedCommands
public void removeFailedCommands()
Copyright © 2012. All Rights Reserved.