Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members   Related Pages  

ServerTime::Time Interface Reference

Current time. More...

#include <ServerTime.idl>

List of all members.

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...


Detailed Description

Current time.

Definition at line 26 of file ServerTime.idl.


Member Function Documentation

void ServerTime::Time::WaitThisLong ( in long seconds )
 

Wait for a number of seconds.

For testing purposes, what happens when a remotely called CORBA object takes a (very) long time to complete?

Parameters:
seconds   Number of seconds to wait.


Member Data Documentation

attribute long ServerTime::Time::Drift
 

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.

readonly attribute long ServerTime::Time::Now
 

The time on the server.

Returns:
The time as a C time value.

Definition at line 32 of file ServerTime.idl.


The documentation for this interface was generated from the following file:
This documentation is part of the "SOAP to CORBA bridge" project
Copyright © 2000 by Lifeline Networks bv.
All rights are reserved.