com.bankframe.ei.channel.corba.ibm
Class CorbaChannelClient
java.lang.Object
com.bankframe.ei.channel.corba.ibm.CorbaChannelClient
- All Implemented Interfaces:
- ChannelClient
public class CorbaChannelClient
- extends Object
- implements ChannelClient
Method Summary |
static void |
main(String[] args)
|
Vector |
send(Vector dataPackets)
All com.bankframe.ei.channel.client.ChannelClients
must support this method. |
CorbaChannelClient
public CorbaChannelClient()
- Constructor for CorbaChannelClient.
send
public Vector send(Vector dataPackets)
- Description copied from interface:
ChannelClient
- 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.
- Specified by:
send
in interface ChannelClient
- Parameters:
dataPackets
- Vector of request datapacket(s)- See Also:
ChannelClient.send(Vector)
main
public static void main(String[] args)
Copyright © 2005, 2007, Oracle. All rights reserved.