public class EnterpriseTargetBeanInstance extends AbstractBeanInstance implements Serializable
| Constructor and Description |
|---|
EnterpriseTargetBeanInstance(Class<?> baseType,
MethodHandler methodHandler) |
EnterpriseTargetBeanInstance(Set<Type> types,
MethodHandler methodHandler) |
| Modifier and Type | Method and Description |
|---|---|
Object |
getInstance()
Returns the current instance for a proxy.
|
Class<?> |
getInstanceType() |
Object |
invoke(Object instance,
Method method,
Object... arguments) |
computeInstanceType, computeInstanceTypepublic EnterpriseTargetBeanInstance(Class<?> baseType, MethodHandler methodHandler)
public EnterpriseTargetBeanInstance(Set<Type> types, MethodHandler methodHandler)
public Object getInstance()
BeanInstancegetInstance in interface BeanInstancepublic Class<?> getInstanceType()
getInstanceType in interface BeanInstancepublic Object invoke(Object instance, Method method, Object... arguments) throws Throwable
invoke in interface BeanInstanceinvoke in class AbstractBeanInstanceThrowableCopyright © 2015. All Rights Reserved.