- All Implemented Interfaces:
- java.io.Serializable
- Direct Known Subclasses:
- CreateSessionMessage, DestroySessionMessage
public abstract class AbstractSessionMessage
extends ome.util.messages.InternalMessage
InternalMessage
implementations which carry relate to some
Session
bound event.
These messages are not thread-safe
and so will be called within the same Thread
as the publisher. This
means listeners
have a chance to throw an
exception and cancel the related event.
- See Also:
SessionManager
,
Serialized Form