Uses of Class
org.netbeans.modules.j2ee.deployment.plugins.api.InstanceProperties

Packages that use InstanceProperties
org.netbeans.modules.j2ee.deployment.devmodules.spi   
org.netbeans.modules.j2ee.deployment.plugins.api Plugin API 
 

Uses of InstanceProperties in org.netbeans.modules.j2ee.deployment.devmodules.spi
 

Methods in org.netbeans.modules.j2ee.deployment.devmodules.spi that return InstanceProperties
 InstanceProperties J2eeModuleProvider.getInstanceProperties()
          Return InstanceProperties of the server instance
 

Uses of InstanceProperties in org.netbeans.modules.j2ee.deployment.plugins.api
 

Methods in org.netbeans.modules.j2ee.deployment.plugins.api that return InstanceProperties
static InstanceProperties InstanceProperties.createInstanceProperties(String url, String username, String password)
          Deprecated. use the factory method with displayName parameter.
static InstanceProperties InstanceProperties.createInstanceProperties(String url, String username, String password, String displayName)
          Create new instance and returns instance properties for the server instance.
static InstanceProperties InstanceProperties.getDefaultInstance()
          Return default instance properties.
static InstanceProperties InstanceProperties.getInstanceProperties(String url)
          Returns instance properties for the server instance.
 


 

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