OSGi Service Platform
Release 3

Serialized Form


Package org.osgi.framework

Class org.osgi.framework.AdminPermission implements Serializable

Class org.osgi.framework.BundleEvent implements Serializable

Class org.osgi.framework.BundleException implements Serializable

Class org.osgi.framework.FrameworkEvent implements Serializable

Class org.osgi.framework.InvalidSyntaxException implements Serializable

Class org.osgi.framework.PackagePermission implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
readObject is called to restore the state of the ServicePermission from a stream.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of the ServicePermission object to a stream. The actions are serialized, and the superclass takes care of the name.
Serialized Fields

actions

java.lang.String actions
The actions in canonical form.
 

Class org.osgi.framework.ServiceEvent implements Serializable

Class org.osgi.framework.ServicePermission implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
readObject is called to restore the state of the ServicePermission from a stream.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of the ServicePermission to a stream. The actions are serialized, and the superclass takes care of the name.
Serialized Fields

actions

java.lang.String actions
The actions in canonical form.
 


Package org.osgi.service.cm

Class org.osgi.service.cm.ConfigurationException implements Serializable

Serialized Fields

property

java.lang.String property

reason

java.lang.String reason


Package org.osgi.service.http

Class org.osgi.service.http.NamespaceException implements Serializable


Package org.osgi.service.prefs

Class org.osgi.service.prefs.BackingStoreException implements Serializable


Package org.osgi.service.useradmin

Class org.osgi.service.useradmin.UserAdminPermission implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream ois)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
writeObject is called to save the state of this object to a stream. The actions are serialized, and the superclass takes care of the name.
Serialized Fields

actions

java.lang.String actions
The actions in canonical form.
 


Package org.osgi.service.wireadmin

Class org.osgi.service.wireadmin.WirePermission implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream s)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
readObject is called to restore the state of the ServicePermission from a stream.

writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of the ServicePermission to a stream. The actions are serialized, and the superclass takes care of the name.
Serialized Fields

actions

java.lang.String actions
The actions in canonical form.
 


OSGi Service Platform
Release 3

Copyright (c) OSGi Alliance (2000, 2003). All Rights Reserved.