Class DeploymentFacilityFactory


  • public class DeploymentFacilityFactory
    extends Object
    This factory is for retrieving an implementation instance of DeploymentFacility.

    Currently is returns only a remote implementation. The local implementation cannot/should not be referenced from here due to module dependencies. The local implementation refers to classes that are loaded into the DAS, classes which are not present in a remote deployment client and therefore should not be referenced from remote clients.

    • Constructor Detail

      • DeploymentFacilityFactory

        public DeploymentFacilityFactory()