public abstract class AbstractSessionMessage extends 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.SessionManager
,
Serialized FormthreadSafe
source
Constructor and Description |
---|
AbstractSessionMessage(Object source,
String sessionId) |
Modifier and Type | Method and Description |
---|---|
String |
getSessionId() |
boolean |
isThreadSafe()
Returns true if this message can safely be passed to another
Thread . |
getTimestamp
getSource, toString
public String getSessionId()
public final boolean isThreadSafe()
InternalMessage
Thread
. The default ApplicationEventMulticaster
executes
in the same Thread
.isThreadSafe
in class InternalMessage
Version: 5.3.3-ice35-b63
Copyright © 2017 The University of Dundee & Open Microscopy Environment. All Rights Reserved.