JBoss EJB client 1.0.5.Final

Uses of Class
org.jboss.ejb.client.EJBClientInvocationContext

Packages that use EJBClientInvocationContext
org.jboss.ejb.client   
org.jboss.ejb.client.remoting   
 

Uses of EJBClientInvocationContext in org.jboss.ejb.client
 

Methods in org.jboss.ejb.client that return EJBClientInvocationContext
 EJBClientInvocationContext EJBReceiverInvocationContext.getClientInvocationContext()
          Returns the EJBClientInvocationContext associated with this EJB receiver invocation context
 

Methods in org.jboss.ejb.client with parameters of type EJBClientInvocationContext
protected  boolean EJBReceiver.cancelInvocation(EJBClientInvocationContext clientInvocationContext, EJBReceiverInvocationContext receiverContext)
          Attempt to cancel an invocation.
protected abstract  TransactionID EJBClientTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
          Get the transaction ID to associate with the invocation.
protected  UserTransactionID EJBClientUserTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
          Get the transaction ID to associate with the invocation.
protected  TransactionID EJBClientManagedTransactionContext.getAssociatedTransactionID(EJBClientInvocationContext invocationContext)
           
 void ReceiverInterceptor.handleInvocation(EJBClientInvocationContext invocationContext)
           
 void EJBClientInterceptor.handleInvocation(EJBClientInvocationContext context)
          Handle the invocation.
 void TransactionInterceptor.handleInvocation(EJBClientInvocationContext context)
           
 Object ReceiverInterceptor.handleInvocationResult(EJBClientInvocationContext context)
           
 Object EJBClientInterceptor.handleInvocationResult(EJBClientInvocationContext context)
          Handle the invocation result.
 Object TransactionInterceptor.handleInvocationResult(EJBClientInvocationContext context)
           
protected abstract  void EJBReceiver.processInvocation(EJBClientInvocationContext clientInvocationContext, EJBReceiverInvocationContext receiverContext)
          Process the invocation.
 

Uses of EJBClientInvocationContext in org.jboss.ejb.client.remoting
 

Methods in org.jboss.ejb.client.remoting with parameters of type EJBClientInvocationContext
 void RemotingConnectionEJBReceiver.processInvocation(EJBClientInvocationContext clientInvocationContext, EJBReceiverInvocationContext ejbReceiverInvocationContext)
           
 


JBoss EJB client 1.0.5.Final

Copyright © 2012 JBoss by Red Hat. All Rights Reserved.