org.netbeans.modules.j2eeserver/4 1.89.0 1

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

All Superinterfaces:
J2eeModuleBase, J2eeModuleImplementation

Deprecated. implement J2eeApplicationImplementation2

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

Method Detail

getModules

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

Returns:
list of all the child J2EEModules

addModuleListener

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

Parameters:
listener - ModuleListener

removeModuleListener

void removeModuleListener(ModuleListener listener)
Deprecated. 
Unregister the specified ModuleListener.

Parameters:
listener - ModuleListener

org.netbeans.modules.j2eeserver/4 1.89.0 1

Built on May 22 2012.  |  Portions Copyright 1997-2012 Oracle. All rights reserved.