public class JndiContextWrapperImpl extends Object implements JndiContextWrapper
| Modifier and Type | Field and Description |
|---|---|
Context |
_context |
Exception |
_exception |
| Constructor and Description |
|---|
JndiContextWrapperImpl() |
JndiContextWrapperImpl(Context context) |
JndiContextWrapperImpl(Exception exception) |
| Modifier and Type | Method and Description |
|---|---|
Context |
getContext()
Get the JNDI Context.
|
Exception |
getException()
If getContext() returns null, may contain an Exception encountered while attempting
to retrieve the context, or verify that it is valid.
|
public JndiContextWrapperImpl(Context context)
public JndiContextWrapperImpl(Exception exception)
public JndiContextWrapperImpl()
public Context getContext()
JndiContextWrappergetContext in interface JndiContextWrapperpublic Exception getException()
JndiContextWrappergetException in interface JndiContextWrapperCopyright © 2022. All rights reserved.