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

Author:
ETU

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 © 2004 Siebel Systems, Inc. All rights reserved.