Searched defs:module (Results 1 - 25 of 35) sorted by relevance

12

/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DWebModuleDecorator.java66 void decorate(WebModule module); argument
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/web/server/
H A DDecoratorForJ2EEInstanceListener.java58 public void decorate(WebModule module) { argument
59 module.addInstanceListener(new J2EEInstanceListener());
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/bootstrap/
H A DDerbyLifecycle.java52 import com.sun.enterprise.module.LifecyclePolicy;
53 import com.sun.enterprise.module.Module;
54 import com.sun.enterprise.module.ModuleState;
55 import com.sun.enterprise.module.common_impl.LogHelper;
69 * Callback when the module enters the {@link ModuleState#READY READY} state.
72 * @param module the module instance
74 public void start(Module module) { argument
77 final Module myModule = module;
107 * Callback before the module start
111 stop(Module module) argument
[all...]
/glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/
H A DJ2EEModuleCallBack.java53 public void start(Object module); argument
54 public void stop(Object module); argument
/glassfish-3.1.2/connectors/connectors-connector/src/main/java/com/sun/enterprise/connectors/connector/module/
H A DResourcesCompositeSniffer.java41 package com.sun.enterprise.connectors.connector.module;
62 final String[] containerNames = {"com.sun.enterprise.connectors.module.ResourcesContainer"};
H A DResourcesSniffer.java41 package com.sun.enterprise.connectors.connector.module;
61 final String[] containerNames = {"com.sun.enterprise.connectors.module.ResourcesContainer"};
H A DConnectorHandler.java41 package com.sun.enterprise.connectors.connector.module;
124 // ear's classloader hierarchy is : module-CL -> ear-CL
127 // ear-lib-CL as parent for embedded-RAR module-CL
H A DConnectorSniffer.java41 package com.sun.enterprise.connectors.connector.module;
44 import com.sun.enterprise.module.Module;
81 final String[] containerNames = {"com.sun.enterprise.connectors.module.ConnectorContainer"};
85 * connector jar file will now be known to the module subsystem
142 * same module. For example, ejb and appclient sniffers should not
143 * be returned in the sniffer list for a certain module.
145 * lists for a certain module
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/
H A DConnectorContainer.java41 package com.sun.enterprise.connectors.module;
56 * Represents the container for connector runtime module
60 @Service(name = "com.sun.enterprise.connectors.module.ConnectorContainer")
H A DResourcesContainer.java41 package com.sun.enterprise.connectors.module;
55 @Service(name = "com.sun.enterprise.connectors.module.ResourcesContainer")
H A DResourcesApplication.java41 package com.sun.enterprise.connectors.module;
H A DConnectorApplication.java41 package com.sun.enterprise.connectors.module;
279 * returns the module name
281 * @return module-name
288 * set the module name of the application
290 * @param moduleName module-name
H A DResourcesDeployer.java41 package com.sun.enterprise.connectors.module;
250 * @param allResources all resources (app scoped, module scoped) of old application
265 for(Module module : modules){
266 Resources moduleScopedResources = allResources.get(module.getName());
268 module.setResources(moduleScopedResources);
294 for(Module module : modules){
295 Resources moduleScopedResources = module.getResources();
297 appInfo.addTransientAppMetaData(module.getName()+"-resources", moduleScopedResources);
326 for (Module module : modules) {
327 String actualModuleName = getActualModuleName(module
507 createModuleScopedResources(Application app, Module module, List<org.glassfish.resource.common.Resource> resources, DeploymentContext dc, boolean embedded) argument
[all...]
H A DConnectorDeployer.java41 package com.sun.enterprise.connectors.module;
637 for (Module module : modules) {
638 moduleName = module.getName();
639 if (module.getEngine(ConnectorConstants.CONNECTOR_MODULE) != null) {
/glassfish-3.1.2/security/javax.security.auth.message/src/main/java/javax/security/auth/message/module/
H A DClientAuthModule.java41 package javax.security.auth.message.module;
56 * <p> A module implementation should assume it may be used to secure
57 * different requests as different clients. A module should also assume
58 * it may be used concurrently by multiple callers. It is the module
60 * as necessary. A module that does not need to do so
73 * Initialize this module with request and response message policies
74 * to enforce, a CallbackHandler, and any module-specific configuration
79 * @param requestPolicy The request policy this module must enforce,
82 * @param responsePolicy The response policy this module must enforce,
87 * @param options A Map of module
[all...]
H A DServerAuthModule.java41 package javax.security.auth.message.module;
56 * <p> A module implementation should assume it may be used to secure
57 * different requests as different clients. A module should also assume
58 * it may be used concurrently by multiple callers. It is the module
60 * as necessary. A module that does not need to do so
73 * Initialize this module with request and response message policies
74 * to enforce, a CallbackHandler, and any module-specific configuration
79 * @param requestPolicy The request policy this module must enforce,
82 * @param responsePolicy The response policy this module must enforce,
87 * @param options A Map of module
[all...]
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DJAXWSContainer.java60 private final JAXWSServletModule module; field in class:JAXWSContainer
68 this.module = JAXWSServletModule
71 this.module = null;
78 if (module != null) {
79 module.addEndpoint(endpoint.getEndpointAddressUri(),
106 if (module != null) {
107 return ((T)spiType.cast(module));
/glassfish-3.1.2/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/
H A DWSTCPProtocolFilter.java70 private static final V3Module module = new V3Module(); field in class:WSTCPProtocolFilter
82 connector = new Connector(host, port, module.getDelegate());
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/util/
H A DModuleContentLinker.java81 private String getModuleLocation(ModuleDescriptor module) throws IOException { argument
83 if( !module.isStandalone() ) {
84 // If this is an ear, get module jar by adding the module path
86 String archiveUri = module.getArchiveUri();
93 private URL internalGetUrl(ModuleDescriptor module, String uri) argument
95 File moduleLocation = new File(getModuleLocation(module));
146 // Given WSDL location is a relative path - append this to the module dir
/glassfish-3.1.2/build/maven-glassfishbuild-plugin/src/main/java/com/sun/enterprise/build/
H A DDistributionDashboardMojo.java209 for (Artifact module : artifacts) {
211 generator.beginArtifact(module);
214 generator.addSize(module.getFile().length());
220 moduleProject = loadPom(module);
222 getLog().error("Cannot load pom for " + module.getId());
254 String tentativeLocation = repo.getUrl() + "/" + repo.pathOf(module);
283 generator.addImportedBy(getImporting(module));
333 for (Artifact module : modules) {
335 System.out.println("Importing module " + module
359 getImporting(Artifact module) argument
[all...]
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/data/
H A DModuleInfo.java78 * Each module of an application has an associated module info instance keeping
79 * the list of engines in which that module is loaded.
148 * @return array of sniffer that loaded the application's module
225 * @return the module info is this application as a module implemented with
299 for (EngineRef module : _getEngineRefs()) {
302 module.stop(context);
304 logger.log(Level.SEVERE, "Cannot stop module " +
305 module
399 save(Module module) argument
[all...]
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DListComponentsCommand.java232 * @param module - Application's module
242 * @param module - Application's module
245 String getSnifferEngines(final Module module, final boolean format) { argument
246 return getSniffers (module.getEngines(), format);
284 // now add module level engines
285 for (Module module: app.getModule()) {
286 engineList.addAll(module.getEngines());
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/
H A DWebServicesDescriptor.java52 * Information about the web services defined in a single module.
79 public void setBundleDescriptor(BundleDescriptor module) { argument
80 bundleDesc = module;
121 * Endpoint has a unique name within all the endpoints in the module.
/glassfish-3.1.2/tests/utils/src/main/java/org/glassfish/tests/utils/
H A DProxyModule.java43 import com.sun.enterprise.module.*;
121 public void addImport(Module module) { argument
/glassfish-3.1.2/web/gui-plugin-common/src/main/java/org/glassfish/web/plugin/common/
H A DWebModuleConfigCommand.java55 * Superclass of all web module config-related commands.
57 * All of these commands have the app-name (with perhaps /module-name appended)
78 Module m = module(report);
100 private Module module(final ActionReport report) { method in class:WebModuleConfigCommand
123 "Application {0} is an enterprise application; please also specify one of the web module names ({1}) as part of the command argument (for example, {0}/{2})",
130 final Module module = app.getModule(moduleName());
131 if (module == null) {
142 return module;
147 * Build a list of web module names to include in the error message.
160 Module module
[all...]

Completed in 735 milliseconds

12