|
Navigate to: Methods | Constructors | Events | Properties | ProDatasets | Temp-Tables
Options | Name | Purpose | |
---|---|---|---|
+ | Progress.Lang.Object AddNewService (Class, Object) |
Adds the specified service to the service container. |
|
+ | Progress.Lang.Object AddService (Class, Object) |
Adds the specified service to the service container. |
|
+ | DisposeServices () |
Disposes all services |
|
+ | Progress.Lang.Object GetMandatoryService (Class) |
Gets the service object of the specified type. |
|
+ | Progress.Lang.Object GetService (Class) |
Gets the service object of the specified type. |
|
+ | LOGICAL IsRegistered (Object) |
Returns if the given object instance is registered as a Service
in the service container of the overloading service container |
|
+ | Progress.Lang.Object ReloadService (Class) |
Reloads the Service instance |
|
+ | RemoveService (Class) |
Removes the specified service type from the service container. |
Top
PUBLIC Progress.Lang.Object AddNewService (Class, Object)
|
|||||||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PUBLIC Progress.Lang.Object AddService (Class, Object)
|
|||||||||||||||||||||||||||||||
PUBLIC DisposeServices ()
|
|||||||||||||||||||||||||||||||
PUBLIC Progress.Lang.Object GetMandatoryService (Class)
|
|||||||||||||||||||||||||||||||
PUBLIC Progress.Lang.Object GetService (Class)
|
|||||||||||||||||||||||||||||||
PUBLIC LOGICAL IsRegistered (Object)
|
|||||||||||||||||||||||||||||||
PUBLIC Progress.Lang.Object ReloadService (Class)
|
|||||||||||||||||||||||||||||||
PUBLIC RemoveService (Class)
|