public interface ModuleConfiguration extends Lookup.Provider
| Modifier and Type | Method and Description |
|---|---|
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.
|
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()
Built on May 21 2013. | Portions Copyright 1997-2013 Oracle. All rights reserved.