
public class NoopJndiStrategy extends Object implements org.jboss.jca.core.spi.naming.JndiStrategy
| Constructor and Description |
|---|
NoopJndiStrategy()
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
String[] |
bindAdminObjects(String deployment,
Object[] aos)
Bind admin objects for a deployment
|
String[] |
bindAdminObjects(String deployment,
Object[] aos,
String[] jndis)
Bind admin objects for a deployment
|
String[] |
bindConnectionFactories(String deployment,
Object[] cfs)
Bind connection factories for a deployment
|
String[] |
bindConnectionFactories(String deployment,
Object[] cfs,
String[] jndis)
Bind connection factories for a deployment
|
org.jboss.jca.core.spi.naming.JndiStrategy |
clone()
Clone the JNDI strategy implementation
|
Object |
getObjectInstance(Object obj,
Name name,
Context nameCtx,
Hashtable<?,?> environment)
Obtain the connection factory
|
void |
unbindAdminObjects(String deployment,
Object[] aos)
Unbind admin objects for a deployment
|
void |
unbindAdminObjects(String deployment,
Object[] aos,
String[] jndis)
Unbind admin objects for a deployment
|
void |
unbindConnectionFactories(String deployment,
Object[] cfs)
Unbind connection factories for a deployment
|
void |
unbindConnectionFactories(String deployment,
Object[] cfs,
String[] jndis)
Unbind connection factories for a deployment
|
public Object getObjectInstance(Object obj, Name name, Context nameCtx, Hashtable<?,?> environment) throws Exception
getObjectInstance in interface ObjectFactoryExceptionpublic String[] bindConnectionFactories(String deployment, Object[] cfs) throws Throwable
bindConnectionFactories in interface org.jboss.jca.core.spi.naming.JndiStrategydeployment - The deployment namecfs - The connection factoriesThrowable - Thrown if an error occurspublic String[] bindConnectionFactories(String deployment, Object[] cfs, String[] jndis) throws Throwable
bindConnectionFactories in interface org.jboss.jca.core.spi.naming.JndiStrategydeployment - The deployment namecfs - The connection factoriesjndis - The JNDI names for the connection factoriesThrowable - Thrown if an error occurspublic void unbindConnectionFactories(String deployment, Object[] cfs) throws Throwable
unbindConnectionFactories in interface org.jboss.jca.core.spi.naming.JndiStrategydeployment - The deployment namecfs - The connection factoriesThrowable - Thrown if an error occurspublic void unbindConnectionFactories(String deployment, Object[] cfs, String[] jndis) throws Throwable
unbindConnectionFactories in interface org.jboss.jca.core.spi.naming.JndiStrategydeployment - The deployment namecfs - The connection factoriesjndis - The JNDI names for the connection factoriesThrowable - Thrown if an error occurspublic String[] bindAdminObjects(String deployment, Object[] aos) throws Throwable
bindAdminObjects in interface org.jboss.jca.core.spi.naming.JndiStrategydeployment - The deployment nameaos - The admin objectsThrowable - Thrown if an error occurspublic String[] bindAdminObjects(String deployment, Object[] aos, String[] jndis) throws Throwable
bindAdminObjects in interface org.jboss.jca.core.spi.naming.JndiStrategydeployment - The deployment nameaos - The admin objectsjndis - The JNDI names for the admin objectsThrowable - Thrown if an error occurspublic void unbindAdminObjects(String deployment, Object[] aos) throws Throwable
unbindAdminObjects in interface org.jboss.jca.core.spi.naming.JndiStrategydeployment - The deployment nameaos - The admin objectsThrowable - Thrown if an error occurspublic void unbindAdminObjects(String deployment, Object[] aos, String[] jndis) throws Throwable
unbindAdminObjects in interface org.jboss.jca.core.spi.naming.JndiStrategydeployment - The deployment nameaos - The admin objectsjndis - The JNDI names for the admin objectsThrowable - Thrown if an error occurspublic org.jboss.jca.core.spi.naming.JndiStrategy clone()
throws CloneNotSupportedException
clone in interface org.jboss.jca.core.spi.naming.JndiStrategyclone in class ObjectCloneNotSupportedException - Thrown if the copy operation isn't supportedCopyright © 2013 IronJacamar (http://www.ironjacamar.org)