|
org.netbeans.modules.j2eeserver/4 1.89.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ModuleConfiguration
An interface that defines a container for all the server-specific configuration information for a single top-level J2EE module. The ModuleConfiguration object could represent a single stand-alone module or a J2EE application that contains several sub-modules. The ModuleConfiguration object contains in its lookup a set of configurations that are used for managing the server-specific settings.
| Method Summary | |
|---|---|
void |
dispose()
The j2eeserver calls this method when it is done using this ModuleConfiguration instance. |
J2eeModule |
getJ2eeModule()
Returns a J2EE module associated with this ModuleConfiguration instance. |
Lookup |
getLookup()
Returns lookup associated with the object. |
| Method Detail |
|---|
Lookup getLookup()
The configuration are: ContextRootConfiguration, DatasourceConfiguration,
MappingConfiguration, EjbResourceConfiguration, DeploymentPlanConfiguration,
MessageDestinationConfiguration
Implementators are advised to use Lookups.fixed(java.lang.Object...)
to implement this method.
getLookup in interface Lookup.ProviderJ2eeModule getJ2eeModule()
void dispose()
|
org.netbeans.modules.j2eeserver/4 1.89.0 1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||