org.jboss.ejb3.proxy.impl.handler.session
Interface SessionProxyInvocationHandler
- All Superinterfaces:
- InvocationHandler, Serializable
- All Known Implementing Classes:
- SessionLocalProxyInvocationHandler, SessionProxyInvocationHandlerBase, SessionRemoteProxyInvocationHandler
public interface SessionProxyInvocationHandler
- extends InvocationHandler, Serializable
SessionProxyInvocationHandler
Defines contract for operations required of
a JBoss Session Bean Proxy Invocation Handler
- Version:
- $Revision: 72638 $
- Author:
- ALR
getTarget
Object getTarget()
setTarget
void setTarget(Object target)
getContainerName
String getContainerName()
setContainerName
void setContainerName(String containerName)
getInterceptors
org.jboss.aop.advice.Interceptor[] getInterceptors()
setInterceptors
void setInterceptors(org.jboss.aop.advice.Interceptor[] interceptors)
getContainerGuid
String getContainerGuid()
setContainerGuid
void setContainerGuid(String containerGuid)
getBusinessInterfaceType
String getBusinessInterfaceType()
setBusinessInterfaceType
void setBusinessInterfaceType(String businessInterfaceType)
Copyright © 2010 JBoss, a division of Red Hat, Inc.. All Rights Reserved.