|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Object
|
+--tyrex.resource.ResourceConfig
|
+--tyrex.resource.jca.Connector
| Fields inherited from class tyrex.resource.ResourceConfig |
_factory, _jar, _limits, _name, _paths, _twoPhase |
| Constructor Summary | |
Connector()
|
|
| Method Summary | |
java.lang.Object |
createFactory()
Called to create a new factory object for the purpose of configuring it. |
Resource |
createResource(TransactionDomain txDomain)
Called to create a new resource from this resource configuration. |
void |
setFactory(java.lang.Object factory)
Called to set the factory object after it has been configured. |
| Methods inherited from class tyrex.resource.ResourceConfig |
getFactory, getJAR, getLimits, getName, getPaths, getTwoPhase, getURL, setJAR, setLimits, setName, setPaths, setTwoPhase |
| Methods inherited from class java.lang.Object |
|
| Constructor Detail |
public Connector()
| Method Detail |
public void setFactory(java.lang.Object factory)
setFactory in class ResourceConfigfactory - The factory object
public java.lang.Object createFactory()
throws ResourceException
ResourceConfigsetFactory.createFactory in class ResourceConfigtyrex.resource.ResourceConfigResourceException - An error occured while attempting
to create a new factory
public Resource createResource(TransactionDomain txDomain)
throws ResourceException
ResourceConfigcreateResource in class ResourceConfigtyrex.resource.ResourceConfigtxDomain - The transaction domain in which the resource will
be usedResourceException - An error occured while attempting to
create the resource
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||