ch.ethz.iks.r_osgi.streams
Class InputStreamHandle

java.lang.Object
  extended by ch.ethz.iks.r_osgi.streams.InputStreamHandle
All Implemented Interfaces:
java.io.Serializable

public class InputStreamHandle
extends java.lang.Object
implements java.io.Serializable

Stream handle for InputStreams passed as arguments or return values of remote service invocations.

Author:
Michael Duller, ETH Zurich
See Also:
Serialized Form

Constructor Summary
InputStreamHandle(short streamID)
          Create a new stream handle.
 
Method Summary
 short getStreamID()
          Get the stream id.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InputStreamHandle

public InputStreamHandle(short streamID)
Create a new stream handle.

Parameters:
streamID - the stream id.
Method Detail

getStreamID

public short getStreamID()
Get the stream id.

Returns:
the stream id.


Copyright © 2009 IKS, ETH Zurich. All Rights Reserved.