public class SessionInfo extends Object
| Modifier and Type | Method and Description |
|---|---|
static SessionInfo |
create(String id,
int sequence) |
boolean |
equals(Object o) |
String |
getId()
Return the identifier of the session represented by this
SessionInfo. |
int |
getSequence()
Return the sequence number of the session represented by this
SessionInfo. |
int |
hashCode() |
String |
toString() |
public static SessionInfo create(String id, int sequence)
public String getId()
SessionInfo.public int getSequence()
SessionInfo.