|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Uses of TuboException in org.tubo.exception |
---|
Subclasses of TuboException in org.tubo.exception | |
---|---|
class |
TuboConfigurationException
Created: Jun 23, 2005 6:28:55 AM Last Modification Date: $Date: 2006-10-19 12:11:35 -0300 (Thu, 19 Oct 2006) $ |
class |
TuboConsumerException
Created: Jun 23, 2005 6:28:55 AM Last Modification Date: $Date: 2006-10-19 12:11:35 -0300 (Thu, 19 Oct 2006) $ |
class |
TuboConsumerLoaderException
Created: Jun 23, 2005 6:28:55 AM Last Modification Date: $Date: 2006-10-19 12:11:35 -0300 (Thu, 19 Oct 2006) $ |
class |
TuboFlowException
Created: Jun 23, 2005 6:28:55 AM Last Modification Date: $Date: 2006-10-19 12:11:35 -0300 (Thu, 19 Oct 2006) $ |
class |
TuboKernelException
Created: Jun 23, 2005 6:28:55 AM Last Modification Date: $Date: 2006-10-19 12:11:35 -0300 (Thu, 19 Oct 2006) $ |
class |
TuboResourceException
Created: Jun 23, 2005 6:28:55 AM Last Modification Date: $Date: 2006-10-19 12:11:35 -0300 (Thu, 19 Oct 2006) $ |
Methods in org.tubo.exception that return TuboException | |
---|---|
TuboException |
ExceptionManager.getException(int errorCode)
|
TuboException |
ExceptionManager.getException(int errorCode,
java.lang.Object arg1)
|
TuboException |
ExceptionManager.getException(int errorCode,
java.lang.Object[] args)
|
TuboException |
ExceptionManager.getException(int errorCode,
java.lang.Object[] args,
java.lang.Throwable cause)
|
TuboException |
ExceptionManager.getException(int errorCode,
java.lang.Object arg1,
java.lang.Object arg2)
|
TuboException |
ExceptionManager.getException(int errorCode,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Throwable cause)
|
TuboException |
ExceptionManager.getException(int errorCode,
java.lang.Object arg1,
java.lang.Throwable cause)
|
TuboException |
ExceptionManager.getException(int errorCode,
java.lang.Throwable cause)
|
TuboException |
ExceptionManager.getException(java.lang.String exceptionId,
java.lang.String messageId,
java.lang.Object[] args,
java.lang.Throwable cause)
|
TuboException |
ExceptionManager.getException(java.lang.String exceptionId,
java.lang.String message,
java.lang.Throwable cause)
|
Methods in org.tubo.exception that throw TuboException | |
---|---|
void |
ExceptionManager.setResourceManager(ResourceManager resourceManager)
|
Uses of TuboException in org.tubo.exception.baseimpl |
---|
Methods in org.tubo.exception.baseimpl that return TuboException | |
---|---|
TuboException |
BaseExceptionManagerImpl.getException(int errorCode)
|
TuboException |
BaseExceptionManagerImpl.getException(int errorCode,
java.lang.Object arg1)
|
TuboException |
BaseExceptionManagerImpl.getException(int errorCode,
java.lang.Object[] args)
|
TuboException |
BaseExceptionManagerImpl.getException(int errorCode,
java.lang.Object[] args,
java.lang.Throwable cause)
|
TuboException |
BaseExceptionManagerImpl.getException(int errorCode,
java.lang.Object arg1,
java.lang.Object arg2)
|
TuboException |
BaseExceptionManagerImpl.getException(int errorCode,
java.lang.Object arg1,
java.lang.Object arg2,
java.lang.Throwable cause)
|
TuboException |
BaseExceptionManagerImpl.getException(int errorCode,
java.lang.Object arg1,
java.lang.Throwable cause)
|
TuboException |
BaseExceptionManagerImpl.getException(int errorCode,
java.lang.Throwable cause)
|
TuboException |
BaseExceptionManagerImpl.getException(java.lang.String exceptionId,
java.lang.String messageId,
java.lang.Object[] args,
java.lang.Throwable cause)
|
TuboException |
BaseExceptionManagerImpl.getException(java.lang.String exceptionId,
java.lang.String message,
java.lang.Throwable cause)
Hook method to create a new exception instance based on ID. |
Methods in org.tubo.exception.baseimpl that throw TuboException | |
---|---|
protected void |
BaseExceptionManagerImpl.addRank(BaseExceptionManagerImpl.Rank rank)
Add rank to global rank list TODO: check ranks overlaping |
void |
BaseExceptionManagerImpl.setResourceManager(ResourceManager resourceManager)
|
Uses of TuboException in org.tubo.exception.springimpl |
---|
Methods in org.tubo.exception.springimpl that return TuboException | |
---|---|
TuboException |
SpringExceptiomManagerImpl.getException(java.lang.String exceptionId,
java.lang.String message,
java.lang.Throwable cause)
I take a bad design desision, base on the supposition that message and cause on a Throwable can be changed late. |
Uses of TuboException in org.tubo.kernel |
---|
Methods in org.tubo.kernel that throw TuboException | |
---|---|
void |
Kernel.boot()
+ Load Consumers + Activate Flows?? + Create KernelThead + run |
Kernel |
KernelBuilder.create(ConfigurationManager config)
Este metodo crea un kernel a partir de una configuracion |
Uses of TuboException in org.tubo.kernel.springimpl |
---|
Methods in org.tubo.kernel.springimpl that throw TuboException | |
---|---|
Kernel |
SpringKernelBuilderImpl.create(ConfigurationManager manager)
This method create a Kernerl based on a configuration TODO: crear un BaseBuilder y solo dejar aka la creacion del ResourceManager |
Uses of TuboException in org.tubo.resource |
---|
Methods in org.tubo.resource that throw TuboException | |
---|---|
ComponentManager |
ResourceManager.getComponentManager(java.lang.String id)
Get a ComponentManager identified by id |
Configuration |
ResourceManager.getConfiguration()
Get the tubo configuration |
ConsumerManager |
ResourceManager.getConsumerManager(java.lang.String id)
Get a ConsumerManager identified by id |
java.util.List |
ResourceManager.getConsumerManagers()
Get the List of ConsumerManagers |
ExceptionManager |
ResourceManager.getExceptionManager()
Get exception manager |
FlowExecutor |
ResourceManager.getFlowExecutor()
Get flow processor manager |
Kernel |
ResourceManager.getKernel()
Get kernel instance |
Manager |
ResourceManager.getManager(java.lang.String id)
Get a Manager identified by id |
Event |
ResourceManager.getNewEvent()
Create a new Event instance |
FlowContext |
ResourceManager.getNewFlowContext()
Create a new FlowContext instance |
Item |
ResourceManager.getNewItem()
Create a new Item instance |
void |
Manager.setResourceManager(ResourceManager resourceManager)
|
Uses of TuboException in org.tubo.resource.baseimpl |
---|
Methods in org.tubo.resource.baseimpl that throw TuboException | |
---|---|
ComponentManager |
BaseAbstractResourceManager.getComponentManager(java.lang.String id)
This method returns a ComponentManager identified by id |
Configuration |
BaseAbstractResourceManager.getConfiguration()
Get Configuration object of this resource manager |
ConsumerManager |
BaseAbstractResourceManager.getConsumerManager(java.lang.String id)
Return consumer manager identified by id |
java.util.List |
BaseAbstractResourceManager.getConsumerManagers()
|
void |
BaseManagerImpl.setResourceManager(ResourceManager resourceManager)
Set for the ResourceManager for this Manager |
void |
BaseResourceImpl.setResourceManager(ResourceManager resourceManager)
Set for the ResourceManager for this Resource |
Constructors in org.tubo.resource.baseimpl that throw TuboException | |
---|---|
BaseAbstractResourceManager()
Default constructor protected. |
Uses of TuboException in org.tubo.resource.component |
---|
Methods in org.tubo.resource.component that throw TuboException | |
---|---|
void |
BaseComponentImpl.execute(FlowContext flowContext)
|
void |
Component.execute(FlowContext flowContext)
|
Component |
BaseComponentManagerImpl.getComponent()
|
Component |
ComponentManager.getComponent()
|
Uses of TuboException in org.tubo.resource.component.echo |
---|
Methods in org.tubo.resource.component.echo that throw TuboException | |
---|---|
void |
EchoComponent.execute(FlowContext flowContext)
|
void |
EchoComponent.sayGoodbye(FlowContext flowContext)
|
void |
EchoComponent.sayHelo(FlowContext flowContext)
|
Uses of TuboException in org.tubo.resource.component.transform |
---|
Methods in org.tubo.resource.component.transform that throw TuboException | |
---|---|
void |
SimpleTransformComponent.execute(FlowContext flowContext)
|
Uses of TuboException in org.tubo.resource.consumer |
---|
Methods in org.tubo.resource.consumer that throw TuboException | |
---|---|
Consumer |
BaseConsumerManagerImpl.getConsumer()
this method is a wrapper than get method, but especialized to Consumer interface. |
Consumer |
ConsumerManager.getConsumer()
|
void |
BaseConsumerManagerImpl.load()
This method load consumers delegating this work to loader instance. |
void |
ConsumerManager.load()
|
Uses of TuboException in org.tubo.resource.flow |
---|
Methods in org.tubo.resource.flow that throw TuboException | |
---|---|
void |
BaseFlowExecutorImpl.execute(FlowContext flowContext)
Execute the flow associated with this consumer |
void |
FlowExecutor.execute(FlowContext flowContext)
|
void |
BaseFlowProcessorImpl.setResourceManager(ResourceManager resourceManager)
|
void |
BaseFlowExecutorImpl.setResourceManager(ResourceManager resourceManager)
|
void |
FlowProcessor.setResourceManager(ResourceManager resourceManager)
|
void |
FlowExecutor.setResourceManager(ResourceManager resourceManager)
|
Uses of TuboException in org.tubo.resource.springimpl |
---|
Methods in org.tubo.resource.springimpl that throw TuboException | |
---|---|
ExceptionManager |
SpringResourceManagerImpl.getExceptionManager()
|
FlowExecutor |
SpringResourceManagerImpl.getFlowExecutor()
|
Kernel |
SpringResourceManagerImpl.getKernel()
Get kernel instance |
Manager |
SpringResourceManagerImpl.getManager(java.lang.String id)
get a bean manager from spring |
Event |
SpringResourceManagerImpl.getNewEvent()
Create a new Item instance |
FlowContext |
SpringResourceManagerImpl.getNewFlowContext()
Create a new FlowContext instance |
Item |
SpringResourceManagerImpl.getNewItem()
Create a new Item instance |
Constructors in org.tubo.resource.springimpl that throw TuboException | |
---|---|
SpringResourceManagerImpl()
Default constructor protected. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |