|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface STCNotificationEvent
STCNotificationEvent interface used for packaging notification event values in case of TimestampSearch & PersistentSearch.
| Method Summary | |
|---|---|
int |
getEventType()
Gets the type of this event such as OBJECT_ADDED |
STCAttributes |
getNewAttributes()
Gets the new attributes of the entry after modification |
java.lang.String |
getNewName()
Gets the new name of the entry after modification |
STCAttributes |
getOldAttributes()
Gets the old attributes of the entry before modification |
java.lang.String |
getOldName()
Gets the old name of the entry before modification |
void |
setEventType(int eventType)
Sets the type of this event such as OBJECT_ADDED |
void |
setNewAttributes(STCAttributes newAttributes)
Sets the new attributes of the entry after modification |
void |
setNewName(java.lang.String newName)
Sets the new name of the entry after modification |
void |
setOldAttributes(STCAttributes oldAttributes)
Sets the old attributes of the entry before modification |
void |
setOldName(java.lang.String oldName)
Sets the old name of the entry before modification |
| Method Detail |
|---|
java.lang.String getOldName()
throws LDAPApplicationException
LDAPApplicationException
void setOldName(java.lang.String oldName)
throws LDAPApplicationException
the - old name of the entry before modification
LDAPApplicationException
java.lang.String getNewName()
throws LDAPApplicationException
LDAPApplicationException
void setNewName(java.lang.String newName)
throws LDAPApplicationException
the - new name of the entry after modification
LDAPApplicationException
STCAttributes getOldAttributes()
throws LDAPApplicationException
LDAPApplicationException
void setOldAttributes(STCAttributes oldAttributes)
throws LDAPApplicationException
the - old attributes of the entry before modification
LDAPApplicationException
STCAttributes getNewAttributes()
throws LDAPApplicationException
LDAPApplicationException
void setNewAttributes(STCAttributes newAttributes)
throws LDAPApplicationException
the - new attributes of the entry after modification
LDAPApplicationException
int getEventType()
throws LDAPApplicationException
LDAPApplicationExceptionNamingEvent
void setEventType(int eventType)
throws LDAPApplicationException
the - type of this event
LDAPApplicationExceptionNamingEvent
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||