org.jboss.aop.microcontainer.beans
Class ArrayBinding
java.lang.Object
org.jboss.aop.microcontainer.beans.ArrayBinding
- All Implemented Interfaces:
- Binding
public class ArrayBinding
- extends Object
- implements Binding
- 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 |
ArrayBinding
public ArrayBinding()
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.