org.glassfish.deployment.client
Class DeploymentFacilityFactory

java.lang.Object
  extended by 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.


Constructor Summary
DeploymentFacilityFactory()
           
 
Method Summary
static DeploymentFacility getDeploymentFacility()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DeploymentFacilityFactory

public DeploymentFacilityFactory()
Method Detail

getDeploymentFacility

public static DeploymentFacility getDeploymentFacility()


Copyright © 2012. All Rights Reserved.