org.jboss.aop.microcontainer.beans
Class StackEntry

java.lang.Object
  extended by org.jboss.aop.microcontainer.beans.BindingEntry
      extended by org.jboss.aop.microcontainer.beans.StackEntry

public class StackEntry
extends BindingEntry

A stack-ref entry.

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
StackEntry()
           
 
Method Summary
 org.jboss.aop.advice.InterceptorFactory[] getInterceptorFactories()
           
 Stack getStack()
           
 void setStack(Stack stack)
           
 void start()
           
 void stop()
           
 
Methods inherited from class org.jboss.aop.microcontainer.beans.BindingEntry
getBinding, getManager, getName, setBinding, setManager
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StackEntry

public StackEntry()
Method Detail

getStack

public Stack getStack()

setStack

public void setStack(Stack stack)

getInterceptorFactories

public org.jboss.aop.advice.InterceptorFactory[] getInterceptorFactories()
Specified by:
getInterceptorFactories in class BindingEntry

start

public void start()
Specified by:
start in class BindingEntry

stop

public void stop()
Specified by:
stop in class BindingEntry


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