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