19 LPSException(const string
& what
)
25 const char * what() const
38 LpsClient(const char* host
);
40 void connect() throw(LPSException
);
42 void receiveJob(const char* queue
) throw(LPSException
);
43 void receiveControlFile(int cfsize
, const char* cfname
)
45 void receiveDataFile(int dfsize
, const char* dfname
)
47 void transferData(const char* buffer
, int size
= -1)
49 void transferData(istream
& is
, int size
= -1)
51 void endTransfer() throw(LPSException
);
52 void checkAck() throw(LPSException
);
63 #endif /* __LPSCLIENT_H */