org.jboss.aophelper.core
Class AopHandler

java.lang.Object
  extended by org.jboss.aophelper.core.AopHandler

public class AopHandler
extends Object

A AopHandler.

Version:
$Revision: 1.1 $
Author:
Stale W. Pedersen

Method Summary
 AopRun getRun()
          Get the run.
static AopHandler instance()
           
 void setRun(AopRun run)
          Set the run.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

instance

public static AopHandler instance()

getRun

public AopRun getRun()
Get the run.

Returns:
the run.

setRun

public void setRun(AopRun run)
Set the run.

Parameters:
run - The run to set.


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