JBoss EJB client 1.0.3.Final

org.jboss.ejb.client
Class EJBReceiverContext

java.lang.Object
  extended by org.jboss.ejb.client.Attachable
      extended by org.jboss.ejb.client.EJBReceiverContext
All Implemented Interfaces:
Closeable

public final class EJBReceiverContext
extends Attachable
implements Closeable

The context used by receivers to communicate state changes with the EJB client context.

Author:
David M. Lloyd

Method Summary
 void close()
          Inform the EJB client context that this receiver is no longer available.
 EJBClientContext getClientContext()
           
 String toString()
           
 
Methods inherited from class org.jboss.ejb.client.Attachable
getAttachment, putAttachment, putAttachmentIfAbsent, removeAttachment, removeAttachment, replaceAttachment, replaceAttachment
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

getClientContext

public EJBClientContext getClientContext()

close

public void close()
Inform the EJB client context that this receiver is no longer available.

Specified by:
close in interface Closeable

toString

public String toString()
Overrides:
toString in class Object

JBoss EJB client 1.0.3.Final

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