public class JNDIExposed<T> extends Stored<T>
Stored.Instance<T>ComponentAdapter.NOTHINGdelegate| Constructor and Description |
|---|
JNDIExposed(ComponentAdapter<T> delegate)
construct reference itself using vanilla initial context.
|
JNDIExposed(ComponentAdapter<T> delegate,
JNDIObjectReference<Stored.Instance<T>> instanceReference)
create with provided reference
|
JNDIExposed(ComponentAdapter<T> delegate,
String name)
create adapter with desired name
|
| Modifier and Type | Method and Description |
|---|---|
String |
toString() |
componentHasLifecycle, dispose, flush, getComponentInstance, getDescriptor, getLifecycleDescriptor, getStoredObject, isStarted, start, stopaccept, changeMonitor, currentMonitor, dispose, findAdapterOfType, getComponentImplementation, getComponentInstance, getComponentKey, getDelegate, hasLifecycle, isLazy, start, stop, verifypublic JNDIExposed(ComponentAdapter<T> delegate) throws NamingException
delegate - delegate adapterNamingExceptionpublic JNDIExposed(ComponentAdapter<T> delegate, JNDIObjectReference<Stored.Instance<T>> instanceReference)
delegate - instanceReference - public JNDIExposed(ComponentAdapter<T> delegate, String name) throws NamingException
delegate - name - NamingExceptionpublic String toString()
toString in class AbstractBehavior<T>Copyright © 2003-2014 Codehaus. All Rights Reserved.