org.jboss.aop.microcontainer.beans
Class Stack

java.lang.Object
  extended by org.jboss.aop.microcontainer.beans.Stack

public class Stack
extends Object

Defines an interceptor stack

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
Stack()
           
 
Method Summary
 List<InterceptorEntry> getAdvices()
           
 List<InterceptorEntry> getClonedAdvices(Binding binding)
           
 org.jboss.aop.AspectManager getManager()
           
 String getName()
           
 void setAdvices(List<InterceptorEntry> advices)
           
 void setManager(org.jboss.aop.AspectManager manager)
           
 void setName(String name)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Stack

public Stack()
Method Detail

getManager

public org.jboss.aop.AspectManager getManager()

setManager

public void setManager(org.jboss.aop.AspectManager manager)

getName

public String getName()

setName

public void setName(String name)

getAdvices

public List<InterceptorEntry> getAdvices()

setAdvices

public void setAdvices(List<InterceptorEntry> advices)

getClonedAdvices

public List<InterceptorEntry> getClonedAdvices(Binding binding)

start

public void start()

stop

public void stop()


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