| java.lang.Object org.cougaar.servicediscovery.description.StatusChangeMessage
All known Subclasses: org.cougaar.logistics.plugin.utils.ALStatusChangeMessage,
StatusChangeMessage | public class StatusChangeMessage implements Serializable(Code) | | Currently envisioned as the object that the ServiceDisruptionServlet
can publish, triggering action on the part of the provider agent.
Created by IntelliJ IDEA.
User: lgoldsto
Date: Jan 10, 2003
Time: 2:51:55 PM
To change this template use Options | File Templates.
|
COMPLETED | final public static int COMPLETED(Code) | | a change has completed but not yet noticed *
|
DONE | final public static int DONE(Code) | | a change is complete *
|
ERROR | final public static int ERROR(Code) | | a change caused an error *
|
PENDING | final public static int PENDING(Code) | | a change is pending *
|
REQUESTED | final public static int REQUESTED(Code) | | A change has been requested but not submited *
|
StatusChangeMessage | public StatusChangeMessage(String role, boolean registryUpdated)(Code) | | |
getStatus | public int getStatus()(Code) | | |
isCompleted | public boolean isCompleted()(Code) | | |
isDone | public boolean isDone()(Code) | | |
isError | public boolean isError()(Code) | | |
isPending | public boolean isPending()(Code) | | |
isRequested | public boolean isRequested()(Code) | | |
registryUpdated | public boolean registryUpdated()(Code) | | |
setRegistryUpdated | public void setRegistryUpdated(boolean registryUpdated)(Code) | | |
setStatus | public synchronized void setStatus(int status)(Code) | | |
|
|