public class EnterpriseTargetBeanInstance extends AbstractBeanInstance implements Serializable
log
Constructor and Description |
---|
EnterpriseTargetBeanInstance(Class<?> baseType,
javassist.util.proxy.MethodHandler methodHandler) |
EnterpriseTargetBeanInstance(Set<Type> types,
javassist.util.proxy.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, javassist.util.proxy.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 © 2013 Seam Framework. All rights reserved.