|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosTime.TimeServicePOA
org.omg.CosTime.TimeServicePOATie
public class TimeServicePOATie
The TimeService interface provides operations for obtaining the current time, constructing a UTO with specified values for each attribute, and constructing a TIO wuth specified upped and lower bounds.
Constructor Summary | |
---|---|
TimeServicePOATie(TimeServiceOperations tieObject)
Constructor |
|
TimeServicePOATie(TimeServiceOperations tieObject,
org.omg.PortableServer.POA poa)
Constructor |
Method Summary | |
---|---|
org.omg.PortableServer.POA |
_default_POA()
_default_POA method |
TimeServiceOperations |
_delegate()
Get the delegate |
void |
_delegate(TimeServiceOperations delegate_)
Set the delegate |
TIO |
new_interval(long lower,
long upper)
Operation new_interval |
UTO |
new_universal_time(long time,
long inaccuracy,
short tdf)
Operation new_universal_time |
UTO |
secure_universal_time()
Operation secure_universal_time |
UTO |
universal_time()
Operation universal_time |
UTO |
uto_from_utc(UtcT utc)
Operation uto_from_utc |
Methods inherited from class org.omg.CosTime.TimeServicePOA |
---|
_all_interfaces, _invoke, _this, _this |
Methods inherited from class org.omg.PortableServer.Servant |
---|
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TimeServicePOATie(TimeServiceOperations tieObject)
public TimeServicePOATie(TimeServiceOperations tieObject, org.omg.PortableServer.POA poa)
Method Detail |
---|
public TimeServiceOperations _delegate()
public void _delegate(TimeServiceOperations delegate_)
public org.omg.PortableServer.POA _default_POA()
_default_POA
in class org.omg.PortableServer.Servant
public UTO universal_time() throws TimeUnavailable
TimeUnavailable
public UTO secure_universal_time() throws TimeUnavailable
TimeUnavailable
public UTO new_universal_time(long time, long inaccuracy, short tdf)
public UTO uto_from_utc(UtcT utc)
public TIO new_interval(long lower, long upper)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |