|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | LOGICAL IsSessionFree () |
Returns if the current AppServer operating mode is session-free |
|
+ | LOGICAL IsSessionManaged () |
Returns if the current AppServer operating mode is session-managed |
|
+ | LOGICAL IsStateAware () |
Returns if the current AppServer operating mode is state-aware |
|
+ | LOGICAL IsStateFree () |
Returns if the current AppServer operating mode is state-free |
|
+ | LOGICAL IsStateless () |
Returns if the current AppServer operating mode is stateless |
|
+ | LOGICAL IsStateReset () |
Returns if the current AppServer operating mode is state-reset |
Options | Name | Purpose | |
---|---|---|---|
- | ServerOperatingModeEnum () |
Private constructor for the ServerOperatingModeEnum class |
Options | Name | Purpose | |
---|---|---|---|
+ | CHARACTER SessionFree |
The AppServer is started with the stateless mode |
|
+ | CHARACTER SessionManaged |
The AppServer is started with the stateless mode |
|
+ | CHARACTER StateAware |
The AppServer is started with the state-aware mode |
|
+ | CHARACTER StateFree |
The AppServer is started with the state-free mode |
|
+ | CHARACTER Stateless |
The AppServer is started with the stateless mode |
|
+ | CHARACTER StateReset |
The AppServer is started with the state-reset mode |
Top
PUBLIC LOGICAL IsSessionFree ()
|
|||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC LOGICAL IsSessionManaged ()
|
|||||||||||||||
PUBLIC LOGICAL IsStateAware ()
|
|||||||||||||||
PUBLIC LOGICAL IsStateFree ()
|
|||||||||||||||
PUBLIC LOGICAL IsStateless ()
|
|||||||||||||||
PUBLIC LOGICAL IsStateReset ()
|
PRIVATE ServerOperatingModeEnum ()
|
---|
PUBLIC CHARACTER SessionFree
|
|||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC CHARACTER SessionManaged
|
|||||||||||||
PUBLIC CHARACTER StateAware
|
|||||||||||||
PUBLIC CHARACTER StateFree
|
|||||||||||||
PUBLIC CHARACTER Stateless
|
|||||||||||||
PUBLIC CHARACTER StateReset
|