|
Options |
Name |
Purpose |
|
+
|
DeregisterBusinessService (character)
|
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.IServiceManager GetServiceManagerImpl ()
|
Returns the reference to the IServiceManager implementation
|
|
+
|
LOGICAL HasLifeCycleDefinition (character)
|
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 IsRunning (character)
|
Returns if the given Business Service is already running
|
|
+
|
LOGICAL IsRunning (character, BusinessServiceTypeEnum)
|
Returns if the given Business Service is already running
|
|
+
|
ProcessServiceLifeCycle ()
|
Processes the Service Life Cycle
|
|
+
|
RegisterBusinessService (character, IBusinessService)
|
Registers an external Business Service with the ServiceManager class
|
|
+
|
CHARACTER ServiceName (character)
|
Returns the actual Business Service Name
|
|
+
|
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
|
|
+
|
CHARACTER UniqueInstanceName (character)
|
Returns a service name for an individual instance by appending CHR(1)
and a GUID
|
|
+
|
CHARACTER UniqueInstanceName (Class)
|
Returns a service name for an individual instance by appending CHR(1)
and a GUID
|