Package ome.services.messages
Class CreateSessionMessage
- java.lang.Object
-
- java.util.EventObject
-
- org.springframework.context.ApplicationEvent
-
- ome.util.messages.InternalMessage
-
- ome.services.messages.AbstractSessionMessage
-
- ome.services.messages.CreateSessionMessage
-
- All Implemented Interfaces:
java.io.Serializable
public class CreateSessionMessage extends AbstractSessionMessage
Published after a successful session creation. If an exception is throw, this will be propagated back to the caller and the transaction will be rolled back.- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description CreateSessionMessage(java.lang.Object source, java.lang.String sessionId)
-
Method Summary
-
Methods inherited from class ome.services.messages.AbstractSessionMessage
getSessionId, isThreadSafe
-
-