Searched refs:engine (Results 1 - 25 of 47) sorted by relevance

12

/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/
H A DEngineConfig.java103 private Engine engine = null; field in class:EngineConfig
137 // Identify the engine we are associated with
139 engine = (Engine) event.getLifecycle();
140 if (engine instanceof StandardEngine) {
141 int engineDebug = ((StandardEngine) engine).getDebug();
169 if (engine != null) {
170 logger = engine.getLogger();
190 if (engine != null) {
191 logger = engine.getLogger();
H A DEmbedded.java100 * corresponding Engine with <code>engine.addChild(host)</code>.</li>
410 * @param engine The engine to be added
412 public synchronized void addEngine(Engine engine) { argument
415 log.fine("Adding engine (" + engine.getInfo() + ")");
421 results[engines.length] = engine;
425 if (started && (engine instanceof Lifecycle)) {
427 ((Lifecycle) engine).start();
433 this.container = engine;
727 removeEngine(Engine engine) argument
[all...]
/glassfish-3.1.2/admin/config-api/src/main/java/com/sun/enterprise/config/serverbeans/
H A DModule.java76 for (Engine engine : instance.getEngines()) {
77 if (engine.getSniffer().equals(snifferName)) {
78 return engine;
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/data/
H A DModuleInfo.java152 for (EngineRef engine : _getEngineRefs()) {
153 sniffers.add(engine.getContainerInfo().getSniffer());
173 for (EngineRef engine : _getEngineRefs()) {
175 final EngineInfo engineInfo = engine.getContainerInfo();
192 engine.load(context, tracker);
193 engine.setApplicationContainer(appCtr);
194 filteredEngines.add(engine);
229 for (EngineRef engine : _getEngineRefs()) {
232 container = type.cast(engine.getContainerInfo().getContainer());
237 return engine;
[all...]
H A DEngineRef.java67 * only be loaded once in a particular engine.
183 * to the configured engine instance.
185 * @param engine the engine configuration being persisted
187 public void save(Engine engine) throws TransactionFailure, PropertyVetoException { argument
188 engine.setSniffer(getContainerInfo().getSniffer().getModuleType());
190 engine.setApplicationConfig(appConfig);
/glassfish-3.1.2/security/core/src/main/java/com/sun/enterprise/security/ssl/
H A DGlassfishSSLSupport.java63 private final SSLEngine engine; field in class:GlassfishSSLSupport
68 this.engine = null;
72 public GlassfishSSLSupport(SSLEngine engine) { argument
74 this.engine = engine;
75 if(engine != null) {
76 session = engine.getSession();
105 session = engine.getSession();
/glassfish-3.1.2/web/gui-plugin-common/src/main/java/org/glassfish/web/plugin/common/
H A DSetWebContextParamCommand.java82 final Engine engine = engine(report);
83 if (engine != null) {
84 setContextParam(engine,
H A DSetWebEnvEntryCommand.java86 final Engine engine = engine(report);
87 if (engine != null) {
88 setEnvEntry(engine,
H A DWebModuleConfig.java186 static WebModuleConfig webModuleConfig(final Engine engine) { argument
187 return (WebModuleConfig) engine.getApplicationConfig();
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DEmbeddedWebContainer.java352 StandardEngine engine = new WebEngine(webContainer);
354 engine.setDebug(debug);
356 engine.setLogger(logger); // Inherited by all children
357 engine.setRealm(null); // Inherited by all children
362 // engine.addContainerListener(listener);
364 return (engine);
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DWebServiceEjbEndpointRegistry.java123 WebServiceEngineImpl engine = WebServiceEngineImpl.getInstance();
125 engine.createHandler((com.sun.xml.rpc.spi.runtime.SystemHandlerDelegate)null, endpoint.getEndpoint());
127 engine.createHandler(endpoint.getEndpoint());
167 WebServiceEngineImpl engine = WebServiceEngineImpl.getInstance();
169 engine.removeHandler(endpoint.getEndpoint());
/glassfish-3.1.2/webservices/soap-tcp/src/main/java/org/glassfish/webservices/transport/tcp/
H A DAppServRegistry.java80 final WebServiceEngine engine = WebServiceEngineImpl.getInstance();
81 engine.addLifecycleListener(lifecycleListener);
83 populateEndpoints(engine);
89 private void populateEndpoints(@NotNull final WebServiceEngine engine) { argument
90 final Iterator<Endpoint> endpoints = engine.getEndpoints();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/logger/
H A DLoggerBase.java492 StandardEngine engine=null;
495 engine=(StandardEngine)container;
497 engine=(StandardEngine)container.getParent();
505 engine=(StandardEngine)container.getParent().getParent();
511 if( engine != null ) {
512 oname=new ObjectName(engine.getDomain()+ ":type=Logger" + suffix);
514 log.severe("Null engine !! " + container);
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/
H A Duninstall.sh152 if [ -f ${CWD}/install/bin/engine-wrapper -a -f ${CWD}/install/bin/uninstaller ]
155 /bin/chmod u+x ${CWD}/install/bin/engine-wrapper
H A Dengine-wrapper42 # Sun Install engine wrapper script
122 display version of install engine.
145 to the install engine. For example:
158 theInstallEngine="${INSTALL_HOME}/lib/engine.jar:${INSTALL_HOME}/lib/sims.jar"
228 ${JAVA_HOME}/bin/java ${JAVA_OPTIONS} -Dinstall.engine=${theInstallEngine} \
266 # The engine knows how to deal with a leading "," so we can use this with no problems:
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/
H A Duninstall.sh152 if [ -f ${CWD}/install/bin/engine-wrapper -a -f ${CWD}/install/bin/uninstaller ]
155 /bin/chmod u+x ${CWD}/install/bin/engine-wrapper
H A Dengine-wrapper42 # Sun Install engine wrapper script
122 display version of install engine.
145 to the install engine. For example:
158 theInstallEngine="${INSTALL_HOME}/lib/engine.jar:${INSTALL_HOME}/lib/sims.jar"
228 ${JAVA_HOME}/bin/java ${JAVA_OPTIONS} -Dinstall.engine=${theInstallEngine} \
266 # The engine knows how to deal with a leading "," so we can use this with no problems:
/glassfish-3.1.2/installer/src/main/resources/wrappers/
H A Duninstall.sh143 if [ -f ${CWD}/install/bin/engine-wrapper -a -f ${CWD}/install/bin/uninstaller ]
146 /bin/chmod u+x ${CWD}/install/bin/engine-wrapper
H A Dengine-wrapper42 # Sun Install engine wrapper script
121 display version of install engine.
144 to the install engine. For example:
157 theInstallEngine="${INSTALL_HOME}/lib/engine.jar:${INSTALL_HOME}/lib/sims.jar"
231 ${JAVA_HOME}/bin/java ${JAVA_OPTIONS} -Dinstall.engine=${theInstallEngine} \
276 # The engine knows how to deal with a leading "," so we can use this with no problems:
/glassfish-3.1.2/deployment/admin/src/main/java/org/glassfish/deployment/admin/
H A DListComponentsCommand.java206 * check the type of application by comparing the sniffer engine.
221 for (Engine engine : engineList) {
222 if (engine.getSniffer().equals(type)) {
252 for (Engine engine : engineList) {
253 final String engType = engine.getSniffer();
255 snifferSet.add(engine.getSniffer());
293 * check to see if Sniffer engine is to be visible by the user.
295 * @param engType - type of sniffer engine
H A DListAppRefsCommand.java129 for (Engine engine : engineList) {
130 if (engine.getSniffer().equals(type)) {
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/bridge/
H A DEndpointHelper.java73 /** A web service engine */
74 private WebServiceEngine engine ; field in class:EndpointHelper
90 engine = WebServiceEngineImpl.getInstance();
92 engine.addLifecycleListener(epLifecycleListener);
103 Iterator<Endpoint> endpoints = engine.getEndpoints();
256 engine.removeLifecycleListener(epLifecycleListener);
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DListContainersCommand.java123 Engine engine = module.getEngine(engineInfo.getSniffer().getModuleType());
124 if (engine!=null) {
/glassfish-3.1.2/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/manager/
H A DUnifiedX509KeyManager.java166 public String chooseEngineClientAlias(String[] keyType, Principal[] issuers, SSLEngine engine) { argument
170 public String chooseEngineServerAlias(String keyType, Principal[] issuers, SSLEngine engine) { argument
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DMapperListener.java116 private String engine="*"; field in class:MapperListener
154 return engine;
157 public void setEngine(String engine) { argument
158 this.engine = engine;
513 // If the domain is the same with ours or the engine
616 // If the domain is the same with ours or the engine
671 // If the domain is the same with ours or the engine

Completed in 102 milliseconds

12