public class EntityBeanHomeFinderInterceptorFactory extends Object implements org.jboss.invocation.InterceptorFactory
Modifier and Type | Class and Description |
---|---|
protected static class |
EntityBeanHomeFinderInterceptorFactory.ReturnType |
Constructor and Description |
---|
EntityBeanHomeFinderInterceptorFactory(Method finderMethod) |
Modifier and Type | Method and Description |
---|---|
org.jboss.invocation.Interceptor |
create(org.jboss.invocation.InterceptorFactoryContext context) |
protected Object |
getLocalObject(Object result) |
EntityBeanHomeFinderInterceptorFactory.ReturnType |
getReturnType() |
org.jboss.msc.value.InjectedValue<ComponentView> |
getViewToCreate() |
protected Object |
invokeFind(org.jboss.invocation.InterceptorContext context,
EntityBeanComponentInstance instance) |
protected Object |
prepareResults(org.jboss.invocation.InterceptorContext context,
Object result,
EntityBeanComponent component) |
public EntityBeanHomeFinderInterceptorFactory(Method finderMethod)
public org.jboss.invocation.Interceptor create(org.jboss.invocation.InterceptorFactoryContext context)
create
in interface org.jboss.invocation.InterceptorFactory
protected Object prepareResults(org.jboss.invocation.InterceptorContext context, Object result, EntityBeanComponent component) throws Exception
Exception
protected Object invokeFind(org.jboss.invocation.InterceptorContext context, EntityBeanComponentInstance instance) throws Exception
Exception
public org.jboss.msc.value.InjectedValue<ComponentView> getViewToCreate()
public EntityBeanHomeFinderInterceptorFactory.ReturnType getReturnType()
Copyright © 2012 JBoss, a division of Red Hat, Inc.. All Rights Reserved.