Searched defs:cleanup (Results 1 - 25 of 37) sorted by relevance

12

/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
/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 DInjectionServicesImpl.java143 public void cleanup() { method in class:InjectionServicesImpl
H A DProxyServicesImpl.java170 public void cleanup() { method in class:ProxyServicesImpl
171 // nothing to cleanup in this implementation.
H A DTransactionServicesImpl.java93 public void cleanup() {} method in class:TransactionServicesImpl
H A DEjbServicesImpl.java341 public void cleanup() { method in class:EjbServicesImpl
/glassfish-3.1.2/web/weld-integration/src/main/java/org/glassfish/weld/
H A DResourceLoaderImpl.java113 public void cleanup() { method in class:ResourceLoaderImpl
H A DDeploymentImpl.java391 public void cleanup() { method in class:DeploymentImpl
/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/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/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/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/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/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/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/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/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/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/web-ha/src/main/java/org/glassfish/web/ha/session/management/
H A DReplicationStore.java190 public void cleanup() { method in class:ReplicationStore
/glassfish-3.1.2/common/amx-core/src/main/java/org/glassfish/admin/amx/util/jmx/
H A DNotificationListenerBase.java66 Caller should call {@link #cleanup} when done, because
263 public synchronized void cleanup() method in class:NotificationListenerBase

Completed in 2419 milliseconds

12