Oracle® Collaboration Suite Workspaces API Reference
10g Release 1 (10.1.2)

B25479-01


oracle.workspaces.resource
Class CwResourceStatus

java.lang.Object
  extended byoracle.workspaces.resource.CwResourceStatus


public class CwResourceStatus
extends java.lang.Object

Field Summary
static int STATUS_OK
static int STATUS_WARNING

Method Summary
static CwResourceStatus createOkStatus(CwResourceType rsrcType)
static CwResourceStatus createWarningStatus(CwResourceType rsrcType, java.lang.Throwable t)
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
CwResourceType getResourceType()
int getStatus()
java.lang.String toString()

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait

Field Detail

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

Method Detail

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()

Copyright © 2001, 2005, Oracle. All rights reserved.