Serialized Form
|
Package org.osgi.service.event |
serialVersionUID: -5855563886961618300L
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
actions
java.lang.String actions
- The actions in canonical form.
-