#include <ServerTime.idl>
Public Methods | |
void | WaitThisLong (in long seconds) |
Wait for a number of seconds. More... | |
Public Attributes | |
readonly attribute long | Now |
The time on the server. More... | |
attribute long | Drift |
Adjust the time. More... |
Definition at line 26 of file ServerTime.idl.
|
Wait for a number of seconds. For testing purposes, what happens when a remotely called CORBA object takes a (very) long time to complete?
|
|
Adjust the time. Only in the context of this service, specify or obtain the current drift in seconds. Definition at line 39 of file ServerTime.idl. |
|
The time on the server.
Definition at line 32 of file ServerTime.idl. |