Serialized Form
Package org.osgi.service.subsystem |
serialVersionUID: 1L
serialVersionUID: 307051004521261705L
readObject
private void readObject(ObjectInputStream s)
throws IOException,
ClassNotFoundException
- readObject is called to restore the state of this permission from a
stream.
- Throws:
IOException
ClassNotFoundException
writeObject
private void writeObject(ObjectOutputStream s)
throws 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:
IOException
actions
String actions
- The actions in canonical form.
-
Copyright © 2009-2013 The Apache Software Foundation. All Rights Reserved.