org.eclipse.corona.collaboration.ecf.interfaces
Interface IServerEventRouter

All Superinterfaces:
ICoronaEventRouter
All Known Implementing Classes:
EventRouter

public interface IServerEventRouter
extends ICoronaEventRouter

This interface is used to tag the difference between a client event router and a server event router. This tag used by the OSGI service tracker to track the various types of event routers.


Method Summary
 ITopicUser createTopic(java.lang.String topicName)
          Create the specified topic.
 
Methods inherited from interface org.eclipse.corona.collaboration.ecf.interfaces.ICoronaEventRouter
addTopicListener, processEvent, removeTopicListener, sendMessage
 

Method Detail

createTopic

ITopicUser createTopic(java.lang.String topicName)
Create the specified topic. The method is invoked from the shared object, when client request that a topic be created on the server.

Parameters:
topicName - Name of topic to be created.

Copyright 2006 IBM Corporation and others.
All Rights Reserved.