org.jboss.aop.deployers
Class JBossAspectLibrary

java.lang.Object
  extended by org.jboss.aop.deployers.JBossAspectLibrary

public class JBossAspectLibrary
extends Object

A bean to be deployed with the aspect library in jboss 5 to be able to deploy the base-aspects.xml file and so that other things like EJB 3 can depend on this.

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
JBossAspectLibrary()
           
 
Method Summary
 AbstractAspectManager getAspectManager()
           
 void setAspectManager(AbstractAspectManager aspectManagerBean)
           
 void start()
           
 void stop()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

JBossAspectLibrary

public JBossAspectLibrary()
Method Detail

getAspectManager

public AbstractAspectManager getAspectManager()

setAspectManager

public void setAspectManager(AbstractAspectManager aspectManagerBean)

start

public void start()
           throws Exception
Throws:
Exception

stop

public void stop()


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