Package | Description |
---|---|
ome.io.messages | |
ome.services.blitz.fire | |
ome.services.blitz.repo | |
ome.services.blitz.util | |
ome.services.eventlogs | |
ome.services.messages |
Message implementations used throughout the server for internal communication.
|
ome.services.messages.stats | |
ome.services.sessions.events | |
ome.services.sessions.stats | |
ome.system |
Provides the necessary container structure for the entire Omero system.
|
ome.util.messages |
Messages package for specialized exception handling for OMERO.
|
Modifier and Type | Class and Description |
---|---|
class |
MissingPyramidMessage
Published when an request is made for a pixels pyramid when the file does
not yet exist.
|
class |
MissingStatsInfoMessage
Published when an request is made for a pixels pyramid when the file does
not yet contain channel statistics.
|
Modifier and Type | Method and Description |
---|---|
void |
SessionManagerI.onApplicationEvent(InternalMessage event) |
Modifier and Type | Method and Description |
---|---|
void |
AbstractRepositoryI.onApplicationEvent(InternalMessage im) |
protected void |
PublicRepositoryI.publishMessage(InternalMessage msg) |
Modifier and Type | Class and Description |
---|---|
class |
ConvertToBlitzExceptionMessage
Internal event which gives third party services a chance to map their
exceptions to a blitz exception.
|
class |
ExpiredServantMessage
ApplicationEvent which gets raised on
CacheEventListener.notifyElementExpired(net.sf.ehcache.Ehcache, net.sf.ehcache.Element) |
class |
FindServiceFactoryMessage
InternalMessage raised when a servant needs to find
the ServiceFactoryI instance that the current user
is working with. |
class |
RegisterServantMessage
InternalMessage raised when a servant should be registered for clean. |
class |
UnregisterServantMessage
InternalMessage raised when a servant should be removed from the
adapter . |
Modifier and Type | Class and Description |
---|---|
class |
EventLogFailure
Signifies that the processing of a
EventLog has failed. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractSessionMessage
InternalMessage implementations which carry relate to some
Session bound event. |
class |
ContextMessage |
static class |
ContextMessage.Pop
Published when an internal service is finished with
the context previously signaled through publishing
a
ContextMessage.Push . |
static class |
ContextMessage.Push
Published when an internal service would like to
modify the current
EventContext . |
class |
CreateSessionMessage
Published after a successful session creation.
|
class |
DeleteLogMessage |
class |
DeleteLogsMessage |
class |
DestroySessionMessage
Published before a session destruction.
|
class |
EventLogMessage
Published only when an event log should be saved at the end of a transaction.
|
class |
EventLogsMessage
Published with the final collection of
EventLog instances which
will be saved. |
class |
LoginAttemptMessage
Published when any check is performed against a password.
|
class |
ParserOpenFileMessage
A trivial copy of RegisterServiceCleanupMessage with a different name so that
we can catch files opened during search indexing and close them at the end of
parsing.
|
class |
RegisterServiceCleanupMessage
Published when some resource must be cleaned up after method execution.
|
class |
ReindexMessage<T extends IObject>
Published when one or more
IObject instances must be re-indexed. |
Modifier and Type | Class and Description |
---|---|
class |
AbstractStatsMessage
Published when some limit in user/group/session activity has been reached.
|
class |
MethodStatsMessage
Published when more than the specified number of active method calls is
reached.
|
class |
ObjectsReadStatsMessage
Published when some limit in user/group/session activity has been reached.
|
class |
ObjectsWrittenStatsMessage |
class |
SessionsCreatedStatsMessage
Published when some limit in user/group/session activity has been reached.
|
Modifier and Type | Class and Description |
---|---|
class |
ChangeSecurityContextEvent
InternalMessage published by the SessionManager when
setSecurityContext() is called. |
class |
UserGroupUpdateEvent
InternalMessage published by the SecuritySystem when an
Experimenter , ExperimenterGroup , or
GroupExperimenterMap is inserted or updated. |
Modifier and Type | Method and Description |
---|---|
protected abstract InternalMessage |
LongCounter.message() |
protected InternalMessage |
MethodCounter.message() |
protected InternalMessage |
ObjectsReadCounter.message() |
protected InternalMessage |
ObjectsWrittenCounter.message() |
protected InternalMessage |
SessionsCreatedCounter.message() |
Modifier and Type | Method and Description |
---|---|
void |
OmeroContext.publishMessage(InternalMessage msg)
Convenience method around
OmeroContext.publishEvent(org.springframework.context.ApplicationEvent) which
catches all MessageException and unwraps the contained
Throwable instance and rethrows. |
Modifier and Type | Class and Description |
---|---|
class |
ShutdownMessage
Published when the server is shutting down.
|
class |
UserSignalMessage
Published if the Posix USR1 or USR2 signal is received.
|
Version: 5.4.4-ice35-b82
Copyright © 2018 The University of Dundee & Open Microscopy Environment. All Rights Reserved.