NetKernel APIs


Uses of Interface
com.ten60.netkernel.urii.IURMeta

Packages that use IURMeta
com.ten60.netkernel.urii   
com.ten60.netkernel.urii.accessor   
com.ten60.netkernel.urii.aspect   
com.ten60.netkernel.urii.meta   
com.ten60.netkernel.urii.representation   
org.ten60.netkernel.layer1.accessor   
org.ten60.netkernel.layer1.meta   
org.ten60.netkernel.layer1.representation   
org.ten60.netkernel.layer1.util   
org.ten60.netkernel.xml.representation   
org.ten60.netkernel.xml.xahelper   
 

Uses of IURMeta in com.ten60.netkernel.urii
 

Methods in com.ten60.netkernel.urii that return IURMeta
 IURMeta IURRepresentation.getMeta()
          Return the meta for this representation
 

Uses of IURMeta in com.ten60.netkernel.urii.accessor
 

Subinterfaces of IURMeta in com.ten60.netkernel.urii.accessor
 interface IURAccessorMeta
          Meta data for an IURAccessor.
 

Uses of IURMeta in com.ten60.netkernel.urii.aspect
 

Methods in com.ten60.netkernel.urii.aspect with parameters of type IURMeta
static IURRepresentation BooleanAspect.create(IURMeta aMeta, boolean aBoolean)
          Deprecated.  
static IURRepresentation StringAspect.create(IURMeta aMeta, String aString)
          Deprecated.  
 

Uses of IURMeta in com.ten60.netkernel.urii.meta
 

Classes in com.ten60.netkernel.urii.meta that implement IURMeta
 class MetaImpl
          Implementation of IURMeta for representations created by the NetKernel
 

Uses of IURMeta in com.ten60.netkernel.urii.representation
 

Fields in com.ten60.netkernel.urii.representation declared as IURMeta
protected  IURMeta SimpleRepresentationImpl.mMeta
           
 

Methods in com.ten60.netkernel.urii.representation that return IURMeta
 IURMeta SimpleRepresentationImpl.getMeta()
           
 IURMeta MonoRepresentationImpl.getMeta()
          return the meta
 

Constructors in com.ten60.netkernel.urii.representation with parameters of type IURMeta
SimpleRepresentationImpl(IURMeta aMeta)
          Construct a new SimpleRepresentationImpl with the given meta
MonoRepresentationImpl(IURMeta aMeta, IURAspect aAspect)
          Construct a new RepresentationImpl
 

Uses of IURMeta in org.ten60.netkernel.layer1.accessor
 

Constructors in org.ten60.netkernel.layer1.accessor with parameters of type IURMeta
AccessorImpl(IURMeta aMeta)
          construct a new AccessorImpl
 

Uses of IURMeta in org.ten60.netkernel.layer1.meta
 

Subinterfaces of IURMeta in org.ten60.netkernel.layer1.meta
 interface IHasDependencies
          An interface for resource meta data that can contains a set of dependencies
 

Classes in org.ten60.netkernel.layer1.meta that implement IURMeta
 class AccessorMeta
          An implementation of IURAccessorMeta for active accessors, i.e.
 class ActiveAccessorMeta
          An implementation of IURAccessorMeta for active accessors, i.e.
 class AlwaysExpiredMeta
          An implementation of IURMeta that is always expired
 class DataAccessorMeta
          Implementation IURAccessorMeta for data accessors that don't depend upon other results and may implement all or any of the URRequest types
 class DependencyMeta
          An implementation of IURMeta that supports chaining of IURRepresentations for derived results such that costs and expiry dependencies are accumulated.
 class TimedExpiryDependencyMeta
          A Dependency Meta (for cost) but with a specific expiry time - i.e.
 class TimedExpiryMeta
          A Meta with a set time to expire
 

Fields in org.ten60.netkernel.layer1.meta declared as IURMeta
protected static IURMeta[] DependencyMeta.sEmpty
           
 

