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.ungoverned.moduleloader

Class org.ungoverned.moduleloader.ModuleEvent extends java.util.EventObject implements Serializable

Serialized Fields

m_module

Module m_module

Class org.ungoverned.moduleloader.ResourceNotFoundException extends java.lang.Exception implements Serializable


Package org.ungoverned.moduleloader.search

Class org.ungoverned.moduleloader.search.ValidationException extends java.lang.Exception implements Serializable

Serialized Fields

m_module

Module m_module

m_identifier

java.lang.Object m_identifier

m_version

java.lang.Object m_version

m_isPropagation

boolean m_isPropagation


Package org.ungoverned.oscar.installer

Class org.ungoverned.oscar.installer.Install extends javax.swing.JFrame implements Serializable

Serialized Fields

m_propPanel

PropertyPanel m_propPanel

m_okayButton

javax.swing.JButton m_okayButton

m_cancelButton

javax.swing.JButton m_cancelButton

m_statusLabel

javax.swing.JLabel m_statusLabel

m_propList

java.util.List m_propList

m_artifactList

java.util.List m_artifactList

Class org.ungoverned.oscar.installer.PropertyPanel extends javax.swing.JPanel implements Serializable

Serialized Fields

m_propList

java.util.List m_propList

m_propToCompMap

java.util.Map m_propToCompMap


Package org.ungoverned.oscar.installer.editor

Class org.ungoverned.oscar.installer.editor.BooleanEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

m_prop

BooleanProperty m_prop

m_trueButton

javax.swing.JRadioButton m_trueButton

m_falseButton

javax.swing.JRadioButton m_falseButton

m_trueString

java.lang.String m_trueString

m_falseString

java.lang.String m_falseString

Class org.ungoverned.oscar.installer.editor.BooleanStringEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

m_prop

Property m_prop

m_includeButton

javax.swing.JCheckBox m_includeButton

m_textField

javax.swing.JTextField m_textField

Class org.ungoverned.oscar.installer.editor.FileEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

m_prop

StringProperty m_prop

m_textField

javax.swing.JTextField m_textField

m_browseButton

javax.swing.JButton m_browseButton

m_isDirectory

boolean m_isDirectory

Class org.ungoverned.oscar.installer.editor.StringEditor extends javax.swing.JPanel implements Serializable

Serialized Fields

m_prop

StringProperty m_prop

m_textField

javax.swing.JTextField m_textField


Package org.ungoverned.oscar.ldap

Class org.ungoverned.oscar.ldap.AttributeNotFoundException extends EvaluationException implements Serializable

Class org.ungoverned.oscar.ldap.EvaluationException extends java.lang.Exception implements Serializable

Serialized Fields

m_unsupportedType

java.lang.Class m_unsupportedType

Class org.ungoverned.oscar.ldap.ParseException extends java.lang.Exception implements Serializable


Package org.ungoverned.oscar.util

Class org.ungoverned.oscar.util.CaseInsensitiveMap extends java.util.TreeMap implements Serializable