Searched refs:cleanup (Results 1 - 25 of 50) sorted by relevance

12

/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/services/
H A DSecurityServicesImpl.java53 public void cleanup() {} method in class:SecurityServicesImpl
H A DValidationServicesImpl.java60 public void cleanup() {} method in class:ValidationServicesImpl
H A DTransactionServicesImpl.java93 public void cleanup() {} method in class:TransactionServicesImpl
H A DProxyServicesImpl.java170 public void cleanup() { method in class:ProxyServicesImpl
171 // nothing to cleanup in this implementation.
H A DInjectionServicesImpl.java143 public void cleanup() { method in class:InjectionServicesImpl
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DManagedConnection.java121 /** Application server calls this method to force any cleanup on the
124 * <p>The method ManagedConnection.cleanup initiates a cleanup of the
126 * The cleanup should invalidate all connection handles that had been
128 * component to use the connection handle after cleanup of the underlying
131 * <p>The cleanup of ManagedConnection is always driven by an application
132 * server. An application server should not invoke ManagedConnection.cleanup
136 * <p>The invocation of ManagedConnection.cleanup method on an already
139 * <p>The cleanup of ManagedConnection instance resets its client specific
141 * pool. The cleanup metho
155 void cleanup() throws ResourceException; method in interface:ManagedConnection
[all...]
/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/spi/
H A DJCDIService.java77 public void cleanup(boolean callPreDestroy); method in interface:JCDIService.JCDIInjectionContext
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/allocator/
H A DResourceAllocator.java72 public void cleanup(ResourceHandle resource) throws PoolingException; method in interface:ResourceAllocator
H A DAbstractConnectorAllocator.java163 public void cleanup(ResourceHandle h) throws PoolingException { method in class:AbstractConnectorAllocator
166 mc.cleanup();
168 _logger.log(Level.WARNING, "managed_con.cleanup-failed", ex);
189 mc.cleanup();
/glassfish-3.1.2/persistence/cmp/support-ejb/src/main/java/com/sun/jdo/spi/persistence/support/ejb/codegen/
H A DCMPGenerator.java107 Collection<File> cleanup() throws GeneratorException; method in interface:CMPGenerator
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/provider/
H A DProbeRegistry.java86 public static void cleanup() { method in class:ProbeRegistry
90 ProbeProviderRegistry.cleanup();
/glassfish-3.1.2/tests/quicklook/ejb/mdb/src/com/sun/mdb/client/
H A DClient.java103 cleanup();
122 public void cleanup() { method in class:Client
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/embedded/
H A DEJBContainerImpl.java91 private Cleanup cleanup = null; field in class:EJBContainerImpl
109 cleanup = new Cleanup(this);
176 if (cleanup != null) {
177 cleanup.disable();
/glassfish-3.1.2/common/amx-j2ee-impl/src/main/java/org/glassfish/admin/amx/impl/j2ee/
H A DJ2EEServerImpl.java128 mRegistrationSupport.cleanup();
/glassfish-3.1.2/flashlight/framework/src/main/java/org/glassfish/flashlight/impl/core/
H A DProbeProviderRegistry.java68 public static void cleanup() { method in class:ProbeProviderRegistry
/glassfish-3.1.2/connectors/connectors-inbound-runtime/src/main/java/com/sun/enterprise/connectors/inbound/
H A DBasicResourceAllocator.java124 public void cleanup(ResourceHandle resourceHandle) method in class:BasicResourceAllocator
/glassfish-3.1.2/verifier/verifier-impl/src/main/java/com/sun/enterprise/tools/verifier/
H A DVerifier.java192 cleanup();
197 cleanup();
218 cleanup();
276 // verificationHandler.cleanup();
415 public void cleanup() method in class:Verifier
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/
H A DResourceLoaderImpl.java113 public void cleanup() { method in class:ResourceLoaderImpl
/glassfish-3.1.2/common/common-util/src/test/java/org/glassfish/admin/payload/
H A DPayloadFilesManagerTest.java356 protected void cleanup() {
498 protected void cleanup() {
620 protected void cleanup() {
731 protected void cleanup() {
850 protected void cleanup() {
956 protected void cleanup() {
1052 protected void cleanup() {
1147 protected void cleanup() {
1206 protected abstract void cleanup(); method in class:PayloadFilesManagerTest.CommonTest
1228 cleanup();
1249 protected void cleanup() { method in class:PayloadFilesManagerTest.CommonTempTest
[all...]
/glassfish-3.1.2/appclient/client/acc/src/main/java/org/glassfish/appclient/client/acc/
H A DAppClientContainer.java254 private Cleanup cleanup = null; field in class:AppClientContainer
363 * Arrange for cleanup now instead of during launch() because in some use cases
367 cleanup = Cleanup.arrangeForShutdownCleanup(logger, habitat, desc);
372 cleanup.setInjectionManager(injectionManager,
389 cleanup.setEMFs(pcci.emfs());
392 cleanup.setConnectorRuntime(connectorRuntime);
406 cleanup.setManagedBeanManager(managedBeanManager);
570 cleanup.start();
957 * Requests cleanup without relying on the VM's shutdown handling.
989 // Do managed bean cleanup earl
[all...]
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/data/
H A DEngineInfo.java130 cleanup();
155 // thread is dead, cleanup since we are at it.
167 private void cleanup() { method in class:EngineInfo
/glassfish-3.1.2/admin/config-api/src/main/java/org/glassfish/config/support/
H A DDomainXmlPreParser.java109 cleanup(in);
147 private void cleanup(InputStream in) { method in class:DomainXmlPreParser
/glassfish-3.1.2/installer/src/GlassFishV3Preview/resources/wrappers/
H A Dproduct-installer.sh184 # cleanup temporary files
186 cleanup() { function
357 trap 'cleanup; exit' 1 2 13 15
370 cleanup
/glassfish-3.1.2/installer/src/GlassFishV3WebProfilePreview/resources/wrappers/
H A Dproduct-installer.sh184 # cleanup temporary files
186 cleanup() { function
357 trap 'cleanup; exit' 1 2 13 15
370 cleanup
/glassfish-3.1.2/installer/src/main/resources/wrappers/
H A Dproduct-installer.sh184 # cleanup temporary files
186 cleanup() { function
364 trap 'cleanup; exit' 1 2 13 15
377 cleanup

Completed in 361 milliseconds

12