Skip navigation links

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

E10664-01


oracle.ldap.ospf
Class PluginResult

java.lang.Object
  extended by oracle.ldap.ospf.PluginResult


public final class PluginResult
extends java.lang.Object

Defines results of an LDAP operation that a Java plug-in returns back to the Oracle directory server. Contains the following information:

Since:
10g Release 3 (10.1.4)

Constructor Summary
PluginResult()
          Constructor
PluginResult(LdapOperation op)
          Constructor

 

Method Summary
 void setLdapOperation(LdapOperation op)
          Sets the LdapOperation object in the PluginResult.

 

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

 

Constructor Detail

PluginResult

public PluginResult()
Constructor

PluginResult

public PluginResult(LdapOperation op)
Constructor
Parameters:
op - - LdapOperation

Method Detail

setLdapOperation

public void setLdapOperation(LdapOperation op)
Sets the LdapOperation object in the PluginResult. If LdapOperation is null or not passed, the LdapOperation object passed to the plug-in in the PluginDetail object is passed back to the Oracle directory server instead.
Parameters:
op - - LdapOperation

Skip navigation links

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

E10664-01


Copyright © 1999, 2009 Oracle. All Rights Reserved.