|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Object | +--oracle.apps.cz.cio.StatusInfo
Contains information about a status change for a particular runtime node. The status can be STATUS_NEW, STATUS_EXISTING, STATUS_DELETED, or STATUS_REMOVED. The condition for which this status holds depends on which list the status exists. Possibilities include validation failure, selected nodes, and unsatisfied nodes.
| Field Summary | |
static java.lang.String |
RCS_ID |
static boolean |
RCS_ID_RECORDED |
static int |
STATUS_DELETEDThe node has newly lost this status since the last check. |
static int |
STATUS_EXISTINGThe already had this status during the last check, and it still does. |
static int |
STATUS_NEWThe node has newly attained this status since the last check. |
static int |
STATUS_REMOVEDThe node had the deleted status during the last check, so it is removed. |
| Method Summary | |
oracle.apps.cz.cio.IRuntimeNode |
getNode()Returns the runtime node with which this status is associated. |
int |
getStatus()Returns the current status of the node. |
int |
hashCode() |
static java.lang.String |
statusToString(int status)Return a printable representation of a status constant. |
java.lang.String |
toString() |
java.lang.String |
toString(boolean description) |
| Methods inherited from class java.lang.Object |
equals, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final java.lang.String RCS_ID
public static final boolean RCS_ID_RECORDED
public static final int STATUS_NEW
public static final int STATUS_EXISTING
public static final int STATUS_DELETED
public static final int STATUS_REMOVED
| Method Detail |
public int getStatus()
public oracle.apps.cz.cio.IRuntimeNode getNode()
public int hashCode()
hashCode in class java.lang.Objectpublic java.lang.String toString(boolean description)
public java.lang.String toString()
toString in class java.lang.Objectpublic static java.lang.String statusToString(int status)
|
Oracle Configuration Interface Object API Specification Version: 11.5.10.23.13 Part No: B14186-01 |
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Copyright © 1999, 2004, Oracle. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.