static class BridgeNamingContextFactory.BridgeContext
extends java.lang.Object
implements java.lang.reflect.InvocationHandler
| Modifier and Type | Field and Description |
|---|---|
private javax.naming.Context |
primaryCtx |
private javax.naming.Context |
secondaryCtx |
| Constructor and Description |
|---|
BridgeContext(javax.naming.Context primaryCtx,
javax.naming.Context secondaryCtx) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args) |