Uses of Interface
com.metamatrix.connector.xml.cache.Record

Packages that use Record
com.metamatrix.connector.xml.cache   
 

Uses of Record in com.metamatrix.connector.xml.cache
 

Classes in com.metamatrix.connector.xml.cache that implement Record
 class CachedObjectRecord
           
 class ExecutionRecord
           
 class RequestPartRecord
           
 class RequestRecord
          The RequestRecord contains references to each of the request parts sent to the Connector for a single request.
 

Constructors in com.metamatrix.connector.xml.cache with parameters of type Record
CachedObjectRecord(Record parent, java.lang.String sourceRequestID, java.lang.String cacheKey)
           
ExecutionRecord(Record parent, java.lang.String executionID, java.lang.String sourceRequestID, java.lang.String cacheKey)
           
RequestPartRecord(Record parent, java.lang.String partID, java.lang.String executionID, java.lang.String sourceRequestID, java.lang.String cacheKey, ConnectorLogger logger)
           
 



Copyright © 2009. All Rights Reserved.