|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ldap.clients.LdapBind
org.apache.ldap.clients.LdapDel
public class LdapDel
Ldap client for the DELETE operation
| Constructor Summary | |
|---|---|
LdapDel(java.lang.String[] args)
Create an instance of the delete client and parse the command line arguments |
|
| Method Summary | |
|---|---|
DeleteResponse |
delete(int id)
Encode the message for the delete of the entry and send the encoded message to the serever. |
static void |
main(java.lang.String[] args)
The main will call trhe bind operation first. |
| Methods inherited from class org.apache.ldap.clients.LdapBind |
|---|
bind, connect, disconnect, enableLogging, getDecoder, getEncoder, getIn, getLog, getModule, getOpts, getOut, getSocket, setDecoder, setEncoder, setIn, setLog, setModule, setOpts, setOut, setSocket |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LdapDel(java.lang.String[] args)
args - Command line arguments| Method Detail |
|---|
public DeleteResponse delete(int id)
id - Message number being sent to the server in this transaction.
Since bind will be the fist, start with 2.
public static void main(java.lang.String[] args)
args - Command line string
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||