SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

Package com.solarmetric.remote

Remote Communication

See:
          Description

Interface Summary
ContextFactory Component used to create the context for each command based on its client id.
StreamDecorator Decorator that wraps IO streams for added functionality.
Transport Abstraction of the transport layer.
Transport.Channel A communications channel.
Transport.Server Server side transport layer handler.
 

Class Summary
Command Base class for commands sent from the client to the server.
CommandIO Manages command input and output.
GZIPStreamDecorator Adds GZIP compression to IO streams.
HTTPTransport HTTP transport layer.
TCPTransport TCP transport layer.
Transports Utility methods for transports.
 

Package com.solarmetric.remote Description

Remote Communication

Abstract framework for communicating between a client and server via a pluggable transport mechanism. Create a concrete context factory if needed to find the correct context for each client command. Then create concrete Command types that can act through the given context. You can also create concrete Transport implementations, or choose from the implementations provided.


SolarMetric Kodo JDO 3.2.4 generated on January 7 2005

Copyright 2001,2002 SolarMetric, Inc. All Rights Reserved.