Serialized Form


Package ch.ethz.iks.r_osgi

Class ch.ethz.iks.r_osgi.RemoteOSGiException extends java.lang.RuntimeException implements Serializable

serialVersionUID: 8370566955212317525L

Class ch.ethz.iks.r_osgi.RemoteServiceEvent extends java.util.EventObject implements Serializable

serialVersionUID: 1L

Class ch.ethz.iks.r_osgi.URI extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException
read an object.

Throws:
java.io.IOException - if something goes wrong.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
write and object.

Throws:
java.io.IOException - if something goes wrong.
Serialized Fields

scheme

java.lang.String scheme
the scheme.


host

java.net.InetAddress host
the host.


hostString

java.lang.String hostString
the host name.


port

int port
the port.


fragment

java.lang.String fragment
the fragment. This describes the service ID of a service in R-OSGi.


Package ch.ethz.iks.r_osgi.streams

Class ch.ethz.iks.r_osgi.streams.InputStreamHandle extends java.lang.Object implements Serializable

serialVersionUID: 3774937077649735910L

Serialized Fields

streamID

short streamID
the stream id.

Class ch.ethz.iks.r_osgi.streams.OutputStreamHandle extends java.lang.Object implements Serializable

serialVersionUID: 5808802863290529323L

Serialized Fields

streamID

short streamID
the stream ID.


Package ch.ethz.iks.r_osgi.types

Class ch.ethz.iks.r_osgi.types.BoxedPrimitive extends java.lang.Object implements Serializable

serialVersionUID: 5293209550505179288L

Serialized Fields

boxed

java.lang.Object boxed
the boxed value.



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