cast.interfaces.TimeServerPrx Interface Reference

Inheritance diagram for cast.interfaces.TimeServerPrx:

cast.interfaces.TimeServerPrxHelper

List of all members.

Public Member Functions

cast.cdl.CASTTime getCASTTime ()
cast.cdl.CASTTime getCASTTime (java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_getCASTTime ()
Ice.AsyncResult begin_getCASTTime (java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_getCASTTime (Ice.Callback __cb)
Ice.AsyncResult begin_getCASTTime (java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_getCASTTime (Callback_TimeServer_getCASTTime __cb)
Ice.AsyncResult begin_getCASTTime (java.util.Map< String, String > __ctx, Callback_TimeServer_getCASTTime __cb)
cast.cdl.CASTTime end_getCASTTime (Ice.AsyncResult __result)
cast.cdl.CASTTime fromTimeOfDayDouble (double todsecs)
cast.cdl.CASTTime fromTimeOfDayDouble (double todsecs, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_fromTimeOfDayDouble (double todsecs)
Ice.AsyncResult begin_fromTimeOfDayDouble (double todsecs, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_fromTimeOfDayDouble (double todsecs, Ice.Callback __cb)
Ice.AsyncResult begin_fromTimeOfDayDouble (double todsecs, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_fromTimeOfDayDouble (double todsecs, Callback_TimeServer_fromTimeOfDayDouble __cb)
Ice.AsyncResult begin_fromTimeOfDayDouble (double todsecs, java.util.Map< String, String > __ctx, Callback_TimeServer_fromTimeOfDayDouble __cb)
cast.cdl.CASTTime end_fromTimeOfDayDouble (Ice.AsyncResult __result)
cast.cdl.CASTTime fromTimeOfDay (long secs, long usecs)
cast.cdl.CASTTime fromTimeOfDay (long secs, long usecs, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_fromTimeOfDay (long secs, long usecs)
Ice.AsyncResult begin_fromTimeOfDay (long secs, long usecs, java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_fromTimeOfDay (long secs, long usecs, Ice.Callback __cb)
Ice.AsyncResult begin_fromTimeOfDay (long secs, long usecs, java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_fromTimeOfDay (long secs, long usecs, Callback_TimeServer_fromTimeOfDay __cb)
Ice.AsyncResult begin_fromTimeOfDay (long secs, long usecs, java.util.Map< String, String > __ctx, Callback_TimeServer_fromTimeOfDay __cb)
cast.cdl.CASTTime end_fromTimeOfDay (Ice.AsyncResult __result)
void reset ()
void reset (java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_reset ()
Ice.AsyncResult begin_reset (java.util.Map< String, String > __ctx)
Ice.AsyncResult begin_reset (Ice.Callback __cb)
Ice.AsyncResult begin_reset (java.util.Map< String, String > __ctx, Ice.Callback __cb)
Ice.AsyncResult begin_reset (Callback_TimeServer_reset __cb)
Ice.AsyncResult begin_reset (java.util.Map< String, String > __ctx, Callback_TimeServer_reset __cb)
void end_reset (Ice.AsyncResult __result)


Detailed Description

Servers to sync time across languages and machines. Currently wraps a simple monotonic timer.

Definition at line 26 of file TimeServerPrx.java.


Member Function Documentation

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDay ( long  secs,
long  usecs,
java.util.Map< String, String >  __ctx,
Callback_TimeServer_fromTimeOfDay  __cb 
)

Convert the given secs and microsecs into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__ctx The Context map to send with the invocation.
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDay ( long  secs,
long  usecs,
Callback_TimeServer_fromTimeOfDay  __cb 
)

Convert the given secs and microsecs into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDay ( long  secs,
long  usecs,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Convert the given secs and microsecs into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__ctx The Context map to send with the invocation.
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDay ( long  secs,
long  usecs,
Ice.Callback  __cb 
)

Convert the given secs and microsecs into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDay ( long  secs,
long  usecs,
java.util.Map< String, String >  __ctx 
)

Convert the given secs and microsecs into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__ctx The Context map to send with the invocation.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDay ( long  secs,
long  usecs 
)

Convert the given secs and microsecs into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDayDouble ( double  todsecs,
java.util.Map< String, String >  __ctx,
Callback_TimeServer_fromTimeOfDayDouble  __cb 
)

Convert the give double into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__ctx The Context map to send with the invocation.
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDayDouble ( double  todsecs,
Callback_TimeServer_fromTimeOfDayDouble  __cb 
)

Convert the give double into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDayDouble ( double  todsecs,
java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Convert the give double into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__ctx The Context map to send with the invocation.
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDayDouble ( double  todsecs,
Ice.Callback  __cb 
)

Convert the give double into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDayDouble ( double  todsecs,
java.util.Map< String, String >  __ctx 
)

Convert the give double into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__ctx The Context map to send with the invocation.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_fromTimeOfDayDouble ( double  todsecs  ) 

Convert the give double into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime ( java.util.Map< String, String >  __ctx,
Callback_TimeServer_getCASTTime  __cb 
)

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime ( Callback_TimeServer_getCASTTime  __cb  ) 

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime ( java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime ( Ice.Callback  __cb  ) 

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime ( java.util.Map< String, String >  __ctx  ) 

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime (  ) 

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_reset ( java.util.Map< String, String >  __ctx,
Callback_TimeServer_reset  __cb 
)

Sync the time server to 0. Should be equivalent to syncTo(0,0)

Parameters:
__ctx The Context map to send with the invocation.
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_reset ( Callback_TimeServer_reset  __cb  ) 

Sync the time server to 0. Should be equivalent to syncTo(0,0)

Parameters:
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_reset ( java.util.Map< String, String >  __ctx,
Ice.Callback  __cb 
)

Sync the time server to 0. Should be equivalent to syncTo(0,0)

Parameters:
__ctx The Context map to send with the invocation.
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_reset ( Ice.Callback  __cb  ) 

Sync the time server to 0. Should be equivalent to syncTo(0,0)

Parameters:
__cb The asynchronous callback object.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_reset ( java.util.Map< String, String >  __ctx  ) 

Sync the time server to 0. Should be equivalent to syncTo(0,0)

Parameters:
__ctx The Context map to send with the invocation.
Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_reset (  ) 

Sync the time server to 0. Should be equivalent to syncTo(0,0)

Returns:
The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

cast.cdl.CASTTime cast.interfaces.TimeServerPrx.end_fromTimeOfDay ( Ice.AsyncResult  __result  ) 

Convert the given secs and microsecs into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__result The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

cast.cdl.CASTTime cast.interfaces.TimeServerPrx.end_fromTimeOfDayDouble ( Ice.AsyncResult  __result  ) 

Convert the give double into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__result The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

cast.cdl.CASTTime cast.interfaces.TimeServerPrx.end_getCASTTime ( Ice.AsyncResult  __result  ) 

void cast.interfaces.TimeServerPrx.end_reset ( Ice.AsyncResult  __result  ) 

Sync the time server to 0. Should be equivalent to syncTo(0,0)

Parameters:
__result The asynchronous result object.

Implemented in cast.interfaces.TimeServerPrxHelper.

cast.cdl.CASTTime cast.interfaces.TimeServerPrx.fromTimeOfDay ( long  secs,
long  usecs,
java.util.Map< String, String >  __ctx 
)

Convert the given secs and microsecs into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__ctx The Context map to send with the invocation.

Implemented in cast.interfaces.TimeServerPrxHelper.

cast.cdl.CASTTime cast.interfaces.TimeServerPrx.fromTimeOfDay ( long  secs,
long  usecs 
)

Convert the given secs and microsecs into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Implemented in cast.interfaces.TimeServerPrxHelper.

cast.cdl.CASTTime cast.interfaces.TimeServerPrx.fromTimeOfDayDouble ( double  todsecs,
java.util.Map< String, String >  __ctx 
)

Convert the give double into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Parameters:
__ctx The Context map to send with the invocation.

Implemented in cast.interfaces.TimeServerPrxHelper.

cast.cdl.CASTTime cast.interfaces.TimeServerPrx.fromTimeOfDayDouble ( double  todsecs  ) 

Convert the give double into a CASTTime. This creates a CASTTime representing the difference between the given time and the time server's zero time.

Implemented in cast.interfaces.TimeServerPrxHelper.

cast.cdl.CASTTime cast.interfaces.TimeServerPrx.getCASTTime ( java.util.Map< String, String >  __ctx  ) 

cast.cdl.CASTTime cast.interfaces.TimeServerPrx.getCASTTime (  ) 

void cast.interfaces.TimeServerPrx.reset ( java.util.Map< String, String >  __ctx  ) 

Sync the time server to 0. Should be equivalent to syncTo(0,0)

Parameters:
__ctx The Context map to send with the invocation.

Implemented in cast.interfaces.TimeServerPrxHelper.

void cast.interfaces.TimeServerPrx.reset (  ) 

Sync the time server to 0. Should be equivalent to syncTo(0,0)

Implemented in cast.interfaces.TimeServerPrxHelper.


The documentation for this interface was generated from the following file:

Generated on Mon Jun 13 15:55:49 2011 for CAST Java by  doxygen 1.5.8