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.
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.