jPOS 1.6.1 API Documentation

org.jpos.space
Class ISOChannelAdaptor

java.lang.Object
  extended by org.jpos.util.SimpleLogSource
      extended by org.jpos.space.ISOChannelAdaptor
All Implemented Interfaces:
Configurable, LogSource

public class ISOChannelAdaptor
extends SimpleLogSource
implements Configurable

Integrates legacy (pre 2.0) ISOChannels to new Space based architecture

Version:
$Revision: 2594 $ $Date: 2008-01-22 08:41:31 -0800 (Tue, 22 Jan 2008) $
Author:
Alejandro Revilla

Nested Class Summary
 class ISOChannelAdaptor.Receiver
           
 class ISOChannelAdaptor.Sender
           
 
Constructor Summary
ISOChannelAdaptor()
           
 
Method Summary
 void setConfiguration(Configuration cfg)
           
 
Methods inherited from class org.jpos.util.SimpleLogSource
error, error, getLogger, getRealm, info, info, setLogger, setRealm, warning, warning
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ISOChannelAdaptor

public ISOChannelAdaptor()
Method Detail

setConfiguration

public void setConfiguration(Configuration cfg)
                      throws ConfigurationException
Specified by:
setConfiguration in interface Configurable
Parameters:
cfg - Configuration object
Throws:
ConfigurationException

jPOS.org