|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jboss.ejb3.nointerface.invocationhandler.MCAwareNoInterfaceViewInvocationHandler
public class MCAwareNoInterfaceViewInvocationHandler
MCAwareNoInterfaceViewInvocationHandler
An InvocationHandler which corresponds to the
no-interface view of a EJB container. All calls on the no-interface
view are routed through this InvocationHandler to the container.
| Constructor Summary | |
|---|---|
MCAwareNoInterfaceViewInvocationHandler(org.jboss.kernel.spi.dependency.KernelControllerContext endpointContext,
java.io.Serializable session)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object other)
|
org.jboss.kernel.spi.dependency.KernelControllerContext |
getContainerContext()
Returns the context corresponding to the container, associated with this invocation handler |
org.jboss.ejb3.endpoint.Endpoint |
getInstalledEndpoint()
Returns the Endpoint container corresponding to this
MCAwareNoInterfaceViewInvocationHandler. |
int |
hashCode()
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
The entry point when a client calls any methods on the no-interface view of a bean, returned through JNDI. |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public MCAwareNoInterfaceViewInvocationHandler(org.jboss.kernel.spi.dependency.KernelControllerContext endpointContext,
java.io.Serializable session)
container - | Method Detail |
|---|
public java.lang.Object invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
throws java.lang.Throwable
invoke in interface java.lang.reflect.InvocationHandlerproxy - method - The invoked methodargs - The arguments to the method
java.lang.Throwablepublic org.jboss.kernel.spi.dependency.KernelControllerContext getContainerContext()
public org.jboss.ejb3.endpoint.Endpoint getInstalledEndpoint()
Endpoint container corresponding to this
MCAwareNoInterfaceViewInvocationHandler. Internally, the Endpoint
will be first pushed to the INSTALLED state
public boolean equals(java.lang.Object other)
equals in class java.lang.ObjectObject.equals(Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()public java.lang.String toString()
toString in class java.lang.ObjectObject.toString()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||