Developing Apama Applications > Developing Clients > The JavaBeans API > Receive operations
Receive operations
The receive operations are defined in the interface com.apama.engine.beans.interfaces.ReceiveConsumerOperationsInterface. This interface specifies the standard operations that support receiving of events from a remote correlator using uniquely-named consumers.
For complete details about the interface's methods, overloadings, and parameters along with other information, see the Apama Javadoc available at doc\javadoc\index.html.
The methods provided by com.apama.engine.beans.interfaces.ReceiveConsumerOperationsInterface for handling uniquely-named consumers include the following:
*addConsumer()
*getConsumer
*getAllConsumers
*isAllConsumersConnected
*removeConsumer
*removeAllConsumers
Deprecated operations
As of Apama release 5.0, the receive operations defined in the interface com.apama.engine.beans.interfaces.ReceiveOperationsInterface have been deprecated. Applications should use methods defined in ReceiveConsumerOperationsInterface instead.
The deprecated receive operations are:
*getChannels()
*isReceiveEnabled()
*isReceiverConnected()
*setChannels(java.lang.String[] newChannelsValue)
*setReceiveEnabled(boolean newReceiveEnabled)
Copyright © 2013 Software AG, Darmstadt, Germany and/or Software AG USA Inc., Reston, VA, USA, and/or Terracotta Inc., San Francisco, CA, USA, and/or Software AG (Canada) Inc., Cambridge, Ontario, Canada, and/or, Software AG (UK) Ltd., Derby, United Kingdom, and/or Software A.G. (Israel) Ltd., Or-Yehuda, Israel and/or their licensors.