Serialized Form
-
Package org.osgi.service.subsystem
-
Class org.osgi.service.subsystem.SubsystemException extends java.lang.RuntimeException implements Serializable
- serialVersionUID:
- 1L
-
Class org.osgi.service.subsystem.SubsystemPermission extends java.security.BasicPermission implements Serializable
- serialVersionUID:
- 307051004521261705L
-
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.
-
-