|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RenameEntry
LDAP Rename Entry interface. This defines the methods for the Rename operation.
| 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 |
| Method Detail |
|---|
void setOldName(java.lang.String oldName)
throws LDAPApplicationException
the - old name of the entry to be renamed
LDAPApplicationException - if there is no connection is available to the LDAP server.
java.lang.String getOldName()
throws LDAPApplicationException
LDAPApplicationException - if there is no connection is available to the LDAP server.
void setNewName(java.lang.String newName)
throws LDAPApplicationException
the - new name of the entry to be renamed
LDAPApplicationException - if there is no connection is available to the LDAP server.
java.lang.String getNewName()
throws LDAPApplicationException
LDAPApplicationException - if there is no connection is available to the LDAP server.
boolean performRename()
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 | ||||||||