org.jboss.ejb3.interceptors.container
Class DestructionInvocation

java.lang.Object
  extended by org.jboss.aop.joinpoint.InvocationBase
      extended by org.jboss.ejb3.interceptors.container.DestructionInvocation
All Implemented Interfaces:
java.io.Serializable, org.jboss.aop.joinpoint.Invocation

public class DestructionInvocation
extends org.jboss.aop.joinpoint.InvocationBase

Comment

Version:
$Revision: 69211 $
Author:
Carlo de Wolf
See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.jboss.aop.joinpoint.InvocationBase
advisor, currentInterceptor, instanceResolver, interceptors, metadata, responseContextInfo, targetObject
 
Constructor Summary
DestructionInvocation(org.jboss.aop.advice.Interceptor[] interceptors)
           
 
Method Summary
 org.jboss.aop.joinpoint.Invocation copy()
           
 org.jboss.aop.joinpoint.Invocation getWrapper(org.jboss.aop.advice.Interceptor[] newchain)
           
 java.lang.Object invokeNext()
           
 
Methods inherited from class org.jboss.aop.joinpoint.InvocationBase
addResponseAttachment, getAdvisor, getCurrentInterceptor, getInstanceResolver, getInterceptors, getMetaData, getMetaData, getResponseAttachment, getResponseContextInfo, getTargetObject, invokeNext, invokeTarget, resolveAnnotation, resolveAnnotation, resolveClassAnnotation, resolveClassMetaData, resolveTypedAnnotation, resolveTypedAnnotation, resolveTypedClassAnnotation, setAdvisor, setInstanceResolver, setMetaData, setResponseContextInfo, setTargetObject
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DestructionInvocation

public DestructionInvocation(org.jboss.aop.advice.Interceptor[] interceptors)
Method Detail

copy

public org.jboss.aop.joinpoint.Invocation copy()

getWrapper

public org.jboss.aop.joinpoint.Invocation getWrapper(org.jboss.aop.advice.Interceptor[] newchain)

invokeNext

public java.lang.Object invokeNext()
                            throws java.lang.Throwable
Specified by:
invokeNext in interface org.jboss.aop.joinpoint.Invocation
Overrides:
invokeNext in class org.jboss.aop.joinpoint.InvocationBase
Throws:
java.lang.Throwable


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