ome.services.blitz.fire
Interface TopicManager

All Superinterfaces:
org.springframework.context.ApplicationListener, EventListener
All Known Implementing Classes:
TopicManager.Impl

public interface TopicManager
extends org.springframework.context.ApplicationListener

Local dispatcher to TopicManager

Since:
December 2008
Author:
Josh Moore, josh at glencoesoftware.com

Nested Class Summary
static class TopicManager.Impl
           
static class TopicManager.TopicMessage
           
 
Method Summary
 void register(String topicName, Ice.ObjectPrx prx, boolean strict)
          Enforces no security constraints.
 void unregister(String topicName, Ice.ObjectPrx prx)
           
 
Methods inherited from interface org.springframework.context.ApplicationListener
onApplicationEvent
 

Method Detail

register

void register(String topicName,
              Ice.ObjectPrx prx,
              boolean strict)
              throws omero.ServerError
Enforces no security constraints. For the moment, that is the responsibility of application code. WILL CHANGE>

Throws:
omero.ServerError

unregister

void unregister(String topicName,
                Ice.ObjectPrx prx)
                throws omero.ServerError
Throws:
omero.ServerError


OmeroJava Api

Version: Beta-4.2.0-r7571-b29

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