org.jboss.ejb3.interceptor
Class LifecycleInterceptorHandler

java.lang.Object
  extended by org.jboss.ejb3.interceptor.LifecycleInterceptorHandler

Deprecated. EJBTHREE-1174

@Deprecated
public class LifecycleInterceptorHandler
extends Object

Version:
$Revision: 70409 $
Author:
Kabir Khan

Constructor Summary
LifecycleInterceptorHandler(EJBContainer container, Class[] handledCallbacks)
          Deprecated.  
 
Method Summary
 Method getTimeoutCallback()
          Deprecated.  
 long getTimeoutCalllbackHash()
          Deprecated.  
 void postActivate(BeanContext ctx)
          Deprecated.  
 void postConstruct(BeanContext ctx, Object[] params)
          Deprecated.  
 void preDestroy(BeanContext ctx)
          Deprecated.  
 void prePassivate(BeanContext ctx)
          Deprecated.  
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LifecycleInterceptorHandler

public LifecycleInterceptorHandler(EJBContainer container,
                                   Class[] handledCallbacks)
Deprecated. 
Method Detail

getTimeoutCalllbackHash

public long getTimeoutCalllbackHash()
Deprecated. 

postConstruct

public void postConstruct(BeanContext ctx,
                          Object[] params)
Deprecated. 

preDestroy

public void preDestroy(BeanContext ctx)
Deprecated. 

postActivate

public void postActivate(BeanContext ctx)
Deprecated. 

prePassivate

public void prePassivate(BeanContext ctx)
Deprecated. 

getTimeoutCallback

public Method getTimeoutCallback()
Deprecated. 


Copyright © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.