Searched refs:destroy (Results 1 - 25 of 154) sorted by relevance

1234567

/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/pool/
H A DObjectFactory.java52 * An object factory that 'knows' how to create / destroy objects
65 public void destroy(Object object); method in interface:ObjectFactory
/glassfish-3.1.2/web/web-core/src/main/java/com/sun/enterprise/web/connector/grizzly/
H A DDummyConnectorLauncher.java90 public void destroy() throws Exception { method in class:DummyConnectorLauncher
/glassfish-3.1.2/web/web-naming/src/main/java/org/apache/naming/
H A DNamingServiceMBean.java120 public void destroy(); method in interface:NamingServiceMBean
H A DNamingService.java118 destroy();
128 destroy();
252 public void destroy() { method in class:NamingService
/glassfish-3.1.2/jbi/serviceengine/sun-javaee-engine/src/main/java/com/sun/enterprise/jbi/serviceengine/core/
H A DBridge.java53 public void destroy(); method in interface:Bridge
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/CosTransactions/
H A DTerminatorImpl.java253 control.destroy(); // added (Ram J) for memory Leak fix
258 control.destroy(); // added (Ram J) for memory Leak fix
262 control.destroy(); // added (Ram J) for memory Leak fix
265 control.destroy(); // added (Ram J) for memory Leak fix
270 control.destroy();
274 control.destroy(); // added (Ram J) for memory Leak fix
307 control.destroy(); // added (Ram J) for memory Leak fix
309 control.destroy(); // added (Ram J) for memory Leak fix
311 control.destroy(); // added (Ram J) for memory Leak fix
314 control.destroy(); // adde
377 synchronized final void destroy() { method in class:TerminatorImpl
[all...]
H A DCoordinatorResourceImpl.java285 destroy();
389 // If and we are not being forced, we can destroy ourselves before returning.
395 destroy();
509 destroy();
542 destroy();
550 destroy();
646 // If we are not being forced, we can destroy ourselves before returning.
652 destroy();
680 // If no exception is raised, we can destroy ourselves before returning.
682 destroy();
943 void destroy() { method in class:CoordinatorResourceImpl
[all...]
H A DLogControl.java274 controlFH.destroy();
286 controlFH.destroy();
304 controlFH.destroy();
347 controlFH.destroy();
356 controlFH.destroy();
365 controlFH.destroy();
373 controlFH.destroy();
409 controlFH.destroy();
426 controlFH.destroy();
455 controlFH.destroy();
[all...]
/glassfish-3.1.2/core/kernel/src/main/java/com/sun/enterprise/v3/services/impl/
H A DNetworkProxy.java89 void destroy(); method in interface:NetworkProxy
/glassfish-3.1.2/tests/embedded/web/web-api/src/test/java/org/glassfish/tests/embedded/web/
H A DNewFilter.java61 public void destroy() { method in class:NewFilter
/glassfish-3.1.2/tests/quicklook/weld/numberguess/src/java/numberguess/
H A DStatelessBean.java66 public void destroy() { method in class:StatelessBean
67 System.out.println("In StatelessBean::destroy()");
/glassfish-3.1.2/orb/orb-connector/src/main/java/org/glassfish/enterprise/iiop/api/
H A DRemoteReferenceFactory.java48 * create and destroy remote EJB references. Instances of the
92 * This operation should destroy any state such as "tie" objects
104 public void destroy(); method in interface:RemoteReferenceFactory
/glassfish-3.1.2/orb/orb-iiop/src/main/java/org/glassfish/enterprise/iiop/impl/
H A DCSIv2Policy.java65 public void destroy() { method in class:CSIv2Policy
/glassfish-3.1.2/connectors/javax.resource/src/main/java/javax/resource/spi/
H A DManagedConnection.java109 * explictly call ManagedConnection.destroy to destroy a
110 * physical connection. A resource adapter should destroy all allocated
112 * destroy is called.
119 void destroy() throws ResourceException; method in interface:ManagedConnection
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/util/cache/
H A DCache.java81 public void destroy(); method in interface:Cache
/glassfish-3.1.2/tests/embedded/maven-plugin/filterURIMapping/src/main/java/test/
H A DFilterTest.java49 public void destroy() { method in class:FilterTest
50 System.out.println("[Filter.destroy]");
/glassfish-3.1.2/tests/embedded/maven-plugin/scattered/src/main/java/test/
H A DFilterTest.java49 public void destroy() { method in class:FilterTest
50 System.out.println("[Filter.destroy]");
/glassfish-3.1.2/tests/embedded/maven-plugin/standalonewar/src/main/java/test/
H A DFilterTest.java49 public void destroy() { method in class:FilterTest
50 System.out.println("[Filter.destroy]");
/glassfish-3.1.2/tests/quicklook/ejb/remoteview/src/java/
H A DSingletonBean.java69 public void destroy() { method in class:SingletonBean
70 System.out.println("In SingletonBean::destroy()");
/glassfish-3.1.2/transaction/jts/src/main/java/com/sun/jts/pi/
H A DInvocationPolicyImpl.java85 public void destroy() { method in class:InvocationPolicyImpl
/glassfish-3.1.2/web/web-glue/src/main/java/com/sun/appserv/web/cache/
H A DCacheHelper.java99 public void destroy() throws Exception; method in interface:CacheHelper
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DJAXRPCServlet.java78 public void destroy() { method in class:JAXRPCServlet
80 delegate_.destroy();
83 myDelegate_.destroy();
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/
H A DActiveResourceAdapter.java55 * Contains methods for setup(initialization), destroy and creation of MCF.
85 public void destroy(); method in interface:ActiveResourceAdapter
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/listener/
H A DUnpooledConnectionEventListener.java65 mc.destroy();
/glassfish-3.1.2/tests/embedded/web/web-war/web-fragment1/src/main/java/org/glassfish/tests/embedded/webwar/webfragment1/
H A DWFTestFilter.java74 public void destroy() { method in class:WFTestFilter
75 System.out.println(">>> WFTestFilter.destroy");

Completed in 63 milliseconds

1234567