
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) |
Definition at line 26 of file TimeServerPrx.java.
| 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.
| __ctx | The Context map to send with the invocation. | |
| __cb | The asynchronous callback 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.
| __cb | The asynchronous callback 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.
| __ctx | The Context map to send with the invocation. | |
| __cb | The asynchronous callback 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.
| __cb | The asynchronous callback 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.
| __ctx | The Context map to send with the invocation. |
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.
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.
| __ctx | The Context map to send with the invocation. | |
| __cb | The asynchronous callback 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.
| __cb | The asynchronous callback 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.
| __ctx | The Context map to send with the invocation. | |
| __cb | The asynchronous callback 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.
| __cb | The asynchronous callback 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.
| __ctx | The Context map to send with the invocation. |
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.
Implemented in cast.interfaces.TimeServerPrxHelper.
| Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime | ( | java.util.Map< String, String > | __ctx, | |
| Callback_TimeServer_getCASTTime | __cb | |||
| ) |
Implemented in cast.interfaces.TimeServerPrxHelper.
| Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime | ( | Callback_TimeServer_getCASTTime | __cb | ) |
Implemented in cast.interfaces.TimeServerPrxHelper.
| Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime | ( | java.util.Map< String, String > | __ctx, | |
| Ice.Callback | __cb | |||
| ) |
Implemented in cast.interfaces.TimeServerPrxHelper.
| Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime | ( | Ice.Callback | __cb | ) |
Implemented in cast.interfaces.TimeServerPrxHelper.
| Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime | ( | java.util.Map< String, String > | __ctx | ) |
Implemented in cast.interfaces.TimeServerPrxHelper.
| Ice.AsyncResult cast.interfaces.TimeServerPrx.begin_getCASTTime | ( | ) |
Implemented in cast.interfaces.TimeServerPrxHelper.
| 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)
| __ctx | The Context map to send with the invocation. | |
| __cb | The asynchronous callback 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)
| __cb | The asynchronous callback 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)
| __ctx | The Context map to send with the invocation. | |
| __cb | The asynchronous callback 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)
| __cb | The asynchronous callback 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)
| __ctx | The Context map to send with the invocation. |
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)
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.
| __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.
| __result | The asynchronous result object. |
Implemented in cast.interfaces.TimeServerPrxHelper.
| cast.cdl.CASTTime cast.interfaces.TimeServerPrx.end_getCASTTime | ( | Ice.AsyncResult | __result | ) |
Implemented in cast.interfaces.TimeServerPrxHelper.
| void cast.interfaces.TimeServerPrx.end_reset | ( | Ice.AsyncResult | __result | ) |
Sync the time server to 0. Should be equivalent to syncTo(0,0)
| __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.
| __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.
| __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 | ) |
Implemented in cast.interfaces.TimeServerPrxHelper.
| cast.cdl.CASTTime cast.interfaces.TimeServerPrx.getCASTTime | ( | ) |
Implemented in cast.interfaces.TimeServerPrxHelper.
| void cast.interfaces.TimeServerPrx.reset | ( | java.util.Map< String, String > | __ctx | ) |
Sync the time server to 0. Should be equivalent to syncTo(0,0)
| __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.
1.5.8