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

A resource adapter deployment for JCA/SJC
| Field Summary | |
|---|---|
protected boolean |
activator
Activator |
protected String[] |
aoJndis
The JNDI names of the admin objects |
protected Object[] |
aos
The admin objects |
protected String[] |
cfJndis
The JNDI names of the connection factories |
protected Object[] |
cfs
The connection factories |
protected ClassLoader |
cl
The classloader |
protected URL |
deployment
The deployment |
protected String |
deploymentName
The deployment name |
protected org.jboss.jca.core.spi.naming.JndiStrategy |
jndiStrategy
The JNDI strategy |
protected org.jboss.logging.Logger |
log
The logger |
protected org.jboss.jca.core.spi.mdr.MetadataRepository |
mdr
The MDR |
protected List<ObjectName> |
objectNames
The ObjectName's |
protected javax.resource.spi.ResourceAdapter |
ra
The resource adapter instance |
protected MBeanServer |
server
The MBeanServer |
| Constructor Summary | |
|---|---|
AbstractFungalDeployment(URL deployment,
String deploymentName,
boolean activator,
javax.resource.spi.ResourceAdapter ra,
org.jboss.jca.core.spi.naming.JndiStrategy jndiStrategy,
org.jboss.jca.core.spi.mdr.MetadataRepository metadataRepository,
Object[] cfs,
String[] cfJndis,
Object[] aos,
String[] aoJndis,
MBeanServer server,
List<ObjectName> objectNames,
ClassLoader cl,
org.jboss.logging.Logger log)
Constructor |
|
| Method Summary | |
|---|---|
void |
destroy()
Destroy |
ClassLoader |
getClassLoader()
Get the classloader |
URL |
getURL()
Get the unique URL for the deployment |
void |
stop()
Stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected org.jboss.logging.Logger log
protected URL deployment
protected String deploymentName
protected boolean activator
protected javax.resource.spi.ResourceAdapter ra
protected org.jboss.jca.core.spi.naming.JndiStrategy jndiStrategy
protected org.jboss.jca.core.spi.mdr.MetadataRepository mdr
protected Object[] cfs
protected String[] cfJndis
protected Object[] aos
protected String[] aoJndis
protected MBeanServer server
protected List<ObjectName> objectNames
protected ClassLoader cl
| Constructor Detail |
|---|
public AbstractFungalDeployment(URL deployment,
String deploymentName,
boolean activator,
javax.resource.spi.ResourceAdapter ra,
org.jboss.jca.core.spi.naming.JndiStrategy jndiStrategy,
org.jboss.jca.core.spi.mdr.MetadataRepository metadataRepository,
Object[] cfs,
String[] cfJndis,
Object[] aos,
String[] aoJndis,
MBeanServer server,
List<ObjectName> objectNames,
ClassLoader cl,
org.jboss.logging.Logger log)
deployment - The deploymentdeploymentName - The deployment nameactivator - Is this the activator of the deploymentra - The resource adapter instance if presentjndiStrategy - The JNDI strategymetadataRepository - The metadata repositorycfs - The connection factoriescfJndis - The JNDI names of the connection factoriesaos - The admin objectsaoJndis - The JNDI names of the admin objectsserver - The MBeanServerobjectNames - The ObjectNamescl - The classloader for the deploymentlog - The logger| Method Detail |
|---|
public URL getURL()
getURL in interface com.github.fungal.spi.deployers.Deploymentpublic ClassLoader getClassLoader()
getClassLoader in interface com.github.fungal.spi.deployers.Deploymentpublic void stop()
public void destroy()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||