| java.lang.Object org.cougaar.servicediscovery.description.AvailabilityChangeMessage
AvailabilityChangeMessage | public class AvailabilityChangeMessage implements Serializable(Code) | | Indicates a change in the availability or unavailability of a provider
for a given role for a given period of time.
|
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 *
|
AvailabilityChangeMessage | public AvailabilityChangeMessage(Role role, boolean registryUpdated, TimeSpan span, boolean available)(Code) | | |
AvailabilityChangeMessage | public AvailabilityChangeMessage()(Code) | | |
getStatus | public int getStatus()(Code) | | |
isAvailable | public boolean isAvailable()(Code) | | |
isCompleted | public boolean isCompleted()(Code) | | |
isDone | public boolean isDone()(Code) | | |
isError | public boolean isError()(Code) | | |
isPending | public boolean isPending()(Code) | | |
isRegistryUpdated | public boolean isRegistryUpdated()(Code) | | |
isRequested | public boolean isRequested()(Code) | | |
setAvailable | public void setAvailable(boolean available)(Code) | | |
setRegistryUpdated | public void setRegistryUpdated(boolean registryUpdated)(Code) | | |
setStatus | public synchronized void setStatus(int status)(Code) | | |
|
|