Package org.ogf.saga.stream

The streams package provides a simple mechanism for setting up connections to remote components.

See:
          Description

Interface Summary
Stream A client stream object.
StreamServer A StreamServer object represents an endpoint for a listening/server object that waits for client connections.
 

Class Summary
StreamFactory Factory for objects from the stream package.
StreamInputStream Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
StreamOutputStream Since Java programmers are used to streams, the Java language bindings of SAGA provide them.
 

Enum Summary
Activity Flags for activities of a stream.
StreamState SAGA Stream states.
 

Package org.ogf.saga.stream Description

The streams package provides a simple mechanism for setting up connections to remote components.

The Stream.wait() method as described in the language-independent SAGA specifications is renamed to Stream.waitFor(), to avoid conflicts or confusion with Object.wait().

Java programmers are used to InputStream and OutputStream. Therefore, a mechanism is provided to obtain such streams from a Stream object (see Stream.getInputStream() and Stream.getOutputStream()).



Copyright © 2014 Open Grid Forum. All rights reserved.