Serialized Form


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

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

serialVersionUID: 5716868734811965383L

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.

 



Copyright © 2012 FuseSource, Corp.. All Rights Reserved.