org.jboss.portal.core.identity
Class UserActivity

java.lang.Object
  extended by org.jboss.portal.core.identity.UserActivity

public class UserActivity
extends java.lang.Object

Version:
$Revision: 8786 $
Author:
Boleslaw Dawidowicz, Luca Stancapiano

Field Summary
static int NAVIGATION
           
static int SIGN_OUT
           
 
Constructor Summary
UserActivity(javax.management.Notification notification)
           
UserActivity(java.lang.String id, long timestamp, int type)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 java.lang.String getId()
           
 long getTimestamp()
           
 int getType()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NAVIGATION

public static final int NAVIGATION
See Also:
Constant Field Values

SIGN_OUT

public static final int SIGN_OUT
See Also:
Constant Field Values
Constructor Detail

UserActivity

public UserActivity(java.lang.String id,
                    long timestamp,
                    int type)

UserActivity

public UserActivity(javax.management.Notification notification)
Method Detail

getId

public java.lang.String getId()

getTimestamp

public long getTimestamp()

getType

public int getType()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object