org.jboss.aop.microcontainer.beans
Class CFlowStack

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

public class CFlowStack
extends Object

Bean to install a CFlowStack

Version:
$Revision: 1.1 $
Author:
Kabir Khan

Constructor Summary
CFlowStack()
           
 
Method Summary
 List<CFlowStackEntry> getEntries()
           
 org.jboss.aop.AspectManager getManager()
           
 String getName()
           
 void setEntries(List<CFlowStackEntry> entries)
           
 void setManager(org.jboss.aop.AspectManager manager)
           
 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
 

Constructor Detail

CFlowStack

public CFlowStack()
Method Detail

getManager

public org.jboss.aop.AspectManager getManager()

setManager

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

getName

public String getName()

setName

public void setName(String name)

getEntries

public List<CFlowStackEntry> getEntries()

setEntries

public void setEntries(List<CFlowStackEntry> entries)

start

public void start()

stop

public void stop()


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