Namespace: Consultingwerk.Framework.Server
Class 
ServerOperatingModeEnum Copy to Clipboard
Parent classes:
Inherits: Progress.Lang.Object

File:ServerOperatingModeEnum
Purpose:Character Enumeration of Server Operating modes as returned
by SESSION:SERVER-OPERATING-MODe
Author(s):Mike Fechner / Consultingwerk Ltd
Created:Sun Oct 05 13:32:58 CEST 2014
Notes:Classic AppServer operating modes:
state-reset, state-aware, stateless, state-free
PASOE AppServer operting modes:
session-managed, session-free



Top Method Summary
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

Top Constructor Summary
Options Name Purpose
- ServerOperatingModeEnum () Private constructor for the ServerOperatingModeEnum class

Top Property Summary
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


Method Detail
Top

PUBLIC LOGICAL IsSessionFree ()

Purpose: Returns if the current AppServer operating mode is session-free
Notes:
session-free

Returns LOGICAL
Logical value indicating if the current AppServer operating mode is
Top

PUBLIC LOGICAL IsSessionManaged ()

Purpose: Returns if the current AppServer operating mode is session-managed
Notes:
session-managed

Returns LOGICAL
Logical value indicating if the current AppServer operating mode is
Top

PUBLIC LOGICAL IsStateAware ()

Purpose: Returns if the current AppServer operating mode is state-aware
Notes:
state-aware

Returns LOGICAL
Logical value indicating if the current AppServer operating mode is
Top

PUBLIC LOGICAL IsStateFree ()

Purpose: Returns if the current AppServer operating mode is state-free
Notes:
state-free

Returns LOGICAL
Logical value indicating if the current AppServer operating mode is
Top

PUBLIC LOGICAL IsStateless ()

Purpose: Returns if the current AppServer operating mode is stateless
Notes:
state less

Returns LOGICAL
Logical value indicating if the current AppServer operating mode is
Top

PUBLIC LOGICAL IsStateReset ()

Purpose: Returns if the current AppServer operating mode is state-reset
Notes:
state reset

Returns LOGICAL
Logical value indicating if the current AppServer operating mode is


Constructor Detail
Top

PRIVATE ServerOperatingModeEnum ()

Purpose: Private constructor for the ServerOperatingModeEnum class
Notes: Disallow instance creation



Property Detail
Top

PUBLIC CHARACTER SessionFree

Purpose: The AppServer is started with the stateless mode
Notes: PASOE operating mode

Returns CHARACTER
Top

PUBLIC CHARACTER SessionManaged

Purpose: The AppServer is started with the stateless mode
Notes: PASOE operating mode

Returns CHARACTER
Top

PUBLIC CHARACTER StateAware

Purpose: The AppServer is started with the state-aware mode
Notes: Classic OpenEdge AppServer operating mode

Returns CHARACTER
Top

PUBLIC CHARACTER StateFree

Purpose: The AppServer is started with the state-free mode
Notes: Classic OpenEdge AppServer operating mode

Returns CHARACTER
Top

PUBLIC CHARACTER Stateless

Purpose: The AppServer is started with the stateless mode
Notes: Classic OpenEdge AppServer operating mode

Returns CHARACTER
Top

PUBLIC CHARACTER StateReset

Purpose: The AppServer is started with the state-reset mode
Notes: Classic OpenEdge AppServer operating mode

Returns CHARACTER


©2006-2016 Consultingwerk Ltd.         info@consultingwerk.de         http://www.consultingwerk.de       26.08.2016 08:29:01