Serialized Form
Package org.osgi.service.cm |
serialVersionUID: -1690090413441769377L
property
java.lang.String property
reason
java.lang.String reason
cause
java.lang.Throwable cause
- Nested exception.
serialVersionUID: 5716868734811965383L
Package org.osgi.service.component |
serialVersionUID: -7438212656298726924L
cause
java.lang.Throwable cause
- Nested exception.
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.
-
Package org.osgi.service.http |
serialVersionUID: 7235606031147877747L
cause
java.lang.Throwable cause
- Nested exception.
Package org.osgi.service.prefs |
serialVersionUID: -1415637364122829574L
cause
java.lang.Throwable cause
- Nested exception.
Package org.osgi.service.upnp |
serialVersionUID: -262013318122195146L
errorCode
int errorCode
- Key for an error information that is an int type variable and that is
used to identify occured errors.
Package org.osgi.service.useradmin |
serialVersionUID: -1179971692401603789L
readObject
private void readObject(java.io.ObjectInputStream ois)
throws java.io.IOException,
java.lang.ClassNotFoundException
- 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.
- Throws:
java.io.IOException
actions
java.lang.String actions
- The actions in canonical form.
-
Package org.osgi.service.wireadmin |
serialVersionUID: -5583709391516569321L
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.
- 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 the ServicePermission 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.
-