org.openanzo.atom.cache
Class AtomCache.OutputCacheEntry

java.lang.Object
  extended by org.openanzo.atom.cache.AtomCache.OutputCacheEntry
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
AtomCache

public static class AtomCache.OutputCacheEntry
extends java.lang.Object
implements java.io.Serializable

See Also:
Serialized Form

Field Summary
 byte[] content
           
 java.lang.String contentType
           
 java.lang.String namedGraph
           
 
Constructor Summary
AtomCache.OutputCacheEntry()
           
 
Method Summary
static AtomCache.OutputCacheEntry create(byte[] content, javax.activation.MimeType type, java.lang.String namedGraph)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

content

public byte[] content

contentType

public java.lang.String contentType

namedGraph

public java.lang.String namedGraph
Constructor Detail

AtomCache.OutputCacheEntry

public AtomCache.OutputCacheEntry()
Method Detail

create

public static AtomCache.OutputCacheEntry create(byte[] content,
                                                javax.activation.MimeType type,
                                                java.lang.String namedGraph)


Copyright © 2007 Cambridge Semantics Inc.. All Rights Reserved.