|
Sun Adapter for LDAP API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface RemoveEntry
LDAP Remove Entry interface. This defines the methods for the Remove operation.
Method Summary | |
---|---|
java.lang.String |
getName()
Method to get the entry name that was set for removal from the directory |
boolean |
performRemove()
Method that performs the removal of the entry |
void |
reset()
Method to reset the values |
void |
setName(java.lang.String name)
Method to set the entry name which has to be removed from the directory |
Method Detail |
---|
void setName(java.lang.String name) throws LDAPApplicationException
the
- entry name that is to be removed from the directory
LDAPApplicationException
- if there is no connection is available to the LDAP server.java.lang.String getName() throws LDAPApplicationException
LDAPApplicationException
- if there is no connection is available to the LDAP server.boolean performRemove() throws LDAPApplicationException
LDAPApplicationException
- if there is no connection is available to the LDAP server or any problem in executing the operation.void reset()
|
Sun Adapter for LDAP API | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |