org.netbeans.modules.j2ee.deployment.plugins.api
Class J2eePlatformFactory

java.lang.Object
  extended by org.netbeans.modules.j2ee.deployment.plugins.api.J2eePlatformFactory

public abstract class J2eePlatformFactory
extends Object

Mandatory factory class for producing J2eePlatformImpl. Plugin is required to register instance of this class in module layer in the J2EE/DeploymentPlugins/{plugin_name} folder.

Since:
1.5

Constructor Summary
J2eePlatformFactory()
           
 
Method Summary
abstract  J2eePlatformImpl getJ2eePlatformImpl(javax.enterprise.deploy.spi.DeploymentManager dm)
          Return J2eePlatformImpl for the given DeploymentManager.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

J2eePlatformFactory

public J2eePlatformFactory()
Method Detail

getJ2eePlatformImpl

public abstract J2eePlatformImpl getJ2eePlatformImpl(javax.enterprise.deploy.spi.DeploymentManager dm)
Return J2eePlatformImpl for the given DeploymentManager.

Parameters:
dm - DeploymentManager.

 

Built on March 27 2006.  |  Portions Copyright 1997-2005 Sun Microsystems, Inc. All rights reserved.