com.metamatrix.connector.xml.cache
Class CachedObjectRecord

java.lang.Object
  extended by com.metamatrix.connector.xml.cache.CachedObjectRecord
All Implemented Interfaces:
Record

public class CachedObjectRecord
extends java.lang.Object
implements Record


Constructor Summary
CachedObjectRecord(Record parent, java.lang.String sourceRequestID, java.lang.String cacheKey)
           
 
Method Summary
 IDocumentCache getCache()
           
 java.lang.String getCacheKey()
           
 java.lang.String getID()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CachedObjectRecord

public CachedObjectRecord(Record parent,
                          java.lang.String sourceRequestID,
                          java.lang.String cacheKey)
Method Detail

getCacheKey

public java.lang.String getCacheKey()

getID

public java.lang.String getID()
Specified by:
getID in interface Record

getCache

public IDocumentCache getCache()
Specified by:
getCache in interface Record


Copyright © 2009. All Rights Reserved.