NetKernel APIs


Uses of Interface
com.ten60.netkernel.urii.aspect.IAspectBinaryStream

Packages that use IAspectBinaryStream
com.ten60.netkernel.cache   
com.ten60.netkernel.container   
com.ten60.netkernel.module   
com.ten60.netkernel.module.accessor   
com.ten60.netkernel.scheduler   
com.ten60.netkernel.transport   
com.ten60.netkernel.urii.aspect   
org.ten60.netkernel.layer1.accessor   
org.ten60.netkernel.layer1.representation   
org.ten60.netkernel.layer1.util   
org.ten60.netkernel.xml.representation   
org.ten60.netkernel.xml.transrepresentation   
 

Uses of IAspectBinaryStream in com.ten60.netkernel.cache
 

Classes in com.ten60.netkernel.cache that implement IAspectBinaryStream
 class Cache
          NetKernel Cache Component- responsible for locating a cachelet for getting or putting an IURRepresentation from an URRequest.
 

Uses of IAspectBinaryStream in com.ten60.netkernel.container
 

Subinterfaces of IAspectBinaryStream in com.ten60.netkernel.container
 interface IComponent
          Interface for all NetKernel System Components, they are all IURRepresentations and implements IRepresentationBinaryStream.
 

Classes in com.ten60.netkernel.container that implement IAspectBinaryStream
 class ComponentImpl
          Abstract base class of all NetKernel System Components
 class Config
          Configuration Component reads in system configuration information and holds it for other components to access
 class Container
          Main class for NetKernel.
 class HouseKeeper
          HouseKeeper system component periodically polls all other system components to do their housework.
 

Methods in com.ten60.netkernel.container with parameters of type IAspectBinaryStream
 void Config.sink(IAspectBinaryStream aData)
          Writes the configuration from the given aspect to the underlying storage.
 

Uses of IAspectBinaryStream in com.ten60.netkernel.module
 

Classes in com.ten60.netkernel.module that implement IAspectBinaryStream
 class ModuleManager
          NetKernel system component which manages all deployed modules and their public/private address spaces
 

Uses of IAspectBinaryStream in com.ten60.netkernel.module.accessor
 

Classes in com.ten60.netkernel.module.accessor that implement IAspectBinaryStream
 class ModuleResourceRepresentation
          The representation returned by the module resource accessor.
 

Uses of IAspectBinaryStream in com.ten60.netkernel.scheduler
 

Classes in com.ten60.netkernel.scheduler that implement IAspectBinaryStream
 class Scheduler
          The Scheduler system component.
 

Uses of IAspectBinaryStream in com.ten60.netkernel.transport
 

Classes in com.ten60.netkernel.transport that implement IAspectBinaryStream
 class TransportManager
          Transport Manager system component manages the startup and shutdown of all registered transports.
 

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

Subinterfaces of IAspectBinaryStream in com.ten60.netkernel.urii.aspect
 interface IAspectReadableBinaryStream
          Interface for a representation holding a binary stream that can be read as input stream
 

Classes in com.ten60.netkernel.urii.aspect that implement IAspectBinaryStream
 class NetKernelExceptionAspect
          Implementation of an aspect that implements IAspectNetKernelException and IRepresentationBinaryStream
 class StringAspect
          Implementation of IAspectString and IAspectReadableBinaryStream that holds a java.lang.String
 

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

Classes in org.ten60.netkernel.layer1.accessor that implement IAspectBinaryStream
 class FileResourceRepresentation
          The representation returned by NewSimpleNetAccessor.
 

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

Classes in org.ten60.netkernel.layer1.representation that implement IAspectBinaryStream
 class ByteArrayAspect
          A byte array implementation of IAspectReadableBinaryStream optimised to work with either ByteArrayOutputStream or a raw array of bytes.
 class ReadableURLAspect
          ReadableURLAspect
 

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

Methods in org.ten60.netkernel.layer1.util with parameters of type IAspectBinaryStream
static InputStream Utils.pipeInputStreamFrom(IAspectBinaryStream aStream)
          return an InputStream from an IAspectBinaryStream using a pipe
 

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

Methods in org.ten60.netkernel.xml.representation with parameters of type IAspectBinaryStream
static IURRepresentation BinaryStreamSAXAspect.create(IURMeta aMeta, IAspectBinaryStream aProxy)
           
 

Constructors in org.ten60.netkernel.xml.representation with parameters of type IAspectBinaryStream
BinaryStreamSAXAspect(IAspectBinaryStream aReadableStream)
          Creates a new instance of SAXProxy
 

Uses of IAspectBinaryStream in org.ten60.netkernel.xml.transrepresentation
 

Classes in org.ten60.netkernel.xml.transrepresentation that implement IAspectBinaryStream
 class SerializedDOMAspect
          Serialise DOM to a binary stream
 


NetKernel APIs


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