| Package | Description |
|---|---|
| org.apache.openejb.client |
| Modifier and Type | Method and Description |
|---|---|
List<CallbackMetaData> |
HandlerMetaData.getPostConstruct() |
List<CallbackMetaData> |
HandlerMetaData.getPreDestroy() |
| Modifier and Type | Method and Description |
|---|---|
void |
HandlerMetaData.setPostConstruct(List<CallbackMetaData> postConstruct) |
void |
HandlerMetaData.setPreDestroy(List<CallbackMetaData> preDestroy) |
| Constructor and Description |
|---|
ClientInjectionProcessor(Class<? extends T> beanClass,
List<Injection> injections,
List<CallbackMetaData> postConstructMethods,
List<CallbackMetaData> preDestroyMethods,
Context context) |
ClientInjectionProcessor(Class<? extends T> beanClass,
List<Injection> injections,
List<CallbackMetaData> postConstructMethods,
List<CallbackMetaData> preDestroyMethods,
Context context) |
Copyright © 1999-2014 The Apache Software Foundation. All Rights Reserved.