|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TuboResourceException | |
---|---|
org.tubo.exception | |
org.tubo.resource | |
org.tubo.resource.baseimpl | |
org.tubo.resource.springimpl |
Uses of TuboResourceException in org.tubo.exception |
---|
Subclasses of TuboResourceException in org.tubo.exception | |
---|---|
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) $ |
Uses of TuboResourceException in org.tubo.resource |
---|
Methods in org.tubo.resource that throw TuboResourceException | |
---|---|
Resource |
Manager.get()
|
void |
Manager.restore(Resource resource)
|
Uses of TuboResourceException in org.tubo.resource.baseimpl |
---|
Methods in org.tubo.resource.baseimpl that throw TuboResourceException | |
---|---|
Resource |
BaseManagerImpl.get()
Resource Get. This method is delegated to strategy. |
Resource |
ManagerStrategy.get()
|
void |
BaseManagerImpl.restore(Resource resource)
Restore resource. This method is delegated to strategy. |
void |
ManagerStrategy.restore(Resource resource)
|
Uses of TuboResourceException in org.tubo.resource.springimpl |
---|
Methods in org.tubo.resource.springimpl that throw TuboResourceException | |
---|---|
protected static java.lang.StringBuffer |
SpringResourceManagerImpl.appendSpringDefaultConfiguration(java.lang.StringBuffer buffer,
Configuration config)
|
protected static java.lang.StringBuffer |
SpringResourceManagerImpl.appendSpringDefinition(java.lang.StringBuffer buffer,
Definition def)
|
protected static java.lang.StringBuffer |
SpringResourceManagerImpl.appendSpringDefinition(java.lang.StringBuffer buffer,
Definition def,
java.lang.String templateFile,
java.util.Map props)
Append a Spring configuration of ComponentDef instance. |
protected static java.lang.StringBuffer |
SpringResourceManagerImpl.appendSpringExceptionManagerDefinition(java.lang.StringBuffer buffer)
|
protected static java.lang.StringBuffer |
SpringResourceManagerImpl.appendSpringFlowDefinition(java.lang.StringBuffer buffer,
Configuration config)
|
protected static java.lang.String |
SpringResourceManagerImpl.createSpringContext(Configuration config)
Create a Spring Context (Spring configuration) based on Configuration object. |
Resource |
SpringDefaultManagerStrategyImpl.get()
Get a Resource from Spring Bean Factory |
Resource |
SpringPooledManagerStrategyImpl.get()
Get a Resource from pool |
void |
SpringDefaultManagerStrategyImpl.restore(Resource resource)
|
void |
SpringPooledManagerStrategyImpl.restore(Resource resource)
Restore resource to pool |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |