|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.novell.ldap.LDAPExtendedOperation
com.novell.nds.dirxml.ldap.DeleteCacheEntriesRequest
public class DeleteCacheEntriesRequest
Delete event records from the cache of a DirXML-Driver object on a server.
To use this class with the Novell Java LDAP SDK create an instance and
call LDAPConnection.extendedOperation
with
the instance as the LDAPExtendedOperation
parameter.
To use this class with Java LDAP JNDI create an instance and call
LdapContext.extendedOperation
with the instance as the ExtendedRequest
parameter.
ASN1OctetString UTF-encoded DN of DirXML-Driver object ASN1Integer starting position token (0, or value from a previous ViewCacheEntriesRequest operation) ASN1Integer count of records to delete (1 to 0xffffffff) ASN1OctetString optional event ID of starting record
ViewCacheEntriesRequest
operation.
The position token represents the starting position in the cache of the first event to delete.
ViewCacheEntriesRequest
,
ViewCacheEntriesResponse
,
LDAPConnection.extendedOperation(com.novell.ldap.LDAPExtendedOperation)
,
Serialized FormConstructor Summary | |
---|---|
DeleteCacheEntriesRequest(String driverDN,
int position,
int count,
String eventID)
Construct an LDAP extended operation to delete entries from a DirXML driver's cache. |
Method Summary | |
---|---|
ExtendedResponse |
createExtendedResponse(String id,
byte[] berValue,
int offset,
int length)
Create the ExtendedResponse-implementing object that corresponds to this request. |
byte[] |
getEncodedValue()
Return the LBER-encoded data for this request. |
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 |
Methods inherited from interface javax.naming.ldap.ExtendedRequest |
---|
createExtendedResponse, getEncodedValue, getID |
Constructor Detail |
---|
public DeleteCacheEntriesRequest(String driverDN, int position, int count, String eventID) throws LDAPException
driverDN
- the DN of the DirXML-Driver objectposition
- starting position token (0, or result from a previous request)count
- maximum count of events to delete (1 to 0xffffffff, not range checked)eventID
- event ID of starting record (may be null
or empty)
LDAPException
Method Detail |
---|
public byte[] getEncodedValue()
ExtendedRequest
interface.
getEncodedValue
in interface ExtendedRequest
null
, if there is no request data.public ExtendedResponse createExtendedResponse(String id, byte[] berValue, int offset, int length) throws NamingException
ExtendedRequest
interface.
createExtendedResponse
in interface ExtendedRequest
id
- (ignored)berValue
- contains LBER-encoded response dataoffset
- offset into berValue
length
- length (in bytes) of reponse data
NamingException
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES All Classes | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |