com.bankframe.ei.channel.corba.jdk
Class CorbaChannelClient

java.lang.Object
  extended by com.bankframe.ei.channel.corba.jdk.CorbaChannelClient
All Implemented Interfaces:
ChannelClient

public class CorbaChannelClient
extends Object
implements ChannelClient


Constructor Summary
CorbaChannelClient()
          Constructor for CorbaChannelClient.
 
Method Summary
static void main(String[] args)
           
 Vector send(Vector dataPackets)
          All com.bankframe.ei.channel.client.ChannelClients must support this method.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CorbaChannelClient

public CorbaChannelClient()
Constructor for CorbaChannelClient.

Method Detail

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.