org.apache.openejb.test.mdb
Class MdbInterceptor

java.lang.Object
  extended by org.apache.openejb.test.mdb.MdbInterceptor

public class MdbInterceptor
extends java.lang.Object


Constructor Summary
MdbInterceptor()
           
 
Method Summary
 void interceptRemove(javax.interceptor.InvocationContext ctx)
           
 java.lang.Object mdbInterceptor(javax.interceptor.InvocationContext ctx)
           
 void postConstruct(javax.interceptor.InvocationContext ctx)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MdbInterceptor

public MdbInterceptor()
Method Detail

mdbInterceptor

public java.lang.Object mdbInterceptor(javax.interceptor.InvocationContext ctx)
                                throws java.lang.Exception
Throws:
java.lang.Exception

interceptRemove

@PreDestroy
public void interceptRemove(javax.interceptor.InvocationContext ctx)
                     throws java.lang.Exception
Throws:
java.lang.Exception

postConstruct

@PostConstruct
public void postConstruct(javax.interceptor.InvocationContext ctx)
                   throws java.lang.Exception
Throws:
java.lang.Exception


Copyright © 1999-2011 The Apache OpenEJB development community. All Rights Reserved.