Serialized Form
Package org.osgi.framework |
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.
actions
java.lang.String actions
- The actions in canonical form.
-
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.
actions
java.lang.String actions
- The actions in canonical form.
-
Package org.osgi.service.prefs |
Package org.osgi.service.cm |
property
java.lang.String property
reason
java.lang.String reason
Package org.osgi.service.http |
Package org.osgi.service.useradmin |
readObject
private void readObject(java.io.ObjectInputStream ois)
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 object
to a stream. The actions are serialized, and the superclass
takes care of the name.
actions
java.lang.String actions
- The actions in canonical form.
-
Copyright © OSGi Alliance (2000, 2002). All Rights Reserved. Licensed under the OSGi Specification License, Version 1.0