static class JndiIntegration.JndiProvider<T> extends java.lang.Object implements Provider<T>
| Modifier and Type | Field and Description |
|---|---|
(package private) javax.naming.Context |
context |
(package private) java.lang.String |
name |
(package private) java.lang.Class<T> |
type |
| Constructor and Description |
|---|
JndiProvider(java.lang.Class<T> type,
java.lang.String name) |
| Modifier and Type | Method and Description |
|---|---|
T |
get()
Provides an instance of
T. |