505152535455565758
* {@inheritDoc} */ public void start(BundleContext context) throws Exception { super.start(context); eventService = new EventService(); serverSession = new MasterServerSession(); }
* {@inheritDoc} */ public void start(BundleContext context) throws Exception { super.start(context); eventService = new EventService(); serverSession = MasterServer.newInstance(); }
* {@inheritDoc} */ public void start(BundleContext context) throws Exception { super.start(context); eventService = new EventService(); clientSession = ClientSession.newInstance(); }
50515253545556575859