org.jboss.aop.microcontainer.beans
Class ArrayBinding

java.lang.Object
  extended by org.jboss.aop.microcontainer.beans.ArrayBinding
All Implemented Interfaces:
Binding

public class ArrayBinding
extends Object
implements Binding

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
ArrayBinding()
           
 
Method Summary
 List<BindingEntry> getAdvices()
           
 org.jboss.aop.AspectManager getManager()
           
 String getName()
           
 String getType()
           
 void rebind()
           
 void setAdvices(List<BindingEntry> advices)
           
 void setManager(org.jboss.aop.AspectManager manager)
           
 void setName(String name)
           
 void setType(String type)
           
 void start()
           
 void stop()
           
 void uninstall()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArrayBinding

public ArrayBinding()
Method Detail

getManager

public org.jboss.aop.AspectManager getManager()

setManager

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

getName

public String getName()
Specified by:
getName in interface Binding

setName

public void setName(String name)

getType

public String getType()

setType

public void setType(String type)

getAdvices

public List<BindingEntry> getAdvices()

setAdvices

public void setAdvices(List<BindingEntry> advices)

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()
          throws Exception
Throws:
Exception

uninstall

public void uninstall()
               throws Exception
Throws:
Exception

rebind

public void rebind()
            throws Exception
Specified by:
rebind in interface Binding
Throws:
Exception


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