Package net.kwfgrid.gwes.uiproxy

This package contains the Java classes of the User Interface Proxy (UIProxy), developed within the K-Wf Grid project.

See:
          Description

Interface Summary
Buffer Interface for all buffers in the proxy.
BufferFactory Interface for a buffer factory.
Consumer Interface for a notification consumer.
MessageCodec Interface for a message codec.
SubscriptionHandler Interface for a subscription handler.
UIProxy  
 

Class Summary
AbstractBuffer Abstract implementation of buffer.
DefaultBuffer Default implementation of buffer.
DefaultBufferFactory Default implementation of BufferFactory.
HashMapOfLists A HashMap which maps keys to lists of values.
HashMapOfMaps A two dimensional HashMap.
SequenceBuffer An abstract buffer implementation to order messages with sequence numbers.
UIProxyImpl The UIProxy.
 

Exception Summary
BufferException Exception when handling an incoming message.
BufferOverflowException Exception indicating a buffer overflow.
CodecException Exception indicating a problem during (un)marshalling of a message.
SubscriptionFailed Exception indicating a failed subscription.
UnknownBufferException Exception indicating an unknown buffer.
UnknownClientException Exception indicating an unknown client.
 

Package net.kwfgrid.gwes.uiproxy Description

This package contains the Java classes of the User Interface Proxy (UIProxy), developed within the K-Wf Grid project. The UIProxy is used in order to establish a connection between the Generic Workflow User Interface (GWUI) and the Generic Workflow Execution Service (GWES). The UIProxy implements an event buffer.



Copyright © 2005-2011 Fraunhofer FIRST. All Rights Reserved.