public class ResourceInjectionServiceRuntimeDescriptionImpl extends java.lang.Object implements ResourceInjectionServiceRuntimeDescription
| Modifier | Constructor and Description |
|---|---|
protected |
ResourceInjectionServiceRuntimeDescriptionImpl(java.lang.String key,
ServiceDescription serviceDesc) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getKey() |
java.lang.reflect.Method |
getPostConstructMethod() |
java.lang.reflect.Method |
getPreDestroyMethod() |
ServiceDescription |
getServiceDescription() |
boolean |
hasResourceAnnotation() |
java.lang.String |
toString() |
protected ResourceInjectionServiceRuntimeDescriptionImpl(java.lang.String key,
ServiceDescription serviceDesc)
public boolean hasResourceAnnotation()
hasResourceAnnotation in interface ResourceInjectionServiceRuntimeDescriptionpublic java.lang.reflect.Method getPostConstructMethod()
getPostConstructMethod in interface ResourceInjectionServiceRuntimeDescriptionpublic java.lang.reflect.Method getPreDestroyMethod()
getPreDestroyMethod in interface ResourceInjectionServiceRuntimeDescriptionpublic ServiceDescription getServiceDescription()
getServiceDescription in interface ServiceRuntimeDescriptionpublic java.lang.String getKey()
getKey in interface ServiceRuntimeDescriptionpublic java.lang.String toString()
toString in class java.lang.ObjectCopyright © 2004-2015 The Apache Software Foundation. All Rights Reserved.