org.jboss.aop.joinpoint
Class CurrentInvocation

java.lang.Object
  extended by org.jboss.aop.joinpoint.CurrentInvocation

public class CurrentInvocation
extends Object

This class should only be used from within a typed advice!

Version:
$Revision: 37406 $
Author:
Bill Burke

Constructor Summary
CurrentInvocation()
           
 
Method Summary
static Invocation get()
           
static void pop()
           
static Object proceed()
           
static void push(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CurrentInvocation

public CurrentInvocation()
Method Detail

push

public static void push(Invocation invocation)

pop

public static void pop()

get

public static Invocation get()

proceed

public static Object proceed()
                      throws Throwable
Throws:
Throwable


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