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, computeInstanceType
public EnterpriseTargetBeanInstance(Class<?> baseType, MethodHandler methodHandler)
public EnterpriseTargetBeanInstance(Set<Type> types, MethodHandler methodHandler)
public Object getInstance()
BeanInstance
getInstance
in interface BeanInstance
public Class<?> getInstanceType()
getInstanceType
in interface BeanInstance
public Object invoke(Object instance, Method method, Object... arguments) throws Throwable
invoke
in interface BeanInstance
invoke
in class AbstractBeanInstance
Throwable
Copyright © 2015. All Rights Reserved.