Searched refs:started (Results 1 - 25 of 36) sorted by relevance

12

/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/core/
H A DDescriptorEndpointInfo.java72 boolean started = false; field in class:DescriptorEndpointInfo
122 return started;
125 public void setStarted(boolean started) { argument
126 this.started = started;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/logger/
H A DFileLogger.java122 * Has this component been started?
124 private boolean started = false; field in class:FileLogger
341 if (started)
345 started = true;
363 if (!started)
367 started = false;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/session/
H A DStoreBase.java132 * Has this component been started yet?
134 protected boolean started = false; field in class:StoreBase
327 if(!started) {
438 if (started)
442 started = true;
457 if (!started)
461 started = false;
H A DPersistentManagerBase.java196 * Has this component been started yet?
198 private boolean started = false; field in class:PersistentManagerBase
479 * Get the started status.
482 return started;
487 * Set the started flag
489 protected void setStarted(boolean started) { argument
490 this.started = started;
533 * the Manager is started again.
598 if (!started)
[all...]
H A DStandardManager.java170 * Has this component been started yet?
172 private boolean started = false; field in class:StandardManager
817 if (started) {
824 started = true;
872 if (!started)
876 started = false;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/core/
H A DStandardService.java126 * Has this component been started?
128 private boolean started = false; field in class:StandardService
191 if (started && (this.container != null) &&
203 if (started && (oldContainer != null) &&
332 if (started && (connector instanceof Lifecycle)) {
420 /*if (started && (connectors[j] instanceof Lifecycle)) {
518 if (started) {
520 log.info(sm.getString("standardService.start.started"));
534 started = true;
571 if (!started) {
[all...]
H A DStandardPipeline.java172 * Has this component been started yet?
174 protected boolean started = false; field in class:StandardPipeline
273 * started
275 * that prevents it from being started
280 if (started)
287 started = true;
317 * @exception IllegalStateException if this component has not been started
324 if (!started)
328 started = false;
395 if (started
[all...]
H A DStandardServer.java281 * Has this component been started?
283 private boolean started = false; field in class:StandardServer
457 if (started && (service instanceof Lifecycle)) {
746 if (started) {
748 log.fine(sm.getString("standardServer.start.started"));
757 started = true;
785 if (!started)
792 started = false;
H A DContainerBase.java134 * <td>Container was started.</td>
284 * Has this component been started?
286 protected boolean started = false; field in class:ContainerBase
428 if (started && (oldLoader != null) &&
441 if (started && (loader != null) &&
500 if (started && (oldLogger != null) &&
514 if (started && (logger != null) &&
573 if (started && (oldManager != null) &&
586 if (started && (manager != null) &&
787 if (started
[all...]
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/admin/
H A DServerEnvironment.java59 starting, started, stopping, stopped enum constant in enum:ServerEnvironment.Status
/glassfish-3.1.2/web/web-ajp/src/main/java/org/apache/jk/server/
H A DJkCoyoteHandler.java149 boolean started=false; field in class:JkCoyoteHandler
154 if( started ) return;
156 started=true;
207 if( !started ) return;
209 started = false;
H A DJkMain.java124 boolean started=false; field in class:JkMain
168 if( started ) {
191 if( started ) {
329 started=false;
375 started=true;
417 if( started ) {
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DServer.java189 private void started() { status=1; } method in class:Server.ContainerStatus
201 boolean started; field in class:Server.Container
360 * @throws IllegalStateException if the container is already started.
365 throw new IllegalStateException("Cannot add container to a started embedded instance");
432 if (!c.started) {
434 c.started=true;
441 if (c.started) {
443 c.started=false;
467 * @throws IllegalStateException if the container is already started.
471 throw new IllegalStateException("Cannot add containers to an already started embedde
[all...]
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/valves/
H A DValveBase.java117 * Has this component been started yet?
119 protected boolean started = false; field in class:ValveBase
297 * @return true if this access log valve has been started, false
301 return started;
351 if (started)
356 started = true;
371 if (!started)
376 started = false;
H A DJDBCAccessLogValve.java101 * When Tomcat is started, a database connection (with autoReconnect option)
255 * Has this component been started yet?
258 private boolean started = false;
557 if (started)
561 started = true;
564 if (started) // Ignore multiple starts
615 if (!started)
619 started = false;
622 if (!started) // Ignore stop if not started
[all...]
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/admin/
H A DGetHabitatInfo.java79 String started = "false"; field in class:GetHabitatInfo
139 boolean isStarted = Boolean.parseBoolean(started);
141 sb.append((i.isInstantiated() ? " started" : " not started"));
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/
H A DConnectorApplication.java120 boolean started = false;
125 started = true;
129 logFine("Resource Adapter [ " + getModuleName() + " ] started");
130 return started;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/authenticator/
H A DSingleSignOn.java143 * Component started flag.
146 protected boolean started = false;
224 if (started)
228 started = true;
231 if (started) // Ignore multiple starts
254 if (!started)
258 started = false;
261 if (!started) // Ignore stop if not started
424 if (!started) {
[all...]
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/data/
H A DModuleInfo.java91 private boolean started=false; field in class:ModuleInfo
250 if (started)
270 logger.log(Level.SEVERE, "Module not started " + engine.getApplicationContainer().toString());
271 throw new Exception( "Module not started " + engine.getApplicationContainer().toString());
282 started=true;
293 if (!started)
308 started=false;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/startup/
H A DEmbedded.java244 * Has this component been started yet?
246 protected boolean started = false; field in class:Embedded
425 if (started && (engine instanceof Lifecycle)) {
550 * which will also cause the Context to be started if the Host has
551 * already been started.
616 * which will also cause the Host to be started if the Engine has
617 * already been started. If this is the default (or only) Host you
650 * then attached to a Context, before it is started.
925 if (started)
929 started
[all...]
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/startup/
H A DEjbApplication.java111 private volatile boolean started; field in class:EjbApplication
145 return started;
156 started = true;
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/enterprise/transaction/jts/recovery/
H A DRecoveryLockFile.java95 private volatile boolean started = false; field in class:RecoveryLockFile
110 if (!started) {
112 started = true;
220 * that the specified instance started recovery after specified timestamp
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DPEAccessLogValve.java576 if (!started || condition!=null &&
677 * @return true if this access log valve needs to be started, false
1050 if (started) {
1091 started = true;
1106 if (!started) {
1112 started = false;
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/connector/
H A DConnector.java320 * Has this component been started yet?
322 private boolean started = false; field in class:Connector
583 return started;
1485 if (started) {
1492 started = true;
1555 if (!started) {
1561 started = false;
1894 if( started ) {
/glassfish-3.1.2/web/web-ha/src/main/java/org/glassfish/web/ha/authenticator/
H A DHASingleSignOn.java131 if (!started) {

Completed in 57 milliseconds

12