|
Options |
Name |
Purpose |
|
#
|
ActivatedHandler (EventArgs)
|
Event handler for the Deactivated event of the Service Manager
|
|
#
|
DeactivateHandler (EventArgs)
|
Event handler for the Deactivated event of the Service Manager
|
|
+
|
DeregisterBusinessService (character)
|
Deregisters an external Business Service from the ServiceManager class
|
|
+
|
DeregisterBusinessService (Class)
|
Deregisters an external Business Service from the ServiceManager class
|
|
+
|
Consultingwerk.OERA.IBusinessService GetBusinessService (character)
|
Returns a reference to a Business Service Instance
|
|
+
|
Consultingwerk.OERA.IBusinessService GetBusinessService (character, BusinessServiceOperatingModeEnum)
|
Returns a reference to a Business Service Instance
|
|
+
|
Consultingwerk.OERA.IBusinessService GetBusinessService (Class)
|
Returns a reference to a Business Service Instance
|
|
+
|
Consultingwerk.OERA.IBusinessService GetBusinessService (Class, BusinessServiceOperatingModeEnum)
|
Returns a reference to a Business Service Instance
|
|
+
|
CHARACTER GetMappedServiceName (character)
|
Returns the mapped business service name from the current registered
implementation of the IServiceNameMappingService interface (can but
does not need to be an instance of this class here)
|
|
+
|
GetServiceManagerMonitoring (table)
|
Returns the eBusinessServices Temp-Table with the monitoring information
about the service manager
|
|
+
|
LOGICAL HasLifeCycleDefinition (character)
|
Returns if the specified Business Service has a matching life cycle
definition
|
|
+
|
LOGICAL HasLifeCycleDefinition (Class)
|
Returns if the specified Business Service has a matching life cycle
definition
|
|
+
|
LOGICAL IsInCallStack (character)
|
Returns if the given Business Service is in the call stack
|
|
+
|
LOGICAL IsInCallStack (Class)
|
Returns if the given Business Service is in the call stack
|
|
+
|
LOGICAL IsRunning (character)
|
Returns if the given Business Service is already running
|
|
+
|
LOGICAL IsRunning (character, BusinessServiceTypeEnum)
|
Returns if the given Business Service is already running
|
|
+
|
LOGICAL IsRunning (Class)
|
Returns if the given Business Service is already running
|
|
+
|
LOGICAL IsRunning (Class, BusinessServiceTypeEnum)
|
Returns if the given Business Service is already running
|
|
#
|
Consultingwerk.OERA.IBusinessService LaunchBusinessService (character, BusinessServiceOperatingModeEnum)
|
Launches a Business Services
|
|
+
|
ProcessServiceLifeCycle ()
|
Processes the Service Life Cycle
|
|
+
|
RegisterBusinessService (character, IBusinessService)
|
Registers an external Business Service with the ServiceManager class
|
|
+
|
RegisterBusinessService (Class, IBusinessService)
|
Registers an external Business Service with the ServiceManager class
|
|
#
|
RequestEndedHandler (EventArgs)
|
Event handler for the RequestEnded event of the Service Manager
|
|
+
|
StopAllBusinessServices ()
|
Stops all Business Services Instances
|
|
+
|
StopAllBusinessServices (Class)
|
Stops all Business Services Instances of the given Class
|
|
+
|
StopBusinessService (character)
|
Stops an Business Service Instance
|
|
+
|
StopBusinessService (character, NotRunningServiceEnum)
|
Stops an Business Service Instance
|
|
+
|
LOGICAL TypeOf (character, Class)
|
Checks if the given Business Service is TYPE-OF the given class
|
|
+
|
ValidateServiceLifeCycleDefinition ()
|
Validates the imported service life cycle definitions for consistency
|