| Package | Description |
|---|---|
| org.apache.stanbol.ontologymanager.servicesapi.session |
| Modifier and Type | Method and Description |
|---|---|
Session.State |
Session.getSessionState()
Returns the current state of this KReS session.
|
Session.State |
Session.setActive(boolean active)
Sets the session as ACTIVE if
active is true, INACTIVE otherwise. |
static Session.State |
Session.State.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Session.State[] |
Session.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2010-2014 The Apache Software Foundation. All Rights Reserved.