Knopflerfish OSGi 2.4.0

Serialized Form


Package org.osgi.framework

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

Serialized Fields

ldap

org.knopflerfish.framework.LDAPExpr ldap

bundle

Bundle bundle

actionMask

int actionMask

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

serialVersionUID: 4080640865971756012l

Serialized Fields

bundle

Bundle bundle
Bundle that had a change occur in its lifecycle.


type

int type
Type of bundle lifecycle change.

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

serialVersionUID: 3571095144220455665l

Serialized Fields

cause

java.lang.Throwable cause
Nested exception.

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

serialVersionUID: 3257846601685873716l

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 BundlePermission from a stream.


writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of the BundlePermission 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.FrameworkEvent extends java.util.EventObject implements Serializable

serialVersionUID: 207051004521261705l

Serialized Fields

bundle

Bundle bundle
Bundle related to the event.


throwable

java.lang.Throwable throwable
Exception related to the event.


type

int type
Type of event.

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

serialVersionUID: -4295194420816491875l

Serialized Fields

filter

java.lang.String filter
The invalid filter string.


cause

java.lang.Throwable cause
Nested exception.

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

serialVersionUID: -5107705877071099135l

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 this permission from a stream.


writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of this permission 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

serialVersionUID: 8792901483909409299l

Serialized Fields

reference

ServiceReference reference
Reference to the service that had a change occur in its lifecycle.


type

int type
Type of service lifecycle change.

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

serialVersionUID: -7662148639076511574l

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 this permission from a stream.


writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of this permission 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.ungoverned.osgi.service.bundlerepository

Class org.ungoverned.osgi.service.bundlerepository.ResolveException extends java.lang.Exception implements Serializable

Serialized Fields

m_pkg

PackageDeclaration m_pkg


Package org.osgi.service.cm

Class org.osgi.service.cm.ConfigurationException extends java.lang.Exception implements Serializable

serialVersionUID: -1690090413441769377l

Serialized Fields

property

java.lang.String property

reason

java.lang.String reason

cause

java.lang.Throwable cause
Nested exception.

Class org.osgi.service.cm.ConfigurationPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: 5716868734811965383l


Package org.osgi.service.component

Class org.osgi.service.component.ComponentException extends java.lang.RuntimeException implements Serializable

serialVersionUID: -7438212656298726924l

Serialized Fields

cause

java.lang.Throwable cause
Nested exception.


Package org.osgi.service.event

Class org.osgi.service.event.TopicPermission extends java.security.Permission implements Serializable

serialVersionUID: -5855563886961618300l

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 this permission from a stream.


writeObject

private void writeObject(java.io.ObjectOutputStream s)
                  throws java.io.IOException
WriteObject is called to save the state of this permission 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.http

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

serialVersionUID: 7235606031147877747l

Serialized Fields

cause

java.lang.Throwable cause
Nested exception.


Package javax.servlet

Class javax.servlet.GenericServlet extends java.lang.Object implements Serializable

Class javax.servlet.ServletContextAttributeEvent extends ServletContextEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletContextEvent extends java.util.EventObject implements Serializable

Class javax.servlet.ServletException extends java.lang.Exception implements Serializable

Class javax.servlet.ServletRequestAttributeEvent extends ServletRequestEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.ServletRequestEvent extends java.util.EventObject implements Serializable

Serialized Fields

request

ServletRequest request

Class javax.servlet.UnavailableException extends ServletException implements Serializable

Serialized Fields

servlet

Servlet servlet

permanent

boolean permanent

seconds

int seconds


Package javax.servlet.http

Class javax.servlet.http.HttpServlet extends GenericServlet implements Serializable

Class javax.servlet.http.HttpSessionBindingEvent extends HttpSessionEvent implements Serializable

Serialized Fields

name

java.lang.String name

value

java.lang.Object value

Class javax.servlet.http.HttpSessionEvent extends java.util.EventObject implements Serializable


Package org.osgi.service.prefs

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

serialVersionUID: -1415637364122829574l

Serialized Fields

cause

java.lang.Throwable cause
Nested exception.


Package org.osgi.service.upnp

Class org.osgi.service.upnp.UPnPException extends java.lang.Exception implements Serializable

serialVersionUID: -262013318122195146l

Serialized Fields

errorCode

int errorCode
Key for an error information that is an int type variable and that is used to identify occured errors.


Package org.knopflerfish.service.um.useradmin

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

serialVersionUID: 1l

Serialized Fields

nested

java.lang.Throwable nested


Package org.osgi.service.useradmin

Class org.osgi.service.useradmin.UserAdminPermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -1179971692401603789l

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.knopflerfish.util

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

serialVersionUID: 1l

Serialized Fields

timeout

long timeout

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

serialVersionUID: 1l

Serialized Fields

m_nMaxSize

int m_nMaxSize

queueClosed

boolean queueClosed


Package org.osgi.service.wireadmin

Class org.osgi.service.wireadmin.WirePermission extends java.security.BasicPermission implements Serializable

serialVersionUID: -5583709391516569321l

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 javax.xml.parsers

Class javax.xml.parsers.FactoryConfigurationError extends java.lang.Error implements Serializable

Serialized Fields

exception

java.lang.Exception exception

Class javax.xml.parsers.ParserConfigurationException extends java.lang.Exception implements Serializable


Knopflerfish OSGi 2.4.0