Serialized Form
-
Package org.apache.directory.api.util
-
Class org.apache.directory.api.util.NoDuplicateKeysMap extends HashMap implements Serializable
- serialVersionUID:
- 5107433500719957457L
-
Class org.apache.directory.api.util.SequencedHashMap extends Object implements Serializable
- serialVersionUID:
- 3380552487888102930L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Deserializes this map from the given stream.- Throws:
IOException- if the stream raises itClassNotFoundException- if the stream raises it
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Serializes this map to the given stream.- Throws:
IOException- if the stream raises it
-
-
Class org.apache.directory.api.util.SynchronizedLRUMap extends SequencedHashMap implements Serializable
- serialVersionUID:
- 2197433140769957051L
-
Serialization Methods
-
readExternal
public void readExternal(ObjectInput in) throws IOException, ClassNotFoundException
Deserializes this map from the given stream.- Throws:
IOException- if the stream raises itClassNotFoundException- if the stream raises it
-
writeExternal
public void writeExternal(ObjectOutput out) throws IOException
Serializes this map to the given stream.- Throws:
IOException- if the stream raises it
-
-
-
Package org.apache.directory.api.util.exception
-
Class org.apache.directory.api.util.exception.InvalidCharacterException extends IOException implements Serializable
- serialVersionUID:
- 1L
-
Serialized Fields
-
input
int input
-
-
Class org.apache.directory.api.util.exception.MultiException extends Exception implements Serializable
- serialVersionUID:
- 2889747406899775761L
-
Serialized Fields
-
nestedExceptions
Collection<Throwable> nestedExceptions
Collection of nested exceptions.
-
-
Class org.apache.directory.api.util.exception.NotImplementedException extends RuntimeException implements Serializable
- serialVersionUID:
- -5899307402675964298L
-
Class org.apache.directory.api.util.exception.RuntimeMultiException extends RuntimeException implements Serializable
- serialVersionUID:
- 8582253398936366771L
-
Serialized Fields
-
nestedExceptions
Collection<Throwable> nestedExceptions
Collection of nested exceptions.
-
-