org.jboss.ejb.client
Class EJBReceiverContext
java.lang.Object
org.jboss.ejb.client.Attachable
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
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
Copyright © 2012 JBoss by Red Hat. All Rights Reserved.