|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<PluginCfgDefn.PluginType>
org.opends.server.admin.std.meta.PluginCfgDefn.PluginType
public static enum PluginCfgDefn.PluginType
Defines the set of permissable values for the "plugin-type" property.
Specifies the set of plug-in types for the plug-in, which specifies the times at which the plug-in is invoked.
Enum Constant Summary | |
---|---|
INTERMEDIATERESPONSE
Invoked before sending an intermediate repsonse message to the client. |
|
LDIFEXPORT
Invoked for each operation to be written during an LDIF export. |
|
LDIFIMPORT
Invoked for each entry read during an LDIF import. |
|
POSTCONNECT
Invoked whenever a new connection is established to the server. |
|
POSTDISCONNECT
Invoked whenever an existing connection is terminated (by either the client or the server). |
|
POSTOPERATIONABANDON
Invoked after completing the abandon processing. |
|
POSTOPERATIONADD
Invoked after completing the core add processing but before sending the response to the client. |
|
POSTOPERATIONBIND
Invoked after completing the core bind processing but before sending the response to the client. |
|
POSTOPERATIONCOMPARE
Invoked after completing the core compare processing but before sending the response to the client. |
|
POSTOPERATIONDELETE
Invoked after completing the core delete processing but before sending the response to the client. |
|
POSTOPERATIONEXTENDED
Invoked after completing the core extended processing but before sending the response to the client. |
|
POSTOPERATIONMODIFY
Invoked after completing the core modify processing but before sending the response to the client. |
|
POSTOPERATIONMODIFYDN
Invoked after completing the core modify DN processing but before sending the response to the client. |
|
POSTOPERATIONSEARCH
Invoked after completing the core search processing but before sending the response to the client. |
|
POSTOPERATIONUNBIND
Invoked after completing the unbind processing. |
|
POSTRESPONSEADD
Invoked after sending the add response to the client. |
|
POSTRESPONSEBIND
Invoked after sending the bind response to the client. |
|
POSTRESPONSECOMPARE
Invoked after sending the compare response to the client. |
|
POSTRESPONSEDELETE
Invoked after sending the delete response to the client. |
|
POSTRESPONSEEXTENDED
Invoked after sending the extended response to the client. |
|
POSTRESPONSEMODIFY
Invoked after sending the modify response to the client. |
|
POSTRESPONSEMODIFYDN
Invoked after sending the modify DN response to the client. |
|
POSTRESPONSESEARCH
Invoked after sending the search result done message to the client. |
|
POSTSYNCHRONIZATIONADD
Invoked after completing post-synchronization processing for an add operation. |
|
POSTSYNCHRONIZATIONDELETE
Invoked after completing post-synchronization processing for a delete operation. |
|
POSTSYNCHRONIZATIONMODIFY
Invoked after completing post-synchronization processing for a modify operation. |
|
POSTSYNCHRONIZATIONMODIFYDN
Invoked after completing post-synchronization processing for a modify DN operation. |
|
PREOPERATIONADD
Invoked prior to performing the core add processing. |
|
PREOPERATIONBIND
Invoked prior to performing the core bind processing. |
|
PREOPERATIONCOMPARE
Invoked prior to performing the core compare processing. |
|
PREOPERATIONDELETE
Invoked prior to performing the core delete processing. |
|
PREOPERATIONEXTENDED
Invoked prior to performing the core extended processing. |
|
PREOPERATIONMODIFY
Invoked prior to performing the core modify processing. |
|
PREOPERATIONMODIFYDN
Invoked prior to performing the core modify DN processing. |
|
PREOPERATIONSEARCH
Invoked prior to performing the core search processing. |
|
PREPARSEABANDON
Invoked prior to parsing an abandon request. |
|
PREPARSEADD
Invoked prior to parsing an add request. |
|
PREPARSEBIND
Invoked prior to parsing a bind request. |
|
PREPARSECOMPARE
Invoked prior to parsing a compare request. |
|
PREPARSEDELETE
Invoked prior to parsing a delete request. |
|
PREPARSEEXTENDED
Invoked prior to parsing an extended request. |
|
PREPARSEMODIFY
Invoked prior to parsing a modify request. |
|
PREPARSEMODIFYDN
Invoked prior to parsing a modify DN request. |
|
PREPARSESEARCH
Invoked prior to parsing a search request. |
|
PREPARSEUNBIND
Invoked prior to parsing an unbind request. |
|
SEARCHRESULTENTRY
Invoked before sending a search result entry to the client. |
|
SEARCHRESULTREFERENCE
Invoked before sending a search result reference to the client. |
|
SHUTDOWN
Invoked during a graceful Directory Server shutdown. |
|
STARTUP
Invoked during the Directory Server startup process. |
|
SUBORDINATEMODIFYDN
Invoked in the course of moving or renaming an entry subordinate to the target of a modify DN operation. |
Method Summary | |
---|---|
java.lang.String |
toString()
|
static PluginCfgDefn.PluginType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static PluginCfgDefn.PluginType[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final PluginCfgDefn.PluginType INTERMEDIATERESPONSE
public static final PluginCfgDefn.PluginType LDIFEXPORT
public static final PluginCfgDefn.PluginType LDIFIMPORT
public static final PluginCfgDefn.PluginType POSTCONNECT
public static final PluginCfgDefn.PluginType POSTDISCONNECT
public static final PluginCfgDefn.PluginType POSTOPERATIONABANDON
public static final PluginCfgDefn.PluginType POSTOPERATIONADD
public static final PluginCfgDefn.PluginType POSTOPERATIONBIND
public static final PluginCfgDefn.PluginType POSTOPERATIONCOMPARE
public static final PluginCfgDefn.PluginType POSTOPERATIONDELETE
public static final PluginCfgDefn.PluginType POSTOPERATIONEXTENDED
public static final PluginCfgDefn.PluginType POSTOPERATIONMODIFY
public static final PluginCfgDefn.PluginType POSTOPERATIONMODIFYDN
public static final PluginCfgDefn.PluginType POSTOPERATIONSEARCH
public static final PluginCfgDefn.PluginType POSTOPERATIONUNBIND
public static final PluginCfgDefn.PluginType POSTRESPONSEADD
public static final PluginCfgDefn.PluginType POSTRESPONSEBIND
public static final PluginCfgDefn.PluginType POSTRESPONSECOMPARE
public static final PluginCfgDefn.PluginType POSTRESPONSEDELETE
public static final PluginCfgDefn.PluginType POSTRESPONSEEXTENDED
public static final PluginCfgDefn.PluginType POSTRESPONSEMODIFY
public static final PluginCfgDefn.PluginType POSTRESPONSEMODIFYDN
public static final PluginCfgDefn.PluginType POSTRESPONSESEARCH
public static final PluginCfgDefn.PluginType POSTSYNCHRONIZATIONADD
public static final PluginCfgDefn.PluginType POSTSYNCHRONIZATIONDELETE
public static final PluginCfgDefn.PluginType POSTSYNCHRONIZATIONMODIFY
public static final PluginCfgDefn.PluginType POSTSYNCHRONIZATIONMODIFYDN
public static final PluginCfgDefn.PluginType PREOPERATIONADD
public static final PluginCfgDefn.PluginType PREOPERATIONBIND
public static final PluginCfgDefn.PluginType PREOPERATIONCOMPARE
public static final PluginCfgDefn.PluginType PREOPERATIONDELETE
public static final PluginCfgDefn.PluginType PREOPERATIONEXTENDED
public static final PluginCfgDefn.PluginType PREOPERATIONMODIFY
public static final PluginCfgDefn.PluginType PREOPERATIONMODIFYDN
public static final PluginCfgDefn.PluginType PREOPERATIONSEARCH
public static final PluginCfgDefn.PluginType PREPARSEABANDON
public static final PluginCfgDefn.PluginType PREPARSEADD
public static final PluginCfgDefn.PluginType PREPARSEBIND
public static final PluginCfgDefn.PluginType PREPARSECOMPARE
public static final PluginCfgDefn.PluginType PREPARSEDELETE
public static final PluginCfgDefn.PluginType PREPARSEEXTENDED
public static final PluginCfgDefn.PluginType PREPARSEMODIFY
public static final PluginCfgDefn.PluginType PREPARSEMODIFYDN
public static final PluginCfgDefn.PluginType PREPARSESEARCH
public static final PluginCfgDefn.PluginType PREPARSEUNBIND
public static final PluginCfgDefn.PluginType SEARCHRESULTENTRY
public static final PluginCfgDefn.PluginType SEARCHRESULTREFERENCE
public static final PluginCfgDefn.PluginType SHUTDOWN
public static final PluginCfgDefn.PluginType STARTUP
public static final PluginCfgDefn.PluginType SUBORDINATEMODIFYDN
Method Detail |
---|
public static PluginCfgDefn.PluginType[] values()
for (PluginCfgDefn.PluginType c : PluginCfgDefn.PluginType.values()) System.out.println(c);
public static PluginCfgDefn.PluginType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic java.lang.String toString()
toString
in class java.lang.Enum<PluginCfgDefn.PluginType>
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |