|
||||||||||
| 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,
Serializable session,
Class<?> businessInterface,
org.jboss.metadata.ejb.spec.AsyncMethodsMetaData asyncMethods)
Constructor |
|
| Method Summary | |
|---|---|
boolean |
equals(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()
|
Object |
invoke(Object proxy,
Method method,
Object[] args)
|
boolean |
isHandled(Method method)
|
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,
Serializable session,
Class<?> businessInterface,
org.jboss.metadata.ejb.spec.AsyncMethodsMetaData asyncMethods)
| Method Detail |
|---|
public Object invoke(Object proxy,
Method method,
Object[] args)
throws Throwable
invoke in interface InvocationHandlerThrowablepublic 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(Object other)
equals in class ObjectObject.equals(Object)public int hashCode()
hashCode in class ObjectObject.hashCode()public String toString()
toString in class ObjectObject.toString()public boolean isHandled(Method method)
method -
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||