|
Options |
Name |
Purpose |
|
|
|
Progress.Lang.Object AddNewService (Class, Object, character)
|
Adds the specified service to the service container using the
given Service Key
|
|
|
|
Progress.Lang.Object AddNewService (Class, Object, character, logical)
|
Adds the specified service to the service container using the
given Service Key
|
|
|
|
Progress.Lang.Object AddNewService (Class, Object, Enum)
|
Adds the specified service to the service container using the
given Service Key
|
|
|
|
Progress.Lang.Object AddNewService (Class, Object, Enum, logical)
|
Adds the specified service to the service container using the
given Service Key
|
|
|
|
Progress.Lang.Object AddService (Class, Object, character)
|
Adds the specified service to the service container using the
given Service Key
|
|
|
|
Progress.Lang.Object AddService (Class, Object, character, logical)
|
Adds the specified service to the service container using the
given Service Key
|
|
|
|
Progress.Lang.Object AddService (Class, Object, Enum)
|
Adds the specified service to the service container using the
given Service Key
|
|
|
|
Progress.Lang.Object AddService (Class, Object, Enum, logical)
|
Adds the specified service to the service container using the
given Service Key
|
|
|
|
Progress.Lang.Object GetMandatoryService (Class, character)
|
Gets the service object of the specified type and Service Key
|
|
|
|
Progress.Lang.Object GetMandatoryService (Class, Enum)
|
Gets the service object of the specified type and Service Key
|
|
|
|
Progress.Lang.Object GetService (Class, character)
|
Gets the service object of the specified type and Service Key
|
|
|
|
Progress.Lang.Object GetService (Class, Enum)
|
Gets the service object of the specified type and Service Key
|
|
|
|
Progress.Lang.Object GetServices (Class)
|
Returns all service instances registered for the specified type
|
|
|
|
Progress.Lang.Object GetServices (Class, character[])
|
Returns all service instances registered for the specified type
together with the Service Keys they are registered with
|
|
|
|
LOGICAL IsActive (Class, character)
|
Returns if a service with the given type and Service Key is
active (loaded) in the service container
|
|
|
|
LOGICAL IsActive (Class, Enum)
|
Returns if a service with the given type and Service Key is
active (loaded) in the service container
|
|
|
|
Progress.Lang.Object ReloadService (Class, character)
|
Reloads the Service instance registered with the given type and
Service Key
|
|
|
|
Progress.Lang.Object ReloadService (Class, Enum)
|
Reloads the Service instance registered with the given type and
Service Key
|
|
|
|
RemoveService (Class, character)
|
Removes the service registered with the specified type and
Service Key from the service container
|
|
|
|
RemoveService (Class, Enum)
|
Removes the service registered with the specified type and
Service Key from the service container
|
|
|
|
RemoveServices (Class)
|
Removes all services registered with the specified type from the
service container
|