Skip navigation links

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

E10664-01


oracle.idm.provisioning.plugin
Class PluginStatus

java.lang.Object
  extended by oracle.idm.provisioning.plugin.PluginStatus


public class PluginStatus
extends java.lang.Object

A Status object to be returned by each of the plugins.

Since:
OCS 2.1

Field Summary
static java.lang.String FAILURE
           
static java.lang.String SUCCESS
           

 

Constructor Summary
PluginStatus(java.lang.String execStatus, int errCode)
          Constructor
PluginStatus(java.lang.String execStatus, java.lang.String desc, java.lang.String provStatus)
          Constructor

 

Method Summary
 java.lang.String getDesc()
          Get the description
 int getErrCode()
          Get the exec error code.
 java.lang.String getExecStatus()
          Get the exec Status
 java.lang.Object getPluginReturnObject()
          Get the plugin return data
 java.lang.String getProvStatus()
          Get the prov status
 void setCallBackCtx(java.lang.Object callBackCtx)
          Set the Call Back Ctx.
 void setDesc(java.lang.String desc)
          Set the description
 void setErrCode(int errCode)
          Set the Error code.
 void setPluginReturnObject(java.lang.Object retobj)
          Set the Plugin Return data
 void setProvStatus(java.lang.String provStatus)
          Set the prov status

 

Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, 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

Constructor Detail

PluginStatus

public PluginStatus(java.lang.String execStatus,
                    int errCode)
Constructor
Parameters:
execStatus - Execution status. Possbile values PluginStatus.SUCCESS or PluginStatus.FAILURE

PluginStatus

public PluginStatus(java.lang.String execStatus,
                    java.lang.String desc,
                    java.lang.String provStatus)
Constructor
Parameters:
execStatus - Execution status. Possbile values PluginStatus.SUCCESS or PluginStatus.FAILURE

Method Detail

setErrCode

public void setErrCode(int errCode)
Set the Error code. Not Used

setCallBackCtx

public void setCallBackCtx(java.lang.Object callBackCtx)
Set the Call Back Ctx. This context object will be passed to the successive plugin call invocation. I.e a a call back context object returned by the Pre Data Entry Plugin will be passed to the Post Data Entry plugin. Note it will be passed through the ApplicationContext object

getExecStatus

public java.lang.String getExecStatus()
Get the exec Status

getErrCode

public int getErrCode()
Get the exec error code. Not Used

getDesc

public java.lang.String getDesc()
Get the description

setDesc

public void setDesc(java.lang.String desc)
Set the description

getProvStatus

public java.lang.String getProvStatus()
Get the prov status

setProvStatus

public void setProvStatus(java.lang.String provStatus)
Set the prov status

getPluginReturnObject

public java.lang.Object getPluginReturnObject()
Get the plugin return data

setPluginReturnObject

public void setPluginReturnObject(java.lang.Object retobj)
Set the Plugin Return data

Skip navigation links

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

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.