|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.tubo.resource.baseimpl.BaseAbstractResourceManager
public abstract class BaseAbstractResourceManager
Created: Aug 31, 2006, 6:47:45 PM Last Modification Date: $Date: 2006-12-15 18:36:03 -0300 (Fri, 15 Dec 2006) $
Field Summary | |
---|---|
static java.lang.String |
RCS_ID
|
Constructor Summary | |
---|---|
protected |
BaseAbstractResourceManager()
Default constructor protected. |
Method Summary | |
---|---|
ComponentManager |
getComponentManager(java.lang.String id)
This method returns a ComponentManager identified by id |
Configuration |
getConfiguration()
Get Configuration object of this resource manager |
ConsumerManager |
getConsumerManager(java.lang.String id)
Return consumer manager identified by id |
java.util.List |
getConsumerManagers()
Get the List of ConsumerManagers |
void |
setConfiguration(Configuration configuration)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.tubo.resource.ResourceManager |
---|
getExceptionManager, getFlowExecutor, getKernel, getManager, getNewEvent, getNewFlowContext, getNewItem |
Field Detail |
---|
public static final java.lang.String RCS_ID
Constructor Detail |
---|
protected BaseAbstractResourceManager() throws TuboException
TuboResourceException
TuboException
Method Detail |
---|
public Configuration getConfiguration() throws TuboException
getConfiguration
in interface ResourceManager
TuboException
public void setConfiguration(Configuration configuration)
public ConsumerManager getConsumerManager(java.lang.String id) throws TuboException
getConsumerManager
in interface ResourceManager
id
- ConsumerManager identificator
TuboException
public java.util.List getConsumerManagers() throws TuboException
ResourceManager
getConsumerManagers
in interface ResourceManager
TuboException
public ComponentManager getComponentManager(java.lang.String id) throws TuboException
getComponentManager
in interface ResourceManager
id
- ConsumerManager identifier
TuboException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |