|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.ldap.LDAPExtendedOperation
com.novell.ldap.extensions.TriggerBackgroundProcessRequest
public class TriggerBackgroundProcessRequest
This API is used to trigger the specified background process on the Novell eDirectory server.
The TriggerBackgroundProcessRequest uses tone of the following OID's
depending on the process being triggered:
2.16.840.1.113719.1.27.100.43
The requestValue has the following format:
requestValue ::=
NULL
Field Summary | |
---|---|
static int |
LDAP_BK_PROCESS_BKLINKER
Constants used to refer to different Novell eDirectory background processes |
static int |
LDAP_BK_PROCESS_JANITOR
|
static int |
LDAP_BK_PROCESS_LIMBER
|
static int |
LDAP_BK_PROCESS_PART_PURGE
|
static int |
LDAP_BK_PROCESS_SCHEMA_SYNC
|
static int |
LDAP_BK_PROCESS_SKULKER
|
Constructor Summary | |
---|---|
TriggerBackgroundProcessRequest(int processID)
Based on the process ID specified this constructer cosntructs an LDAPExtendedOperation object with the apppropriate OID. |
Method Summary |
---|
Methods inherited from class com.novell.ldap.LDAPExtendedOperation |
---|
clone, getID, getValue, readDSML, readExternal, setID, setValue, toString, writeDSML, writeExternal |
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int LDAP_BK_PROCESS_BKLINKER
public static final int LDAP_BK_PROCESS_JANITOR
public static final int LDAP_BK_PROCESS_LIMBER
public static final int LDAP_BK_PROCESS_SKULKER
public static final int LDAP_BK_PROCESS_SCHEMA_SYNC
public static final int LDAP_BK_PROCESS_PART_PURGE
Constructor Detail |
---|
public TriggerBackgroundProcessRequest(int processID) throws LDAPException
processID
- This id identifies the background process to be triggerd.
LDAPException
- A general exception which includes an error message
and an LDAP error code.
|
All LDAP Classes Internal LDAP Classes |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |