com.bankframe.ei.txnhandler.hostcache
Class CacheStruct

java.lang.Object
  extended bycom.bankframe.ei.txnhandler.hostcache.CacheStruct
All Implemented Interfaces:
java.io.Serializable

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

public class CacheStruct
extends java.lang.Object
implements java.io.Serializable

This class is a serialized object which holds all the parameters of each element in the cache.

See Also:
Serialized Form

Field Summary
 long creationTime
          Deprecated.  
static int DATABASE_LOCATION
          Deprecated.  
 DataPacket dp
          Deprecated.  
 int hits
          Deprecated.  
 long lastAccessTime
          Deprecated.  
 int location
          Deprecated.  
static int MEMORY_LOCATION
          Deprecated.  
 long timeOutValue
          Deprecated.  
static int UNKNOWN_LOCATION
          Deprecated.  
 
Constructor Summary
CacheStruct()
          Deprecated.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

UNKNOWN_LOCATION

public static final int UNKNOWN_LOCATION
Deprecated. 
See Also:
Constant Field Values

MEMORY_LOCATION

public static final int MEMORY_LOCATION
Deprecated. 
See Also:
Constant Field Values

DATABASE_LOCATION

public static final int DATABASE_LOCATION
Deprecated. 
See Also:
Constant Field Values

dp

public DataPacket dp
Deprecated. 

creationTime

public long creationTime
Deprecated. 

hits

public int hits
Deprecated. 

lastAccessTime

public long lastAccessTime
Deprecated. 

location

public int location
Deprecated. 

timeOutValue

public long timeOutValue
Deprecated. 
Constructor Detail

CacheStruct

public CacheStruct()
Deprecated. 


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