|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.ow2.jonas.ejb.easybeans.JOnASResourceAdapterFinder
public class JOnASResourceAdapterFinder
Allow to find the Resource Adapter object for a given JNDI name.
| Constructor Summary | |
|---|---|
JOnASResourceAdapterFinder()
|
|
| Method Summary | |
|---|---|
javax.resource.spi.ResourceAdapter |
getResourceAdapter(java.lang.String jndiName)
Gets the resource adapter object for the given jndi name (activation spec) and the given embedded object. |
void |
setEasyBeansService(EasyBeansService easyBeansService)
Sets the easybeans service. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JOnASResourceAdapterFinder()
| Method Detail |
|---|
public void setEasyBeansService(EasyBeansService easyBeansService)
easyBeansService - the given service to set.
public javax.resource.spi.ResourceAdapter getResourceAdapter(java.lang.String jndiName)
throws javax.resource.ResourceException
getResourceAdapter in interface org.ow2.easybeans.container.mdb.helper.IResourceAdapterFinderjndiName - the name of the activation spec bound in the registry
javax.resource.ResourceException - if an error occurs while trying to get the
resource adapter.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||