|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.jboss.ejb3.nointerface.impl.invocationhandler.NoInterfaceViewInvocationHandler
public class NoInterfaceViewInvocationHandler
NoInterfaceViewInvocationHandler
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 | |
|---|---|
NoInterfaceViewInvocationHandler(org.jboss.kernel.spi.dependency.KernelControllerContext endpointContext,
java.io.Serializable session,
java.lang.Class<?> businessInterface,
org.jboss.metadata.ejb.spec.AsyncMethodsMetaData asyncMethods)
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
NoInterfaceViewInvocationHandler. |
int |
hashCode()
|
java.lang.Object |
invoke(java.lang.Object proxy,
java.lang.reflect.Method method,
java.lang.Object[] args)
|
boolean |
isHandled(java.lang.reflect.Method method)
|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public NoInterfaceViewInvocationHandler(org.jboss.kernel.spi.dependency.KernelControllerContext endpointContext,
java.io.Serializable session,
java.lang.Class<?> businessInterface,
org.jboss.metadata.ejb.spec.AsyncMethodsMetaData asyncMethods)
| 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.InvocationHandlerjava.lang.Throwablepublic org.jboss.kernel.spi.dependency.KernelControllerContext getContainerContext()
public org.jboss.ejb3.endpoint.Endpoint getInstalledEndpoint()
Endpoint container corresponding to this
NoInterfaceViewInvocationHandler. 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()public boolean isHandled(java.lang.reflect.Method method)
method -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||