Searched refs:stop (Results 1 - 25 of 212) sorted by relevance

123456789

/glassfish-3.1.2/admin/server-mgmt/src/main/java/com/sun/enterprise/admin/servermgmt/services/
H A DAppserverServiceType.java52 Domain("start-domain", "restart-domain", "stop-domain"),
53 Instance("start-local-instance", "restart-local-instance", "stop-local-instance");
64 return stop;
67 private AppserverServiceType(String start, String restart, String stop) { argument
70 this.stop = stop;
75 private final String stop; field in class:AppserverServiceType
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/enterprise/web/
H A DHealthChecker.java58 public void stop() throws LifecycleException; method in interface:HealthChecker
H A DReplicationReceiver.java60 public void stop() throws LifecycleException; method in interface:ReplicationReceiver
H A DPEHADBHealthChecker.java87 public void stop() throws LifecycleException { method in class:PEHADBHealthChecker
H A DPEReplicationReceiver.java66 public void stop() throws LifecycleException { method in class:PEReplicationReceiver
/glassfish-3.1.2/common/glassfish-api/src/main/java/org/glassfish/api/deployment/
H A DApplicationContainer.java44 * Interface to an application container. mainly used to start and stop
77 public boolean stop(ApplicationContext stopContext); method in interface:ApplicationContainer
/glassfish-3.1.2/common/mejb/src/main/java/org/glassfish/admin/mejb/
H A DJ2EEModuleCallBack.java54 public void stop(Object module); method in interface:J2EEModuleCallBack
/glassfish-3.1.2/appclient/server/core/src/main/java/org/glassfish/appclient/server/core/jws/servedcontent/
H A DContent.java67 public void stop(); method in interface:Content
93 public void stop() { method in class:Content.Adapter
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DEmbeddedContainer.java87 public void stop() throws LifecycleException; method in interface:EmbeddedContainer
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/
H A DNamingServiceMBean.java114 public void stop(); method in interface:NamingServiceMBean
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/
H A DFlashlightBundleActivator.java59 public void stop(BundleContext bCtx) { method in class:FlashlightBundleActivator
/glassfish-3.1.2/tests/community/adminweb/basic/src/test/
H A DSeleniumTest.java112 private void stop() throws Exception { method in class:SeleniumTest
113 selenium.stop();
/glassfish-3.1.2/tests/quicklook/adminweb/basic/src/test/
H A DSeleniumTest.java112 private void stop() throws Exception { method in class:SeleniumTest
113 selenium.stop();
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/deployment/
H A DGenericApplicationContainer.java67 public boolean stop(ApplicationContext stopContext) { method in class:GenericApplicationContainer
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/
H A DNetworkProxy.java64 void stop(); method in interface:NetworkProxy
/glassfish-3.1.2/deployment/common/src/main/java/org/glassfish/deployment/common/
H A DDummyApplication.java63 public boolean stop(ApplicationContext stopContext) { method in class:DummyApplication
/glassfish-3.1.2/deployment/javax.enterprise.deploy/src/main/java/javax/enterprise/deploy/spi/status/
H A DProgressObject.java49 * distribute, start, stop, undeploy.
116 * Tests whether the vendor supports a stop
126 * A stop request on an in-process operation allows the
135 public void stop() throws OperationUnsupportedException; method in interface:ProgressObject
/glassfish-3.1.2/tests/embedded/basic/lifecycle/src/test/java/org/glassfish/tests/embedded/basic/lifecycle/
H A DLifeCycleTest.java71 instance1.stop();
76 instance1.stop();
90 instance2.stop();
95 instance2.stop();
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/catalina/
H A DLifecycle.java67 * provide a consistent mechanism to start and stop the component.
106 * The LifecycleEvent type for the "component stop" event.
108 String STOP_EVENT = "stop";
112 * The LifecycleEvent type for the "component before stop" event.
118 * The LifecycleEvent type for the "component after stop" event.
170 void stop() throws LifecycleException; method in interface:Lifecycle
H A DDeployer.java255 public void stop(String contextPath) throws IOException; method in interface:Deployer
/glassfish-3.1.2/common/amx-j2ee/src/main/java/org/glassfish/admin/amx/j2ee/
H A DStateManageable.java65 This state indicates that the SMO has been requested to stop,
133 invoked when the SMO is in the RUNNING or STARTING state. It causes stop()
146 the RUNNING or STARTING state. It causes stop() to be called on all the
155 public void stop(); method in interface:StateManageable
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/work/
H A DWorkManager.java77 public void stop(); method in interface:WorkManager
/glassfish-3.1.2/common/simple-glassfish-api/src/main/java/org/glassfish/embeddable/
H A DGlassFish.java47 * <li> perform life cycle operations viz., start, stop and dispose. </li>
98 glassfish.stop();
125 void stop() throws GlassFishException; method in interface:GlassFish
128 * Call this method if you don't need this GlassFish instance any more. This method will stop GlassFish
210 * <p/> This will be the state after {@link org.glassfish.embeddable.GlassFish#stop()} has been
218 * <p/>This will be the state after {@link org.glassfish.embeddable.GlassFish#stop()} has
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DResourceAdapter.java98 void stop(); method in interface:ResourceAdapter
127 * This causes the resource adapter to stop delivering messages to the
/glassfish-3.1.2/web/web-core/src/main/java/org/apache/tomcat/util/modeler/
H A DRegistryMBean.java103 * @param operation Operation to perform. Typically "init" "start" "stop" or "destroy"
170 public void stop(); method in interface:RegistryMBean

Completed in 74 milliseconds

123456789