Uses of Class
org.omg.TimeBase.UtcT

Packages that use UtcT
org.apache.yoko.orb.Messaging   
org.apache.yoko.orb.OB   
org.omg.Messaging   
org.omg.Security   
org.omg.SecurityLevel2   
org.omg.TimeBase   
 

Uses of UtcT in org.apache.yoko.orb.Messaging
 

Methods in org.apache.yoko.orb.Messaging that return UtcT
 UtcT RequestEndTimePolicy_impl.end_time()
           
 UtcT ReplyEndTimePolicy_impl.end_time()
           
 UtcT ReplyStartTimePolicy_impl.start_time()
           
 UtcT RequestStartTimePolicy_impl.start_time()
           
 

Constructors in org.apache.yoko.orb.Messaging with parameters of type UtcT
ReplyEndTimePolicy_impl(UtcT value)
           
ReplyStartTimePolicy_impl(UtcT value)
           
RequestEndTimePolicy_impl(UtcT value)
           
RequestStartTimePolicy_impl(UtcT value)
           
 

Uses of UtcT in org.apache.yoko.orb.OB
 

Fields in org.apache.yoko.orb.OB declared as UtcT
 UtcT RefCountPolicyList.replyEndTime
           
 UtcT RefCountPolicyList.replyStartTime
           
 UtcT RefCountPolicyList.requestEndTime
           
 UtcT RefCountPolicyList.requestStartTime
           
 

Methods in org.apache.yoko.orb.OB that return UtcT
static UtcT TimeHelper.add(long t, UtcT a)
           
static UtcT TimeHelper.add(UtcT a, long t)
           
static UtcT TimeHelper.subtract(UtcT a, long t)
           
static UtcT TimeHelper.toUtcT(IntervalT inter)
           
static UtcT TimeHelper.toUtcT(long time, long inaccuracy)
           
static UtcT TimeHelper.toUtcT(long time, long inaccuracy, short tdf)
           
static UtcT TimeHelper.utcMax()
           
static UtcT TimeHelper.utcMin()
           
static UtcT TimeHelper.utcNow(long inaccuracy)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type UtcT
static UtcT TimeHelper.add(long t, UtcT a)
           
static UtcT TimeHelper.add(UtcT a, long t)
           
static boolean TimeHelper.equal(UtcT a, UtcT b)
           
static boolean TimeHelper.greaterThan(UtcT a, UtcT b)
           
static boolean TimeHelper.greaterThanEqual(UtcT a, UtcT b)
           
static boolean TimeHelper.lessThan(UtcT a, UtcT b)
           
static boolean TimeHelper.lessThanEqual(UtcT a, UtcT b)
           
static boolean TimeHelper.notEqual(UtcT a, UtcT b)
           
static UtcT TimeHelper.subtract(UtcT a, long t)
           
static long TimeHelper.toJavaMillis(UtcT utc)
           
static String TimeHelper.toString(UtcT time)
           
static String TimeHelper.toTimeString(UtcT time)
           
 

Uses of UtcT in org.omg.Messaging
 

Methods in org.omg.Messaging that return UtcT
 UtcT ReplyEndTimePolicyOperations.end_time()
           
 UtcT RequestEndTimePolicyOperations.end_time()
           
 UtcT ReplyStartTimePolicyOperations.start_time()
           
 UtcT RequestStartTimePolicyOperations.start_time()
           
 

Uses of UtcT in org.omg.Security
 

Methods in org.omg.Security that return UtcT
static UtcT UtcTHelper.extract(Any a)
           
static UtcT UtcTHelper.read(InputStream istream)
           
 

Methods in org.omg.Security with parameters of type UtcT
static void UtcTHelper.insert(Any a, UtcT that)
           
static void UtcTHelper.write(OutputStream ostream, UtcT value)
           
 

Uses of UtcT in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 with parameters of type UtcT
 void _AuditChannelStub.audit_write(AuditEventType event_type, Credentials[] creds, UtcT time, SelectorValue[] descriptors, Any event_specific_data)
           
 void AuditChannelOperations.audit_write(AuditEventType event_type, Credentials[] creds, UtcT time, SelectorValue[] descriptors, Any event_specific_data)
           
 

Uses of UtcT in org.omg.TimeBase
 

Fields in org.omg.TimeBase declared as UtcT
 UtcT UtcTHolder.value
           
 

Methods in org.omg.TimeBase that return UtcT
static UtcT UtcTHelper.extract(Any any)
           
static UtcT UtcTHelper.read(InputStream in)
           
 

Methods in org.omg.TimeBase with parameters of type UtcT
static void UtcTHelper.insert(Any any, UtcT val)
           
static void UtcTHelper.write(OutputStream out, UtcT val)
           
 

Constructors in org.omg.TimeBase with parameters of type UtcT
UtcTHolder(UtcT initial)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.