Uses of Class
ome.util.messages.InternalMessage

Packages that use InternalMessage
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.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 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 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 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 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 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: Beta-4.1.1-r5927-b91

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