|
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.STCNotificationEventImpl
public class STCNotificationEventImpl
Class that models the notification event as notified by the LDAPListener class.
| Constructor Summary | |
|---|---|
STCNotificationEventImpl()
|
|
| 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 |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public STCNotificationEventImpl()
| Method Detail |
|---|
public java.lang.String getOldName()
getOldName in interface STCNotificationEventpublic void setOldName(java.lang.String oldName)
setOldName in interface STCNotificationEventthe - old name of the entry before modificationpublic java.lang.String getNewName()
getNewName in interface STCNotificationEventpublic void setNewName(java.lang.String newName)
setNewName in interface STCNotificationEventthe - new name of the entry after modificationpublic STCAttributes getOldAttributes()
getOldAttributes in interface STCNotificationEventpublic void setOldAttributes(STCAttributes oldAttributes)
setOldAttributes in interface STCNotificationEventthe - old attributes of the entry before modificationpublic STCAttributes getNewAttributes()
getNewAttributes in interface STCNotificationEventpublic void setNewAttributes(STCAttributes newAttributes)
setNewAttributes in interface STCNotificationEventthe - new attributes of the entry after modificationpublic int getEventType()
getEventType in interface STCNotificationEventNamingEventpublic void setEventType(int eventType)
setEventType in interface STCNotificationEventthe - type of this eventNamingEvent
|
Sun Adapter for LDAP API | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||