Package | Description |
---|---|
org.menacheri.jetserver.app | |
org.menacheri.jetserver.app.impl |
Modifier and Type | Method and Description |
---|---|
Session.Status |
Session.getStatus() |
static Session.Status |
Session.Status.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.Status[] |
Session.Status.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Session.setStatus(Session.Status status) |
Modifier and Type | Field and Description |
---|---|
protected Session.Status |
DefaultSession.status |
protected Session.Status |
DefaultSession.SessionBuilder.status |
Modifier and Type | Method and Description |
---|---|
Session.Status |
DefaultSession.getStatus() |
Modifier and Type | Method and Description |
---|---|
void |
DefaultSession.setStatus(Session.Status status) |
DefaultSession.SessionBuilder |
DefaultSession.SessionBuilder.status(Session.Status status) |
Copyright © 2013. All Rights Reserved.