JBoss EJB client 1.0.5.Final

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

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

Uses of EJBReceiverContext in org.jboss.ejb.client
 

Methods in org.jboss.ejb.client that return EJBReceiverContext
 EJBReceiverContext EJBReceiverInvocationContext.getEjbReceiverContext()
          Get the associated EJB receiver context.
 

Methods in org.jboss.ejb.client with parameters of type EJBReceiverContext
protected abstract  void EJBReceiver.associate(EJBReceiverContext context)
          Handle the association of this EJB receiver with the EJB client context.
protected  void EJBReceiver.beforeCompletion(EJBReceiverContext context, TransactionID transactionID)
          The before-completion hook.
protected abstract
<T> StatefulEJBLocator<T>
EJBReceiver.openSession(EJBReceiverContext context, Class<T> viewType, String appName, String moduleName, String distinctName, String beanName)
          Creates a session for a stateful session bean represented by the passed app name, module name, distinct name and bean name combination.
 void ClusterContext.receiverContextClosed(EJBReceiverContext receiverContext)
           
protected  void EJBReceiver.sendCommit(EJBReceiverContext context, TransactionID transactionID, boolean onePhase)
          Send a transaction-commit message for the given transaction ID.
protected  void EJBReceiver.sendForget(EJBReceiverContext context, TransactionID transactionID)
          Send a transaction-forget message for the given transaction ID.
protected  int EJBReceiver.sendPrepare(EJBReceiverContext context, TransactionID transactionID)
          Send a transaction-prepare message for the given transaction ID.
protected  void EJBReceiver.sendRollback(EJBReceiverContext context, TransactionID transactionID)
          Send a transaction-rollback message for the given transaction ID.
 

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

Methods in org.jboss.ejb.client.remoting with parameters of type EJBReceiverContext
 void RemotingConnectionEJBReceiver.associate(EJBReceiverContext context)
           
protected  void RemotingConnectionEJBReceiver.beforeCompletion(EJBReceiverContext receiverContext, TransactionID transactionID)
           
protected
<T> StatefulEJBLocator<T>
RemotingConnectionEJBReceiver.openSession(EJBReceiverContext receiverContext, Class<T> viewType, String appName, String moduleName, String distinctName, String beanName)
           
protected  void RemotingConnectionEJBReceiver.sendCommit(EJBReceiverContext receiverContext, TransactionID transactionID, boolean onePhase)
           
protected  void RemotingConnectionEJBReceiver.sendForget(EJBReceiverContext receiverContext, TransactionID transactionID)
           
protected  int RemotingConnectionEJBReceiver.sendPrepare(EJBReceiverContext receiverContext, TransactionID transactionID)
           
protected  void RemotingConnectionEJBReceiver.sendRollback(EJBReceiverContext receiverContext, TransactionID transactionID)
           
 


JBoss EJB client 1.0.5.Final

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