Framework Professional Edition Package


Serialized Form


Package com.prosyst.mbs.framework.certmanager

Class com.prosyst.mbs.framework.certmanager.OCSPPermission extends java.security.BasicPermission implements Serializable


Package com.prosyst.util.hash

Class com.prosyst.util.hash.TrackingHashtable extends java.util.Hashtable implements Serializable

serialVersionUID: -5012013447414585607L

Serialized Fields

changes

java.util.Vector changes

inTracking

boolean inTracking

Class com.prosyst.util.hash.XProperties extends java.util.Hashtable implements Serializable


Package com.prosyst.util.jar

Class com.prosyst.util.jar.Attributes extends java.util.Hashtable implements Serializable

Serialized Fields

mf

Manifest mf

Class com.prosyst.util.jar.JarManifest extends Manifest implements Serializable

Serialization Methods

readObject

public void readObject(java.io.InputStream iStream)
                throws java.lang.Exception
Throws:
java.lang.Exception

writeObject

public void writeObject(java.io.OutputStream oStream)
                 throws java.lang.Exception
Throws:
java.lang.Exception

Class com.prosyst.util.jar.Manifest extends java.util.Hashtable implements Serializable

Serialized Fields

attributes

java.util.Vector attributes

attrSize

int attrSize

current

Attributes current

exitAfterNl

int exitAfterNl

processAttributes

boolean processAttributes

nl

int nl
0 - no new lines occured, or middle entry attribute was parsed; 1 - the last of the entry's attributes was parsed; 2 - the first of the entry's attributes was parsed; 3 - the entry's single attribute (last & first) was parsed


main

int main
0 - main headers; 1 - last attribute in main headers 3 - entry attributes


first_nl

boolean first_nl

name

java.lang.String name
all attribute names


gbuff

CharBuffer gbuff
This buffer is used for accumulation off attribute value. In specification value of one attribute can be on serveral lines. Every new line must start with SPACE.


localized

boolean localized

cd

CertificateManager cd

Package javax.microedition.io

Class javax.microedition.io.ConnectionNotFoundException extends java.io.IOException implements Serializable


Package org.mbs.services.transaction

Class org.mbs.services.transaction.TransactionException extends java.lang.Exception implements Serializable

Serialized Fields

nested

java.lang.Throwable nested

errorCode

int errorCode

Class org.mbs.services.transaction.TransactionPermission 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 this permission from a stream.

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 permission to a stream. The actions are serialized, and the superclass takes care of the name.

Throws:
java.io.IOException
Serialized Fields

actions

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


Package org.osgi.framework

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

serialVersionUID: 207051004521261705L

Serialized Fields

wildcard

boolean wildcard
Indicates that this AdminPermission refers to all bundles

 

filter

java.lang.String filter
An x.500 distinguished name used to match a bundle's signature - only used if wildcard is false and bundle = null

 

actions

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

 

action_mask

int action_mask
The actions mask.


bundle

Bundle bundle
The bundle governed by this AdminPermission - only used if wildcard is false and filter == null


bundleProperties

java.util.Dictionary bundleProperties
If this AdminPermission was constructed with a bundle, this dictionary holds the properties of that bundle, used to match a filter in implies. This is not initialized until necessary, and then cached in this object.


filterImpl

Filter filterImpl
If this AdminPermission was constructed with a filter, this dictionary holds a Filter matching object used to evaluate the filter in implies. This is not initialized until necessary, and then cached in this object

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.


stackTrace

byte[] stackTrace

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.

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 the BundlePermission object to a stream. The actions are serialized, and the superclass takes care of the name.

Throws:
java.io.IOException
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.

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 permission object to a stream. The actions are serialized, and the superclass takes care of the name.

Throws:
java.io.IOException
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.

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 permission to a stream. The actions are serialized, and the superclass takes care of the name.

Throws:
java.io.IOException
Serialized Fields

actions

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

 


Framework Professional Edition Package


Copyright © 1999-2007 ProSyst Software GmbH. All Rights Reserved