|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.metanotion.server.Session<S>
public final class Session<S extends State>
| Constructor Summary | |
|---|---|
Session()
|
|
Session(S initialState)
|
|
| Method Summary | |
|---|---|
int |
compareTo(Session s)
|
S |
currentState()
|
void |
destroy()
|
java.lang.Object |
getInterface(java.lang.Class theInterface)
Return a proxy/representation of this object that is compatible with the requested interface. |
void |
nextState(S s)
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public Session()
public Session(S initialState)
| Method Detail |
|---|
public S currentState()
currentState in interface SessionCell<S extends State>public void nextState(S s)
nextState in interface SessionCell<S extends State>public void destroy()
destroy in interface SessionCell<S extends State>public java.lang.Object getInterface(java.lang.Class theInterface)
Unknown
getInterface in interface UnknowntheInterface - Java class object representing the interface
you would like.
public int compareTo(Session s)
compareTo in interface java.lang.Comparable<Session>
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||