ch.ethz.iks.r_osgi.streams
Class InputStreamHandle
java.lang.Object
ch.ethz.iks.r_osgi.streams.InputStreamHandle
- All Implemented Interfaces:
- Serializable
public class InputStreamHandle
- extends Object
- implements Serializable
Stream handle for InputStreams passed as arguments or return values of remote
service invocations.
- Author:
- Michael Duller, ETH Zurich
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
InputStreamHandle
public InputStreamHandle(short streamID)
- Create a new stream handle.
- Parameters:
streamID - the stream id.
getStreamID
public short getStreamID()
- Get the stream id.
- Returns:
- the stream id.