Package com.sun.enterprise.deployment
Class InjectionInfo
- java.lang.Object
-
- com.sun.enterprise.deployment.InjectionInfo
-
public class InjectionInfo extends Object
-
-
Constructor Summary
Constructors Constructor Description InjectionInfo()InjectionInfo(String cName, String postmName, String premName, List<InjectionCapable> resources)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringgetClassName()List<InjectionCapable>getInjectionResources()MethodgetPostConstructMethod()StringgetPostConstructMethodName()MethodgetPreDestroyMethod()StringgetPreDestroyMethodName()voidsetClassName(String name)voidsetInjectionResources(List<InjectionCapable> resources)voidsetPostConstructMethod(Method method)voidsetPostConstructMethodName(String methodName)voidsetPreDestroyMethod(Method method)
-
-
-
Constructor Detail
-
InjectionInfo
public InjectionInfo()
-
InjectionInfo
public InjectionInfo(String cName, String postmName, String premName, List<InjectionCapable> resources)
-
-
Method Detail
-
getInjectionResources
public List<InjectionCapable> getInjectionResources()
-
setInjectionResources
public void setInjectionResources(List<InjectionCapable> resources)
-
getPostConstructMethodName
public String getPostConstructMethodName()
-
setPostConstructMethodName
public void setPostConstructMethodName(String methodName)
-
getPostConstructMethod
public Method getPostConstructMethod()
-
setPostConstructMethod
public void setPostConstructMethod(Method method)
-
getPreDestroyMethodName
public String getPreDestroyMethodName()
-
getPreDestroyMethod
public Method getPreDestroyMethod()
-
setPreDestroyMethod
public void setPreDestroyMethod(Method method)
-
getClassName
public String getClassName()
-
setClassName
public void setClassName(String name)
-
-