public final class SessionMetadata extends Object
| Constructor and Description |
|---|
SessionMetadata(long id,
String name,
String type) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object object) |
int |
hashCode() |
String |
primitiveName()
Returns the session name.
|
String |
primitiveType()
Returns the session type.
|
SessionId |
sessionId()
Returns the globally unique session identifier.
|
String |
toString() |
public SessionId sessionId()
public String primitiveName()
public String primitiveType()
Copyright © 2013–2018. All rights reserved.