org.jboss.ejb3.proxy.impl.handler.session
Interface SessionProxyInvocationHandler
- All Superinterfaces:
- java.lang.reflect.InvocationHandler, java.io.Serializable
- All Known Implementing Classes:
- SessionLocalProxyInvocationHandler, SessionProxyInvocationHandlerBase, SessionRemoteProxyInvocationHandler
public interface SessionProxyInvocationHandler
- extends java.lang.reflect.InvocationHandler, java.io.Serializable
SessionProxyInvocationHandler
Defines contract for operations required of
a JBoss Session Bean Proxy Invocation Handler
| Methods inherited from interface java.lang.reflect.InvocationHandler |
invoke |
getTarget
java.lang.Object getTarget()
setTarget
void setTarget(java.lang.Object target)
getContainerName
java.lang.String getContainerName()
setContainerName
void setContainerName(java.lang.String containerName)
getInterceptors
org.jboss.aop.advice.Interceptor[] getInterceptors()
setInterceptors
void setInterceptors(org.jboss.aop.advice.Interceptor[] interceptors)
getContainerGuid
java.lang.String getContainerGuid()
setContainerGuid
void setContainerGuid(java.lang.String containerGuid)
getBusinessInterfaceType
java.lang.String getBusinessInterfaceType()
setBusinessInterfaceType
void setBusinessInterfaceType(java.lang.String businessInterfaceType)