com.bankframe.ei.channel.client
Interface ChannelClient

All Known Implementing Classes:
CorbaChannelClient, CorbaChannelClient, HttpClient, RmiIiopClient

public interface ChannelClient

An interface that all channel clients must implement


Method Summary
 java.util.Vector send(java.util.Vector dataPackets)
          All com.bankframe.ei.channel.client.ChannelClients must support this method.
 

Method Detail

send

public java.util.Vector send(java.util.Vector dataPackets)
All com.bankframe.ei.channel.client.ChannelClients must support this method. It is sending of a Vector of one or more DataPackets to a server.



Copyright © 2005, 2007, Oracle. All rights reserved.