ResourceExtensionsManager.
Initialize a ResourceManager object by passing it to the DatabaseClient.init()
method.
To expose the services provided by a resource service extension
to applications, implement a subclass of ResourceManager. In your
subclass, use the methods of a ResourceServices
object to call the Resource Services on the server.
Obtain a ResourceServices
object by calling the protected getServices method of
the ResourceManager. This method has the following signature:
ResourceServices
getServices()
getName()voidstartLogging (RequestLogger logger)voidgetServiceslogger - the logger that receives debugging
outputCopyright (c) 2010-2025 Progress Software Corporation and/or its subsidiaries or affiliates. All Rights Reserved.