org.jboss.aspects.mock
Class MockAspect

java.lang.Object
  extended by org.jboss.aspects.mock.MockAspect
All Implemented Interfaces:
Interceptor

public class MockAspect
extends Object
implements Interceptor


Constructor Summary
MockAspect()
           
 
Method Summary
 Object advise(Invocation i)
           
 String getName()
           
 Object invoke(Invocation invocation)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MockAspect

public MockAspect()
Method Detail

advise

public Object advise(Invocation i)
              throws Throwable
Throws:
Throwable

invoke

public Object invoke(Invocation invocation)
              throws Throwable
Specified by:
invoke in interface Interceptor
Throws:
Throwable

getName

public String getName()
Specified by:
getName in interface Interceptor


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