|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.stc.connector.ldapadapter.appconn.RemoveEntryImpl
public class RemoveEntryImpl
This class is used to remove an entry from the directory
| Constructor Summary | |
|---|---|
RemoveEntryImpl(LDAPClientApplicationImpl app)
Creates a new instance of RemoveEntry |
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemoveEntryImpl(LDAPClientApplicationImpl app)
app - The LDAP client application associated with this RemoveEntry
instance.| Method Detail |
|---|
public void setName(java.lang.String name)
throws LDAPApplicationException
setName in interface RemoveEntrythe - entry name that is to be removed from the directory
LDAPApplicationException - if there is no connection is available to the LDAP server.
public java.lang.String getName()
throws LDAPApplicationException
getName in interface RemoveEntryLDAPApplicationException - if there is no connection is available to the LDAP server.
public boolean performRemove()
throws LDAPApplicationException
performRemove in interface RemoveEntryLDAPApplicationException - if there is no connection is available to the LDAP server or any problem in executing the operation.public void reset()
reset in interface RemoveEntry
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||