Methods in org.ten60.netkernel.layer1.meta that return IURMeta
 IURMeta[] DependencyMeta.getDirectDependencies()
           
 IURMeta[] DependencyMeta.getCostDependenciesRecursive()
           
 IURMeta[] DependencyMeta.getExpiryDependenciesRecursive()
           
 IURMeta[] IHasDependencies.getCostDependenciesRecursive()
          get recursive list of cost dependencies
 IURMeta[] IHasDependencies.getExpiryDependenciesRecursive()
          get recursive list of expiry dependencies
 IURMeta[] IHasDependencies.getDirectDependencies()
          return an array of direct dependencies of this resource
 IURMeta[] TimedExpiryDependencyMeta.getExpiryDependenciesRecursive()
           
 

Uses of IURMeta in org.ten60.netkernel.layer1.representation
 

Fields in org.ten60.netkernel.layer1.representation declared as IURMeta
protected  IURMeta SimpleRepresentationImpl.mMeta
          storage of our meta
 

Methods in org.ten60.netkernel.layer1.representation that return IURMeta
 IURMeta MultiRepresentationImpl.getMeta()
           
 IURMeta SimpleRepresentationImpl.getMeta()
          return the meta
 IURMeta MonoRepresentationImpl.getMeta()
          return our meta
 

Methods in org.ten60.netkernel.layer1.representation with parameters of type IURMeta
static IURRepresentation MirrorRepresentation.create(IURMeta aMeta, IURRepresentation aOther)
           
static IURRepresentation BooleanAspect.create(IURMeta aMeta, boolean aBoolean)
          Deprecated.  
static IURRepresentation StringAspect.create(IURMeta aMeta, String aString)
          Deprecated.  
static IURRepresentation URIAspect.create(IURMeta aMeta, URI aURI)
          Deprecated.  
static IURRepresentation ByteArrayAspect.create(IURMeta aMeta, ByteArrayOutputStream aBAOS)
          Deprecated.  
static IURRepresentation ByteArrayAspect.create(IURMeta aMeta, byte[] aByteArray)
          Deprecated.  
static IURRepresentation ByteArrayAspect.create(IURMeta aMeta, ByteArrayOutputStream aBAOS, String aEncoding)
          Deprecated.  
static IURRepresentation ByteArrayAspect.create(IURMeta aMeta, byte[] aByteArray, String aEncoding)
          Deprecated.  
static IURRepresentation NVPAspect.create(IURMeta aMeta, NVPImpl aNVP)
          Create an IURRepresentation holding the immutable NVPImpl
 

Constructors in org.ten60.netkernel.layer1.representation with parameters of type IURMeta
MultiRepresentationImpl(IURMeta aMeta, int aInitialSize)
          Construct a new MultiRepresentationImpl
SimpleRepresentationImpl(IURMeta aMeta)
          Construct a new SimpleRepresentationImpl with the given meta
MonoRepresentationImpl(IURMeta aMeta, IURAspect aAspect)
          Construct a new MonoRepresentationImpl
 

Uses of IURMeta in org.ten60.netkernel.layer1.util
 

Methods in org.ten60.netkernel.layer1.util with parameters of type IURMeta
static void Utils.writeMeta(StringBuffer aResult, IURMeta aMeta)
           
static String Utils.getExpireDescription(IURMeta meta)
           
 

Uses of IURMeta in org.ten60.netkernel.xml.representation
 

Methods in org.ten60.netkernel.xml.representation with parameters of type IURMeta
static IURRepresentation BinaryStreamSAXAspect.create(IURMeta aMeta, IAspectBinaryStream aProxy)
           
static IURRepresentation SAXFilterAspect.create(IURMeta aMeta, IAspectSAX aInput, XMLFilter aFilter)
          Deprecated.  
static IURRepresentation DOMXDAAspect.create(IURMeta aMeta, DOMXDA aXDA)
           
 

Uses of IURMeta in org.ten60.netkernel.xml.xahelper
 

Methods in org.ten60.netkernel.xml.xahelper that return IURMeta
 IURMeta XAHelper.getDependencyMeta(String aMimeType, int aCost)
          Return a dependency meta that has as dependents all requested arguments plus the accessor itself
 IURMeta XAHelperImpl.getDependencyMeta(String aMimeType, int aCreationCost)
           
 


NetKernel APIs


Copyright © 2002-2004 1060 Research Ltd. All Rights Reserved.