Knopflerfish OSGi 1.3.3

Serialized Form


Package org.osgi.framework

Class org.osgi.framework.AdminPermission extends java.security.BasicPermission implements Serializable

Class org.osgi.framework.BundleEvent extends java.util.EventObject implements Serializable

Class org.osgi.framework.BundleException extends java.lang.Exception implements Serializable

Class org.osgi.framework.FrameworkEvent extends java.util.EventObject implements Serializable

Class org.osgi.framework.InvalidSyntaxException extends java.lang.Exception implements Serializable

Class org.osgi.framework.PackagePermission extends java.security.BasicPermission 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 extends java.util.EventObject implements Serializable

Class org.osgi.framework.ServicePermission extends java.security.BasicPermission 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 extends java.lang.Exception implements Serializable

Serialized Fields

property

java.lang.String property

reason

java.lang.String reason


Package org.knopflerfish.service.um.useradmin

Class org.knopflerfish.service.um.useradmin.BackEndException extends java.lang.Exception implements Serializable

Serialized Fields

nested

java.lang.Throwable nested


Package org.osgi.service.useradmin

Class org.osgi.service.useradmin.UserAdminPermission extends java.security.BasicPermission 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 extends java.security.BasicPermission 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.http

Class org.osgi.service.http.NamespaceException extends java.lang.Exception implements Serializable


Package org.knopflerfish.util

Class org.knopflerfish.util.CacheMap extends java.util.HashMap implements Serializable

Serialized Fields

timeout

long timeout

Class org.knopflerfish.util.Queue extends java.util.Vector implements Serializable

Serialized Fields

m_nMaxSize

int m_nMaxSize

queueClosed

boolean queueClosed


Package org.osgi.service.prefs

Class org.osgi.service.prefs.BackingStoreException extends java.lang.Exception implements Serializable


Package org.knopflerfish.ant.taskdefs.bundle

Class org.knopflerfish.ant.taskdefs.bundle.ArrayInt extends java.lang.Number implements Serializable

Serialized Fields

ia

int[] ia


Knopflerfish OSGi 1.3.3