org.jboss.aop.microcontainer.beans
Class BindingEntry

java.lang.Object
  extended by 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

Constructor Summary
BindingEntry()
           
 
Method Summary
 Binding getBinding()
           
abstract  org.jboss.aop.advice.InterceptorFactory[] getInterceptorFactories()
           
 org.jboss.aop.AspectManager getManager()
           
 String getName()
           
 void setBinding(Binding binding)
           
 void setManager(org.jboss.aop.AspectManager manager)
           
abstract  void start()
           
abstract  void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingEntry

public BindingEntry()
Method Detail

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 © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.