com.iplanet.portalserver.profile
Class ProfileEvent

java.lang.Object
  |
  +--com.iplanet.portalserver.profile.ProfileEvent

public class ProfileEvent
extends java.lang.Object

ProfileEvent class represents profile event notification. This notification is emitted when profile attribute/privilege is changed or created or deleted.


Field Summary
static int PROFILE_CHANGE
           
static int PROFILE_CREATE
           
static int PROFILE_DELETE
           
 
Method Summary
 Profile getProfile()
          Gets the profile corresponding to this notification.
 long getTime()
          Gets the notification time.
 int getType()
          Gets the notification type.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

PROFILE_CHANGE

public static final int PROFILE_CHANGE

PROFILE_DELETE

public static final int PROFILE_DELETE

PROFILE_CREATE

public static final int PROFILE_CREATE
Method Detail

getProfile

public Profile getProfile()
Gets the profile corresponding to this notification.
Returns:
The profile corresponding to this notification.

getType

public int getType()
Gets the notification type.
Returns:
The notification type.

getTime

public long getTime()
Gets the notification time.
Returns:
The notification time as UTC milliseconds from the epoch.