The PlatformServices facade class is constructed
with a parameter designating a configuration file that designates
the platform service deployment(s) that are to be either instantiated
locally within the application or looked up remotely. The
facade configuration file
describes the metadata source to be queried to obtain data
describing a platform service deployment.
The facade class is constructed with a parameter designating a facade configuration file. This file designates the metadata sources from which platform service deployment data is to be queried (file or directly from OMR). There are three methods that can be used to start services:
To terminate services invoke the terminateServices() method. This method will invoke the local discovery service's destroy() method which in turns causes all locally instantiated services to be destroyed. and remote service references to be cleared.