com.bankframe.ei.channel.client
Class RmiIiopClient

java.lang.Object
  extended bycom.bankframe.ei.channel.client.RmiIiopClient
All Implemented Interfaces:
ChannelClient

public class RmiIiopClient
extends java.lang.Object
implements ChannelClient

This class provides access to BankFrame MCA Services over the RMI protocol


Constructor Summary
RmiIiopClient()
           
 
Method Summary
 java.util.Vector send(java.util.Vector data)
          This method sends the Transaction
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmiIiopClient

public RmiIiopClient()
Method Detail

send

public java.util.Vector send(java.util.Vector data)
This method sends the Transaction

Specified by:
send in interface ChannelClient
Parameters:
data - Vector of the data to be sent
Returns:
The reponse data from the transaction


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