org.jboss.aop.microcontainer.beans
Class StackEntry
java.lang.Object
org.jboss.aop.microcontainer.beans.BindingEntry
org.jboss.aop.microcontainer.beans.StackEntry
public class StackEntry
- extends BindingEntry
A stack-ref entry.
- Version:
- $Revision: 1.1 $
- Author:
- Kabir Khan
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackEntry
public StackEntry()
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 © 2009 JBoss, a division of Red Hat, Inc.. All Rights Reserved.