|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.jca.deployers.fungal.DsXmlDeployer
public final class DsXmlDeployer

The -ds.xml deployer for JCA/SJC
| Constructor Summary | |
|---|---|
DsXmlDeployer()
Constructor |
|
| Method Summary | |
|---|---|
com.github.fungal.spi.deployers.Deployment |
deploy(URL url,
ClassLoader parent)
Deploy |
String |
getJDBCLocal()
Get the name for the JDBC Local resource adapter |
String |
getJDBCXA()
Get the name for the JDBC Xa resource adapter |
com.github.fungal.api.Kernel |
getKernel()
Get the kernel |
org.jboss.jca.core.spi.mdr.MetadataRepository |
getMetadataRepository()
Get the metadata repository |
TransactionManager |
getTransactionManager()
Get the transaction manager |
void |
setJDBCLocal(String value)
Set the name for the JDBC Local resource adapter |
void |
setJDBCXA(String value)
Set the name for the JDBC XA resource adapter |
void |
setKernel(com.github.fungal.api.Kernel value)
Set the kernel |
void |
setMetadataRepository(org.jboss.jca.core.spi.mdr.MetadataRepository value)
Set the metadata repository |
void |
setTransactionManager(TransactionManager value)
Set the transaction manager |
void |
start()
Start |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DsXmlDeployer()
| Method Detail |
|---|
public void setJDBCLocal(String value)
value - The valuepublic String getJDBCLocal()
public void setJDBCXA(String value)
value - The valuepublic String getJDBCXA()
public void setTransactionManager(TransactionManager value)
value - The valuepublic TransactionManager getTransactionManager()
public void setMetadataRepository(org.jboss.jca.core.spi.mdr.MetadataRepository value)
value - The valuepublic org.jboss.jca.core.spi.mdr.MetadataRepository getMetadataRepository()
public void setKernel(com.github.fungal.api.Kernel value)
value - The valuepublic com.github.fungal.api.Kernel getKernel()
public com.github.fungal.spi.deployers.Deployment deploy(URL url,
ClassLoader parent)
throws com.github.fungal.spi.deployers.DeployException
deploy in interface com.github.fungal.spi.deployers.Deployerurl - The urlparent - The parent classloader
com.github.fungal.spi.deployers.DeployException - Thrown if an error occurs during deploymentpublic void start()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||