oracle.workspaces.resource
Class CwResourceStatus
java.lang.Object
oracle.workspaces.resource.CwResourceStatus
- public class CwResourceStatus
- extends java.lang.Object
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
STATUS_OK
public static final int STATUS_OK
-
- See Also:
- Constant Field Values
STATUS_WARNING
public static final int STATUS_WARNING
-
- See Also:
- Constant Field Values
createOkStatus
public static CwResourceStatus createOkStatus(CwResourceType rsrcType)
createWarningStatus
public static CwResourceStatus createWarningStatus(CwResourceType rsrcType,
java.lang.Throwable t)
getException
public java.lang.Throwable getException()
- This method could return null if no exception is replied, in case that the member status is STATUS_MEMBER or STATUS_PARTIAL_MEMBER
getResourceType
public CwResourceType getResourceType()
getStatus
public int getStatus()
toString
public java.lang.String toString()