|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ResourceManager
Created: Jan 25, 2006 5:58:17 PM Last Modification Date: $Date: 2006-12-15 18:33:49 -0300 (Fri, 15 Dec 2006) $
Field Summary | |
---|---|
static java.lang.String |
RCS_ID
|
Method Summary | |
---|---|
ComponentManager |
getComponentManager(java.lang.String id)
Get a ComponentManager identified by id |
Configuration |
getConfiguration()
Get the tubo configuration |
ConsumerManager |
getConsumerManager(java.lang.String id)
Get a ConsumerManager identified by id |
java.util.List |
getConsumerManagers()
Get the List of ConsumerManagers |
ExceptionManager |
getExceptionManager()
Get exception manager |
FlowExecutor |
getFlowExecutor()
Get flow processor manager |
Kernel |
getKernel()
Get kernel instance |
Manager |
getManager(java.lang.String id)
Get a Manager identified by id |
Event |
getNewEvent()
Create a new Event instance |
FlowContext |
getNewFlowContext()
Create a new FlowContext instance |
Item |
getNewItem()
Create a new Item instance |
Field Detail |
---|
static final java.lang.String RCS_ID
Method Detail |
---|
Configuration getConfiguration() throws TuboException
TuboException
Item getNewItem() throws TuboException
TuboException
Event getNewEvent() throws TuboException
TuboException
FlowContext getNewFlowContext() throws TuboException
TuboException
ExceptionManager getExceptionManager() throws TuboException
TuboException
FlowExecutor getFlowExecutor() throws TuboException
TuboException
Manager getManager(java.lang.String id) throws TuboException
id
- Manager identification
TuboException
ConsumerManager getConsumerManager(java.lang.String id) throws TuboException
id
- manager id
TuboException
java.util.List getConsumerManagers() throws TuboException
TuboException
ComponentManager getComponentManager(java.lang.String id) throws TuboException
id
- Manager identification
TuboException
Kernel getKernel() throws TuboException
Get kernel instance
TuboException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |