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

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

public class CorbaChannelClient
extends java.lang.Object
implements ChannelClient


Constructor Summary
CorbaChannelClient()
          Constructor for CorbaChannelClient.
 
Method Summary
static void main(java.lang.String[] args)
           
 java.util.Vector send(java.util.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 java.util.Vector send(java.util.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
See Also:
ChannelClient.send(Vector)

main

public static void main(java.lang.String[] args)


Copyright © 2004 Siebel Systems, Inc. All rights reserved.