org.jboss.aop.microcontainer.beans
Class IntroductionBinding

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

public class IntroductionBinding
extends Object

An AspectBinding.

Version:
$Revision: 74002 $
Author:
Adrian Brock

Field Summary
protected  String classes
           
protected  String expr
           
protected  List<String> interfaces
           
protected  org.jboss.aop.AspectManager manager
           
protected  List<MixinEntry> mixins
           
protected  String name
           
 
Constructor Summary
IntroductionBinding()
           
 
Method Summary
 String getClasses()
          Get the classes.
 String getExpr()
           
 List<String> getInterfaces()
          Get the interfaces.
 org.jboss.aop.AspectManager getManager()
          Get the manager.
 List<MixinEntry> getMixins()
           
 String getName()
           
 void setClasses(String classes)
          Set the classes.
 void setExpr(String expr)
           
 void setInterfaces(List<String> interfaces)
          Set the interfaces.
 void setManager(org.jboss.aop.AspectManager manager)
          Set the manager.
 void setMixins(List<MixinEntry> mixins)
           
 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
 

Field Detail

manager

protected org.jboss.aop.AspectManager manager

name

protected String name

classes

protected String classes

expr

protected String expr

interfaces

protected List<String> interfaces

mixins

protected List<MixinEntry> mixins
Constructor Detail

IntroductionBinding

public IntroductionBinding()
Method Detail

getInterfaces

public List<String> getInterfaces()
Get the interfaces.

Returns:
the interfaces.

setInterfaces

public void setInterfaces(List<String> interfaces)
Set the interfaces.

Parameters:
interfaces - The interfaces to set.

getMixins

public List<MixinEntry> getMixins()

setMixins

public void setMixins(List<MixinEntry> mixins)

getName

public String getName()

setName

public void setName(String name)

getClasses

public String getClasses()
Get the classes.

Returns:
the classes.

setClasses

public void setClasses(String classes)
Set the classes.

Parameters:
classes - The classes to set.

getExpr

public String getExpr()

setExpr

public void setExpr(String expr)

getManager

public org.jboss.aop.AspectManager getManager()
Get the manager.

Returns:
the manager.

setManager

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

Parameters:
manager - The manager to set.

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception


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