5#ifndef JIVEXML_ExternalONCRPCSERVERSVC_H
6#define JIVEXML_ExternalONCRPCSERVERSVC_H
9#include "GaudiKernel/ServiceHandle.h"
10#include "GaudiKernel/MsgStream.h"
34 virtual StatusCode
finalize()
override;
For the client-server communication, each event is uniquely identified by the run number,...
virtual StatusCode initialize() override
Gaudi default methods.
StatusCode ReleaseClient()
Destroy the private client handle.
StatusCode GetClient()
Obtain a client handle by.
virtual StatusCode finalize() override
Finalize - called once at the end.
virtual ~ExternalONCRPCServerSvc()
Destructor.
virtual StatusCode UpdateEventForStream(const EventStreamID &evtStreamID, const std::string &event) override
Put this event as new current event for stream given by name.
struct timeval GetTimeout()
Convert timeout double in seconds to struct timeval.
ExternalONCRPCServerSvc(const std::string &name, ISvcLocator *sl)
Default constructor.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.