454647484950515253
/** * access the ChannelFactory */ protected final TypedEventChannelFactory getChannelFactory() { TypedEventChannelFactory channelFactory = TypedEventChannelFactoryHelper.narrow(setup.getServerObject()); return channelFactory; }
484950515253545556
636465666768697071