org.netbeans.modules.j2eeserver/4 1.55.0 1

org.netbeans.modules.j2ee.deployment.devmodules.spi
Interface J2eeApplicationImplementation

All Superinterfaces:
J2eeModuleImplementation

public interface J2eeApplicationImplementation
extends J2eeModuleImplementation

Base SPI interface for J2eeApplication. Implementation of this interface is used to create J2eeApplication instance using the J2eeModuleFactory.

Since:
1.23

Method Summary
 void addModuleListener(ModuleListener listener)
          Registers the specified ModuleListener for notification about the module changes.
 J2eeModule[] getModules()
          Returns a list of all the J2EEModules which this J2eeApplication contains.
 void removeModuleListener(ModuleListener listener)
          Unregister the specified ModuleListener.
 
Methods inherited from interface org.netbeans.modules.j2ee.deployment.devmodules.spi.J2eeModuleImplementation
addPropertyChangeListener, getArchive, getArchiveContents, getContentDirectory, getDeploymentConfigurationFile, getMetadataModel, getModuleType, getModuleVersion, getResourceDirectory, getUrl, removePropertyChangeListener
 

Method Detail

getModules

J2eeModule[] getModules()
Returns a list of all the J2EEModules which this J2eeApplication contains.

Returns:
list of all the child J2EEModules

addModuleListener

void addModuleListener(ModuleListener listener)
Registers the specified ModuleListener for notification about the module changes.

Parameters:
listener - ModuleListener

removeModuleListener

void removeModuleListener(ModuleListener listener)
Unregister the specified ModuleListener.

Parameters:
listener - ModuleListener

org.netbeans.modules.j2eeserver/4 1.55.0 1

Built on December 1 2008.  |  Portions Copyright 1997-2007 Sun Microsystems, Inc. All rights reserved.