org.openorb.event
Class Server
java.lang.Object
|
+--org.openorb.event.Server
- public class Server
- extends java.lang.Object
Event Service server.
- Author:
- Jerome Daniel, Olivier Modica
|
Method Summary |
static void |
bindDefaultChannel(org.omg.CORBA.ORB orb,
org.omg.CORBA.Object obj,
java.lang.String name)
Bind the DefaultChannel into the NamingService
(bind the ChannelFactory and the DefaultEventChannel) |
static void |
bindEventService(org.omg.CORBA.ORB orb,
org.omg.CORBA.Object obj,
java.lang.String name)
Bind the EventService into the NamingService
(bind the ChannelFactory and the DefaultEventChannel) |
static void |
main(java.lang.String[] args)
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Server
public Server()
main
public static void main(java.lang.String[] args)
bindEventService
public static void bindEventService(org.omg.CORBA.ORB orb,
org.omg.CORBA.Object obj,
java.lang.String name)
- Bind the EventService into the NamingService
(bind the ChannelFactory and the DefaultEventChannel)
bindDefaultChannel
public static void bindDefaultChannel(org.omg.CORBA.ORB orb,
org.omg.CORBA.Object obj,
java.lang.String name)
- Bind the DefaultChannel into the NamingService
(bind the ChannelFactory and the DefaultEventChannel)