Serialized Form
-
Package org.apache.felix.configurator.impl.model
-
Class org.apache.felix.configurator.impl.model.AbstractState extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundExceptionDeserialize the object - read version id - deserialize fields- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOExceptionSerialize the object - write version id - serialize fields- Throws:
java.io.IOException
-
-
Serialized Fields
-
configurationsByPid
java.util.Map<java.lang.String,ConfigList> configurationsByPid
-
-
Class org.apache.felix.configurator.impl.model.BundleState extends AbstractState implements Serializable
- serialVersionUID:
- 1L
-
Class org.apache.felix.configurator.impl.model.Config extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundExceptionDeserialize the object - read version id - deserialize fields- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOExceptionSerialize the object - write version id - serialize fields- Throws:
java.io.IOException
-
-
Serialized Fields
-
bundleId
long bundleId
The bundle id. -
files
java.util.List<java.io.File> files
-
index
int index
The index within the list of configurations if several. -
pid
java.lang.String pid
The configuration pid -
policy
ConfigPolicy policy
The configuration policy. -
properties
java.util.Dictionary<java.lang.String,java.lang.Object> properties
The configuration properties. -
ranking
int ranking
The configuration ranking -
state
ConfigState state
The configuration state.
-
-
Class org.apache.felix.configurator.impl.model.ConfigList extends java.lang.Object implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundExceptionDeserialize the object - read version id - deserialize fields- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOExceptionSerialize the object - write version id - serialize fields- Throws:
java.io.IOException
-
-
Serialized Fields
-
Class org.apache.felix.configurator.impl.model.State extends AbstractState implements Serializable
- serialVersionUID:
- 1L
-
Serialization Methods
-
readObject
private void readObject(java.io.ObjectInputStream in) throws java.io.IOException, java.lang.ClassNotFoundExceptionDeserialize the object - read version id - deserialize fields- Throws:
java.io.IOExceptionjava.lang.ClassNotFoundException
-
writeObject
private void writeObject(java.io.ObjectOutputStream out) throws java.io.IOExceptionSerialize the object - write version id - serialize fields- Throws:
java.io.IOException
-
-
Serialized Fields
-
bundlesConfigAdminBundleId
java.util.Map<java.lang.Long,java.lang.Long> bundlesConfigAdminBundleId
-
bundlesLastModified
java.util.Map<java.lang.Long,java.lang.Long> bundlesLastModified
-
initialHashes
java.util.Set<java.lang.String> initialHashes
-
-