| java.lang.Object com.terracotta.session.util.MockLifecycleEventMgr
Method Summary | |
public void | bindAttribute(Session s, String n, Object o) | public void | clear() | public void | fireSessionCreatedEvent(Session s) | public void | fireSessionDestroyedEvent(Session s) | public String | getLastMethod() | public String | getName() | public Session | getSession() | public Object | getValue() | public void | removeAttribute(Session s, String n, Object o) | public void | replaceAttribute(Session s, String n, Object o, Object newVal) | public void | setAttribute(Session s, String n, Object o) | public void | unbindAttribute(Session s, String n, Object ov) |
clear | public void clear()(Code) | | |
fireSessionCreatedEvent | public void fireSessionCreatedEvent(Session s)(Code) | | |
fireSessionDestroyedEvent | public void fireSessionDestroyedEvent(Session s)(Code) | | |
|
|