Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


oracle.idm.provisioning.event
Class EventStatus

java.lang.Object
  extended by oracle.idm.provisioning.event.EventStatus

Direct Known Subclasses:
PlsqlEventStatus

public class EventStatus
extends java.lang.Object

Event status object that describes status of the change that was applied to OID or the application.

Since:
OCS R3

Field Summary
static java.lang.String FAILURE
           
static java.lang.String IN_PROGRESS
           
protected  int m_errCode
          Event Error code
protected  java.lang.String m_eventID
          Unique Identifier of the event.
protected  java.lang.String m_execStatus
          OID/Application Generated Event Status Code.
protected  java.lang.String m_execStatusMsg
          OID/Application Status Message.
protected  java.lang.String m_objectGuid
          The Unique ID of the Object that changed.
protected  java.lang.String m_provStatus
          The Actual/Desired Provisioning Status
static java.lang.String SUCCESS
           

 

Constructor Summary
EventStatus()
          Default constructor.
EventStatus(java.lang.String evtId, java.lang.String stat, java.lang.String statMsg, java.lang.String guid)
          Creates a Event Status object

 

Method Summary
 int getErrCode()
          Get the error code
 java.lang.String getID()
          Return the event ID.
 java.lang.String getObjGuid()
          Return the Object GUID.
 java.lang.String getStatus()
          Return the Event status.
 java.lang.String getStatusMsg()
          Return the Event status message.
static void main(java.lang.String[] args)
          Test Driver
 void setErrCode(int errCode)
          Set the error code
 void setID(java.lang.String evtID)
          Set the event ID.
 void setObjGuid(java.lang.String objGuid)
          Set the Object GUID.
 void setStatus(java.lang.String stat)
          Set the Event status.
 void setStatusMsg(java.lang.String statMsg)
          Set the Event status message.
 java.lang.String toString()
          Returns the string representation

 

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

 

Field Detail

SUCCESS

public static final java.lang.String SUCCESS
See Also:
Constant Field Values

FAILURE

public static final java.lang.String FAILURE
See Also:
Constant Field Values

IN_PROGRESS

public static final java.lang.String IN_PROGRESS
See Also:
Constant Field Values

m_eventID

protected java.lang.String m_eventID
Unique Identifier of the event. For OID generated events, it is the change number. For applications it could be any kind of sequenced value. This is stored in the provisioning profile.

m_objectGuid

protected java.lang.String m_objectGuid
The Unique ID of the Object that changed. For OID, it is the 32 characters ORCLGUID

m_execStatus

protected java.lang.String m_execStatus
OID/Application Generated Event Status Code.

m_provStatus

protected java.lang.String m_provStatus
The Actual/Desired Provisioning Status

m_execStatusMsg

protected java.lang.String m_execStatusMsg
OID/Application Status Message.

m_errCode

protected int m_errCode
Event Error code

Constructor Detail

EventStatus

public EventStatus()
Default constructor.

EventStatus

public EventStatus(java.lang.String evtId,
                   java.lang.String stat,
                   java.lang.String statMsg,
                   java.lang.String guid)
Creates a Event Status object

Method Detail

getID

public java.lang.String getID()
Return the event ID. Unique Identifier of the event. For OID generated events, it is the change number. For applications it could be any kind of sequenced value. This is stored in the provisioning profile.
Returns:
the event ID

setID

public void setID(java.lang.String evtID)
Set the event ID.
Parameters:
evtID - Event ID

getObjGuid

public java.lang.String getObjGuid()
Return the Object GUID. The Unique ID of the Object that changed. For OID, it is the 32 characters ORCLGUID.
Returns:
the Object GUID

setObjGuid

public void setObjGuid(java.lang.String objGuid)
Set the Object GUID.
Parameters:
objGuid - Object GUID

getStatus

public java.lang.String getStatus()
Return the Event status.
Returns:
the Event status

setStatus

public void setStatus(java.lang.String stat)
Set the Event status.
Parameters:
stat - Event Status

getStatusMsg

public java.lang.String getStatusMsg()
Return the Event status message.
Returns:
the Event status message.

setStatusMsg

public void setStatusMsg(java.lang.String statMsg)
Set the Event status message.
Parameters:
statMsg - Event status message

setErrCode

public void setErrCode(int errCode)
Set the error code

getErrCode

public int getErrCode()
Get the error code

toString

public java.lang.String toString()
Returns the string representation
Overrides:
toString in class java.lang.Object

main

public static void main(java.lang.String[] args)
Test Driver

Skip navigation links

Oracle Internet Directory API Reference
11g Release 1 (11.1.1)

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.