|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface JndiStrategy

The SPI for a JNDI strategy
| Method Summary | |
|---|---|
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 |
JndiStrategy |
clone()
Clone the JNDI strategy implementation |
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 |
| Methods inherited from interface javax.naming.spi.ObjectFactory |
|---|
getObjectInstance |
| Method Detail |
|---|
String[] bindConnectionFactories(String deployment,
Object[] cfs)
throws Throwable
deployment - The deployment namecfs - The connection factories
Throwable - Thrown if an error occurs
String[] bindConnectionFactories(String deployment,
Object[] cfs,
String[] jndis)
throws Throwable
deployment - The deployment namecfs - The connection factoriesjndis - The JNDI names for the connection factories
Throwable - Thrown if an error occurs
void unbindConnectionFactories(String deployment,
Object[] cfs)
throws Throwable
deployment - The deployment namecfs - The connection factories
Throwable - Thrown if an error occurs
void unbindConnectionFactories(String deployment,
Object[] cfs,
String[] jndis)
throws Throwable
deployment - The deployment namecfs - The connection factoriesjndis - The JNDI names for the connection factories
Throwable - Thrown if an error occurs
String[] bindAdminObjects(String deployment,
Object[] aos)
throws Throwable
deployment - The deployment nameaos - The admin objects
Throwable - Thrown if an error occurs
String[] bindAdminObjects(String deployment,
Object[] aos,
String[] jndis)
throws Throwable
deployment - The deployment nameaos - The admin objectsjndis - The JNDI names for the admin objects
Throwable - Thrown if an error occurs
void unbindAdminObjects(String deployment,
Object[] aos)
throws Throwable
deployment - The deployment nameaos - The admin objects
Throwable - Thrown if an error occurs
void unbindAdminObjects(String deployment,
Object[] aos,
String[] jndis)
throws Throwable
deployment - The deployment nameaos - The admin objectsjndis - The JNDI names for the admin objects
Throwable - Thrown if an error occurs
JndiStrategy clone()
throws CloneNotSupportedException
CloneNotSupportedException - Thrown if the copy operation isn't supported
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||