|
Navigate to: Methods | Constructors | Events | Properties
Options | Name | Purpose | |
---|---|---|---|
+ | Progress.Lang.Object AddService (Class, Object) |
Adds the specified service to the service container. |
|
# | Progress.Lang.Object CreateService (IServiceCreator, Class) |
Creates a service at first request |
|
# | LOGICAL FindService (Class) |
Searches the passed in Service Class in the ttService temp-table |
|
+ | 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 |
|
+ | GetServiceTable (table) |
Returns the service instances as a ttServiceTable output |
|
+ | RemoveService (Class) |
Removes the specified service type from the service container. |
Top
PUBLIC Progress.Lang.Object AddService (Class, Object)
|
|||||||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
PROTECTED Progress.Lang.Object CreateService (IServiceCreator, Class)
|
|||||||||||||||||||||||||||
PROTECTED LOGICAL FindService (Class)
|
|||||||||||||||||||||||||||
PUBLIC Progress.Lang.Object GetMandatoryService (Class)
|
|||||||||||||||||||||||||||
PUBLIC Progress.Lang.Object GetService (Class)
|
|||||||||||||||||||||||||||
PUBLIC GetServiceTable (table)
|
|||||||||||||||||||||||||||
PUBLIC RemoveService (Class)
|