|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef JIVEXML_ExternalONCRPCSERVERSVC_H
6 #define JIVEXML_ExternalONCRPCSERVERSVC_H
9 #include "GaudiKernel/ServiceHandle.h"
10 #include "GaudiKernel/MsgStream.h"
StatusCode GetClient()
Obtain a client handle by.
ExternalONCRPCServerSvc(const std::string &name, ISvcLocator *sl)
Default constructor.
virtual StatusCode initialize() override
Gaudi default methods.
POOL::TEvent event(POOL::TEvent::kClassAccess)
::StatusCode StatusCode
StatusCode definition for legacy code.
This athena service will provide a link to an external ONCRPC server, e.g running as standalone appli...
struct timeval GetTimeout()
Convert timeout double in seconds to struct timeval.
For the client-server communication, each event is uniquely identified by the run number,...
virtual ~ExternalONCRPCServerSvc()
Destructor.
This header is shared inbetween the C-style server thread and the C++ Athena ServerSvc.
StatusCode ReleaseClient()
Destroy the private client handle.
virtual StatusCode UpdateEventForStream(const EventStreamID &evtStreamID, const std::string &event) override
Put this event as new current event for stream given by name.
virtual StatusCode finalize() override
Finalize - called once at the end.