|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase
org.jboss.ejb3.proxy.handler.session.SessionProxyInvocationHandlerBase
public abstract class SessionProxyInvocationHandlerBase
SessionProxyInvocationHandlerBase Abstract base from which all JBoss Session Proxy InvocationHandlers may extend
| Constructor Summary | |
|---|---|
protected |
SessionProxyInvocationHandlerBase(java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.aop.advice.Interceptor[] interceptors)
Constructor |
| Method Summary | |
|---|---|
protected abstract InvokableContext |
getContainer()
Obtains the Container upon which this Proxy should invoke |
protected InvokableContext |
getContainerLocally()
Returns the container housed locally |
| Methods inherited from class org.jboss.ejb3.proxy.handler.ProxyInvocationHandlerBase |
|---|
getContainerGuid, getContainerName, getInterceptors, handleInvocationDirectly, invokeEquals, invokeHashCode, setContainerName |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.jboss.ejb3.proxy.handler.ProxyInvocationHandler |
|---|
getAsynchronousProxy |
| Methods inherited from interface java.lang.reflect.InvocationHandler |
|---|
invoke |
| Constructor Detail |
|---|
protected SessionProxyInvocationHandlerBase(java.lang.String containerName,
java.lang.String containerGuid,
org.jboss.aop.advice.Interceptor[] interceptors)
containerName - The name of the target ContainercontainerGuid - The globally-unique name of the containerinterceptors - The interceptors to apply to invocations upon this handler| Method Detail |
|---|
protected InvokableContext getContainerLocally()
protected abstract InvokableContext getContainer()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||