Class AgiTopComponent.Resolvable
java.lang.Object
uno.anahata.asi.nb.AgiTopComponent.Resolvable
- All Implemented Interfaces:
Serializable
- Enclosing class:
AgiTopComponent
A static inner class used for serializing the state of an
AgiTopComponent.
- Author:
- anahata
-
Field Summary
FieldsModifier and TypeFieldDescriptionprivate static final longThe serializable version UID.private final StringThe unique identifier of the preserved session. -
Constructor Summary
ConstructorsConstructorDescriptionResolvable(String sessionId) Constructs a new Resolvable proxy for the given session ID. -
Method Summary
Modifier and TypeMethodDescription(package private) ObjectReconstructs the AgiTopComponent using the saved session ID.
-
Field Details
-
serialVersionUID
private static final long serialVersionUIDThe serializable version UID.- See Also:
-
sessionId
The unique identifier of the preserved session.
-
-
Constructor Details
-
Resolvable
Resolvable(String sessionId) Constructs a new Resolvable proxy for the given session ID.- Parameters:
sessionId- The session ID to preserve.
-
-
Method Details
-
readResolve
Reconstructs the AgiTopComponent using the saved session ID.- Returns:
- A new AgiTopComponent instance.
- Throws:
ObjectStreamException- if restoration fails.
-

