Package org.activeio.command

An API and helper classes for working with Command objects; which are application level objects along with a WireFormat to reader/write directly with the media allowing higher layers to work directly with command objects and WireFormat instances instead of turning things into Packets and byte arrays etc.

See:
          Description

Interface Summary
AsyncCommandChannel Allows command objects to be written into a channel
CommandListener A listener of command objects
WireFormat Provides a mechanism to marshal commands into and out of packets or into and out of streams, Channels and Datagrams.
WireFormatFactory  
 

Class Summary
AsyncChannelToAsyncCommandChannel  
ClassLoading Utilities for loading classes.
ClassLoadingAwareObjectInputStream An input stream which uses the ClassLoading helper class
DefaultWireFormat A default implementation which uses serialization
 

Package org.activeio.command Description

An API and helper classes for working with Command objects; which are application level objects along with a WireFormat to reader/write directly with the media allowing higher layers to work directly with command objects and WireFormat instances instead of turning things into Packets and byte arrays etc.



Copyright © -2007 The ActiveIO Project. All Rights Reserved.