com.bankframe.ei.txnhandler.hostcache
Class OrderedEncoder

java.lang.Object
  extended by com.bankframe.ei.txnhandler.hostcache.OrderedEncoder
All Implemented Interfaces:
Encoder

Deprecated. Use the com.bankframe.serives.cache package instead

public class OrderedEncoder
extends Object
implements Encoder

This class is the ordered implementation of the Encoder interface which turns a DataPacket into an ordered String so comparisons of DataPacket contents can be made.


Constructor Summary
OrderedEncoder()
          Deprecated.  
 
Method Summary
 String encode(DataPacket dp)
          Deprecated. The Ordered Encoder.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OrderedEncoder

public OrderedEncoder()
Deprecated. 
Method Detail

encode

public String encode(DataPacket dp)
Deprecated. 
The Ordered Encoder. Please see Encoder for more information.

Specified by:
encode in interface Encoder
Parameters:
dp - The DataPacket to encode.
Returns:
The encoded DataPacket.


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