Searched refs:PreDestroy (Results 1 - 25 of 58) sorted by relevance

123

/glassfish-3.1.2/javaee-api/javax.annotation/src/main/java/javax/annotation/
H A DPreDestroy.java48 * The PreDestroy annotation is used on methods as a callback notification to
50 * container. The method annotated with PreDestroy is typically used to
54 * the PreDestroy annotation is applied MUST fulfill all of the following
61 * - The method on which PreDestroy is applied MAY be public, protected,
76 public @interface PreDestroy { interface
/glassfish-3.1.2/tests/quicklook/ejb/mdb/src/com/sun/mdb/
H A DHelloStateful.java45 import javax.annotation.PreDestroy;
64 @PreDestroy public void myPreDestroyMethod() {
/glassfish-3.1.2/tests/quicklook/weld/numberguess/src/java/numberguess/
H A DStatelessBean.java44 import javax.annotation.PreDestroy;
65 @PreDestroy
H A DSingletonBean.java44 import javax.annotation.PreDestroy;
79 @PreDestroy
H A DStatefulBean.java44 import javax.annotation.PreDestroy;
77 @PreDestroy
H A DInterceptorA.java76 @PreDestroy
H A DInterceptorB.java78 @PreDestroy
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/
H A DPreDestroyHandler.java52 import javax.annotation.PreDestroy;
57 * This handler is responsible for handling javax.annotation.PreDestroy
70 return PreDestroy.class;
78 PreDestroy preDestroyAn =
79 (PreDestroy)ainfo.getAnnotation();
/glassfish-3.1.2/ejb/ejb-container/src/main/java/org/glassfish/ejb/startup/
H A DEjbContainerStarter.java49 import org.jvnet.hk2.component.PreDestroy;
60 implements Container, PostConstruct, PreDestroy {
/glassfish-3.1.2/deployment/javaee-full/src/main/java/org/glassfish/javaee/full/deployment/
H A DEarClassLoader.java47 import org.jvnet.hk2.component.PreDestroy;
91 PreDestroy.class.cast(clh.loader).preDestroy();
106 PreDestroy.class.cast(cf).preDestroy();
114 PreDestroy.class.cast(this.getParent().getParent()).preDestroy();
/glassfish-3.1.2/tests/quicklook/ejb/remoteview/src/java/
H A DSingletonBean.java68 @PreDestroy
H A DHelloBean.java132 @PreDestroy
/glassfish-3.1.2/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/ssl/
H A DJMXMasterPasswordImpl.java46 import org.jvnet.hk2.component.PreDestroy;
64 public class JMXMasterPasswordImpl implements MasterPassword, PreDestroy {
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/connectors/module/
H A DConnectorContainer.java49 import org.jvnet.hk2.component.PreDestroy;
61 public class ConnectorContainer implements Container, PostConstruct, PreDestroy {
H A DResourcesContainer.java49 import org.jvnet.hk2.component.PreDestroy;
56 public class ResourcesContainer implements Container, PostConstruct, PreDestroy {
/glassfish-3.1.2/admin/rest/src/main/java/org/glassfish/admin/rest/
H A DRestService.java49 import org.jvnet.hk2.component.PreDestroy;
65 public class RestService implements Startup, PostConstruct, PreDestroy, RestInterfaceUID {
/glassfish-3.1.2/security/ssl-impl/src/main/java/com/sun/enterprise/security/ssl/impl/
H A DMasterPasswordImpl.java52 import org.jvnet.hk2.component.PreDestroy;
63 public class MasterPasswordImpl implements MasterPassword, PreDestroy {
/glassfish-3.1.2/common/container-common/src/main/java/com/sun/enterprise/container/common/impl/
H A DContainerUtilImpl.java51 import org.jvnet.hk2.component.PreDestroy;
59 implements ContainerUtil, PreDestroy {
/glassfish-3.1.2/webservices/jsr109-impl/src/main/java/org/glassfish/webservices/
H A DWebServicesContainer.java54 import org.jvnet.hk2.component.PreDestroy;
67 public class WebServicesContainer extends MBeanListener.CallbackImpl implements Container, PostConstruct, PreDestroy {
/glassfish-3.1.2/ejb/ejb-container/src/main/java/com/sun/ejb/containers/interceptors/
H A DSystemInterceptorProxy.java45 import javax.annotation.PreDestroy;
85 } else if( m.getAnnotation(PreDestroy.class) != null ) {
123 @PreDestroy
/glassfish-3.1.2/common/internal-api/src/main/java/org/glassfish/internal/embedded/
H A DEmbeddedFileSystem.java43 import org.jvnet.hk2.component.PreDestroy;
53 public class EmbeddedFileSystem implements PreDestroy {
/glassfish-3.1.2/connectors/connectors-runtime/src/main/java/com/sun/enterprise/resource/pool/monitor/
H A DPoolMonitoringLevelListener.java49 import org.jvnet.hk2.component.PreDestroy;
60 public class PoolMonitoringLevelListener implements PostConstruct, PreDestroy, ConfigListener {
/glassfish-3.1.2/common/glassfish-naming/src/main/java/com/sun/enterprise/naming/
H A DGlassFishNamingBuilder.java48 import org.jvnet.hk2.component.PreDestroy;
81 public class GlassFishNamingBuilder implements InitialContextFactoryBuilder, Startup, PostConstruct, PreDestroy
/glassfish-3.1.2/core/logging/src/main/java/com/sun/enterprise/server/logging/
H A DSyslogHandler.java51 import org.jvnet.hk2.component.PreDestroy;
69 public class SyslogHandler extends Handler implements PostConstruct, PreDestroy {
/glassfish-3.1.2/extras/osgi-container/src/main/java/org/glassfish/extras/osgicontainer/
H A DOSGiArchiveHandler.java50 import org.jvnet.hk2.component.PreDestroy;

Completed in 190 milliseconds

123