Uses of Interface
com.sun.enterprise.config.serverbeans.Module
-
Packages that use Module Package Description com.sun.enterprise.config.serverbeans com.sun.enterprise.resource.deployer org.glassfish.internal.data -
-
Uses of Module in com.sun.enterprise.config.serverbeans
Methods in com.sun.enterprise.config.serverbeans that return Module Modifier and Type Method Description static ModuleApplication.Duck. getModule(Application instance, String name)ModuleApplication. getModule(String moduleName)Methods in com.sun.enterprise.config.serverbeans that return types with arguments of type Module Modifier and Type Method Description List<Module>Application. getModule()Methods in com.sun.enterprise.config.serverbeans with parameters of type Module Modifier and Type Method Description static EngineModule.Duck. getEngine(Module instance, String snifferName) -
Uses of Module in com.sun.enterprise.resource.deployer
Method parameters in com.sun.enterprise.resource.deployer with type arguments of type Module Modifier and Type Method Description static voidAbstractConnectorResourceDeployer. validateResourcesForStaleReference(String appName, List<Module> staleRars, Resources resources)Validates whether the old application has RARs and those are retained in new application.
If the new application does not have any of the old application's RAR, validates whether
any module is using the RAR's resources. -
Uses of Module in org.glassfish.internal.data
Methods in org.glassfish.internal.data with parameters of type Module Modifier and Type Method Description voidModuleInfo. save(Module module)Saves its state to the configuration.this method must be called within a transaction to the configured module instance.
-