org.glassfish.deployment.client
Class DeploymentFacilityFactory
java.lang.Object
org.glassfish.deployment.client.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.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DeploymentFacilityFactory
public DeploymentFacilityFactory()
getDeploymentFacility
public static DeploymentFacility getDeploymentFacility()
Copyright © 2012. All Rights Reserved.