|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.corona.collaboration.CollaborationEventRouter
org.eclipse.corona.collaboration.ecf.ECFEventRouter
org.eclipse.corona.client.ecf.EventRouter
public class EventRouter
Field Summary | |
---|---|
static java.lang.String |
exceptionStatus
|
Fields inherited from class org.eclipse.corona.collaboration.ecf.ECFEventRouter |
---|
m_Context, m_Topics |
Constructor Summary | |
---|---|
EventRouter(org.osgi.framework.BundleContext context)
Class constructor. |
Method Summary | |
---|---|
void |
handleEvent(org.osgi.service.event.Event osgiEvent)
Handle the event from OSGI. |
void |
processEvent(java.lang.Object event)
Process events. |
void |
topicCreateCompleted(java.lang.String topicName)
Set indication that the topic has been created on the server. |
Methods inherited from class org.eclipse.corona.collaboration.ecf.ECFEventRouter |
---|
addTopicListener, dispose, getTopic, removeTopic, removeTopic, removeTopicListener, sendMessage, sendMessage, suppressSend, suppressSend |
Methods inherited from class org.eclipse.corona.collaboration.CollaborationEventRouter |
---|
close, getID, postEvent, sendEvent |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.eclipse.corona.collaboration.ecf.interfaces.ICoronaEventRouter |
---|
addTopicListener, removeTopicListener, sendMessage |
Field Detail |
---|
public static java.lang.String exceptionStatus
Constructor Detail |
---|
public EventRouter(org.osgi.framework.BundleContext context) throws java.lang.Exception
context
- Bundle context associated with the bundle that
created the class instance.
java.lang.Exception
Method Detail |
---|
public void processEvent(java.lang.Object event)
processEvent
in interface ICoronaEventRouter
processEvent
in class ECFEventRouter
event
- The event to be processed.public void handleEvent(org.osgi.service.event.Event osgiEvent)
handleEvent
in interface org.osgi.service.event.EventHandler
handleEvent
in class ECFEventRouter
osgiEvent
- The OSGI event to be handled.Event
public void topicCreateCompleted(java.lang.String topicName)
topicCreateCompleted
in interface IClientEventRouter
topic
- Name of topic that was created on the server.
|
Copyright 2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |