Uses of Class
ome.util.messages.InternalMessage

Packages that use InternalMessage
ome.io.messages   
ome.services.blitz.util   
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. 
 

Uses of InternalMessage in ome.io.messages
 

Subclasses of InternalMessage in ome.io.messages
 class MissingPyramidMessage
          Published when an request is made for a pixels pyramid when the file does not yet exist.
 

Uses of InternalMessage in ome.services.blitz.util
 

Subclasses of InternalMessage in ome.services.blitz.util
 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 RegisterServantMessage
          InternalMessage raised when a servant should be registered for clean.
 class UnregisterServantMessage
          InternalMessage raised when a servant should be removed from the adapter.
 

Uses of InternalMessage in ome.services.messages
 

Subclasses of InternalMessage in ome.services.messages
 class AbstractSessionMessage
          InternalMessage implementations which carry relate to some Session bound event.
 class CreateSessionMessage
          Published after a successful session creation.
 class DestroySessionMessage
          Published before a session destruction.
 class EventLogMessage
          Published when an event log should be saved at the end of a transaction.
 class LoginAttemptMessage
          Published when any check is performed against a password.
 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.
 class ShapeChangeMessage
          Published on any modification to a Shape.
 

Uses of InternalMessage in ome.services.messages.stats
 

Subclasses of InternalMessage in ome.services.messages.stats
 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.
 

Uses of InternalMessage in ome.services.sessions.events
 

Subclasses of InternalMessage in ome.services.sessions.events
 class ChangeSecurityContextEvent
          InteralMessage published by the SessionManager when setSecurityContext() is called.
 class UserGroupUpdateEvent
          InteralMessage published by the SecuritySystem when an Experimenter, ExperimenterGroup, or GroupExperimenterMap is inserted or updated.
 

Uses of InternalMessage in ome.services.sessions.stats
 

Methods in ome.services.sessions.stats that return InternalMessage
protected abstract  InternalMessage LongCounter.message()
           
protected  InternalMessage MethodCounter.message()
           
protected  InternalMessage ObjectsReadCounter.message()
           
protected  InternalMessage ObjectsWrittenCounter.message()
           
protected  InternalMessage SessionsCreatedCounter.message()
           
 

Uses of InternalMessage in ome.system
 

Methods in ome.system with parameters of type InternalMessage
 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.
 



OmeroJava Api

Version: 4.3.4-dbcbce5a-b4

Copyright © 2009 The University of Dundee. All Rights Reserved.