Module SUEState :: Class SUEState
[hide private]
[frames] | no frames]

Class SUEState

source code

AccessEngine.AEState.AEState --+
                               |
                              SUEState

Stateful information for all AETiers. These should be considered system wide global settings.

Trap (bool): When set to False, AccessEngine.AccessEngineAPI.AEApiError will be raised but not presented to the user. If True, errors will be raised and presented. Defaults to True.

Stopping (bool): When set to False, only forceful stop commands will be sent the the output device. Useful for debugging. Defaults to True.

Instance Methods [hide private]
 
init(self) source code
AEState.Group
getGroups(self)
Gets the configurable settings with metadata describing them.
source code
Method Details [hide private]

getGroups(self)

source code 
Gets the configurable settings with metadata describing them.
Returns: AEState.Group
Root group of all configurable settings