org.jboss.aop.microcontainer.beans
Class BindingEntry
java.lang.Object
org.jboss.aop.microcontainer.beans.BindingEntry
- Direct Known Subclasses:
- InterceptorEntry, StackEntry
public abstract class BindingEntry
- extends Object
Abstract base class for things that can go inside bindings (stack refs, advice and interceptor-ref)
- 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 |
BindingEntry
public BindingEntry()
getInterceptorFactories
public abstract org.jboss.aop.advice.InterceptorFactory[] getInterceptorFactories()
start
public abstract void start()
stop
public abstract void stop()
getBinding
public Binding getBinding()
setBinding
public void setBinding(Binding binding)
getManager
public org.jboss.aop.AspectManager getManager()
setManager
public void setManager(org.jboss.aop.AspectManager manager)
getName
public String getName()
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.