Uses of Class
org.omg.TimeBase.UtcT
-
Packages that use UtcT Package Description org.omg.Messaging org.omg.TimeBase -
-
Uses of UtcT in org.omg.Messaging
Methods in org.omg.Messaging that return UtcT Modifier and Type Method Description UtcT
_ReplyEndTimePolicyStub. end_time()
UtcT
_RequestEndTimePolicyStub. end_time()
UtcT
ReplyEndTimePolicyOperations. end_time()
UtcT
ReplyEndTimePolicyPOATie. end_time()
UtcT
RequestEndTimePolicyOperations. end_time()
UtcT
RequestEndTimePolicyPOATie. end_time()
UtcT
_ReplyStartTimePolicyStub. start_time()
UtcT
_RequestStartTimePolicyStub. start_time()
UtcT
ReplyStartTimePolicyOperations. start_time()
UtcT
ReplyStartTimePolicyPOATie. start_time()
UtcT
RequestStartTimePolicyOperations. start_time()
UtcT
RequestStartTimePolicyPOATie. start_time()
-
Uses of UtcT in org.omg.TimeBase
Fields in org.omg.TimeBase declared as UtcT Modifier and Type Field Description UtcT
UtcTHolder. value
Methods in org.omg.TimeBase that return UtcT Modifier and Type Method Description static UtcT
UtcTHelper. extract(Any a)
static UtcT
UtcTHelper. read(InputStream istream)
Methods in org.omg.TimeBase with parameters of type UtcT Modifier and Type Method Description static void
UtcTHelper. insert(Any a, UtcT that)
static void
UtcTHelper. write(OutputStream ostream, UtcT value)
Constructors in org.omg.TimeBase with parameters of type UtcT Constructor Description UtcTHolder(UtcT initialValue)
-