org.starhope.appius.user
Class UserTransients

java.lang.Object
  extended by org.starhope.appius.user.UserTransients

public class UserTransients
extends Object

WRITEME: Document this type.

Author:
brpocock@star-hope.org

Field Summary
private static Map<AbstractUser,UserTransientEffects> effects
          WRITEME: Document this brpocock@star-hope.org
 
Constructor Summary
UserTransients()
           
 
Method Summary
static UserTransientEffects getEffects(AbstractUser u)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

effects

private static final Map<AbstractUser,UserTransientEffects> effects
WRITEME: Document this brpocock@star-hope.org

Constructor Detail

UserTransients

public UserTransients()
Method Detail

getEffects

public static UserTransientEffects getEffects(AbstractUser u)
Parameters:
u - the user
Returns:
the user's effects