|
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.RenameEntryImpl
public class RenameEntryImpl
This class is used to rename an entry in the directory
| Constructor Summary | |
|---|---|
RenameEntryImpl(LDAPClientApplicationImpl app)
Creates a new instance of RenameEntry |
|
| Method Summary | |
|---|---|
java.lang.String |
getNewName()
Method to get the new name of the entry that was set for renaming |
java.lang.String |
getOldName()
Method to get the old name of the entry that was set for renaming |
boolean |
performRename()
Method that performs the renaming of the entry |
void |
reset()
Method to reset the values |
void |
setNewName(java.lang.String newName)
Method to set the new name of the entry that is to be renamed |
void |
setOldName(java.lang.String oldName)
Method to set the old name of the entry that is to be renamed |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RenameEntryImpl(LDAPClientApplicationImpl app)
app - The LDAP client application associated with this RenameEntry
instance.| Method Detail |
|---|
public void setOldName(java.lang.String oldName)
throws LDAPApplicationException
setOldName in interface RenameEntrythe - old name of the entry to be renamed
LDAPApplicationException - if there is no connection is available to the LDAP server.
public java.lang.String getOldName()
throws LDAPApplicationException
getOldName in interface RenameEntryLDAPApplicationException - if there is no connection is available to the LDAP server.
public void setNewName(java.lang.String newName)
throws LDAPApplicationException
setNewName in interface RenameEntrythe - new name of the entry to be renamed
LDAPApplicationException - if there is no connection is available to the LDAP server.
public java.lang.String getNewName()
throws LDAPApplicationException
getNewName in interface RenameEntryLDAPApplicationException - if there is no connection is available to the LDAP server.
public boolean performRename()
throws LDAPApplicationException
performRename in interface RenameEntryLDAPApplicationException - if there is no connection is available to the LDAP server or any problem in executing the operation.public void reset()
reset in interface RenameEntry
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||