/glassfish-3.1.2/javaee-api/javax.annotation/src/main/java/javax/annotation/ |
H A D | PreDestroy.java | 48 * 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 D | HelloStateful.java | 45 import javax.annotation.PreDestroy; 64 @PreDestroy public void myPreDestroyMethod() {
|
/glassfish-3.1.2/tests/quicklook/weld/numberguess/src/java/numberguess/ |
H A D | StatelessBean.java | 44 import javax.annotation.PreDestroy; 65 @PreDestroy
|
H A D | SingletonBean.java | 44 import javax.annotation.PreDestroy; 79 @PreDestroy
|
H A D | StatefulBean.java | 44 import javax.annotation.PreDestroy; 77 @PreDestroy
|
H A D | InterceptorA.java | 76 @PreDestroy
|
H A D | InterceptorB.java | 78 @PreDestroy
|
/glassfish-3.1.2/deployment/dol/src/main/java/com/sun/enterprise/deployment/annotation/handlers/ |
H A D | PreDestroyHandler.java | 52 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 D | EjbContainerStarter.java | 49 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 D | EarClassLoader.java | 47 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 D | SingletonBean.java | 68 @PreDestroy
|
H A D | HelloBean.java | 132 @PreDestroy
|
/glassfish-3.1.2/common/mbeanserver/src/main/java/org/glassfish/admin/mbeanserver/ssl/ |
H A D | JMXMasterPasswordImpl.java | 46 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 D | ConnectorContainer.java | 49 import org.jvnet.hk2.component.PreDestroy; 61 public class ConnectorContainer implements Container, PostConstruct, PreDestroy {
|
H A D | ResourcesContainer.java | 49 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 D | RestService.java | 49 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 D | MasterPasswordImpl.java | 52 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 D | ContainerUtilImpl.java | 51 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 D | WebServicesContainer.java | 54 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 D | SystemInterceptorProxy.java | 45 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 D | EmbeddedFileSystem.java | 43 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 D | PoolMonitoringLevelListener.java | 49 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 D | GlassFishNamingBuilder.java | 48 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 D | SyslogHandler.java | 51 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 D | OSGiArchiveHandler.java | 50 import org.jvnet.hk2.component.PreDestroy;
|