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

Method Summary
 String getBusinessInterfaceType()
           
 String getContainerGuid()
           
 String getContainerName()
           
 org.jboss.aop.advice.Interceptor[] getInterceptors()
           
 Object getTarget()
           
 void setBusinessInterfaceType(String businessInterfaceType)
           
 void setContainerGuid(String containerGuid)
           
 void setContainerName(String containerName)
           
 void setInterceptors(org.jboss.aop.advice.Interceptor[] interceptors)
           
 void setTarget(Object target)
           
 
Methods inherited from interface java.lang.reflect.InvocationHandler
invoke
 

Method Detail

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.