Uses of Class
org.omg.TimeBase.UtcT

Packages that use UtcT
org.jacorb.notification.filter   
org.jacorb.orb   
org.jacorb.orb.dsi   
org.jacorb.orb.giop   
org.jacorb.orb.policies   
org.jacorb.util   
org.omg.ATLAS   
org.omg.CosTime   
org.omg.Messaging   
org.omg.Security   
org.omg.SecurityLevel2   
org.omg.TimeBase   
 

Uses of UtcT in org.jacorb.notification.filter
 

Methods in org.jacorb.notification.filter that return UtcT
 UtcT EvaluationContext.getCurrentTime()
           
 UtcT CurrentTimeUtil.getCurrentTime()
           
 

Uses of UtcT in org.jacorb.orb
 

Methods in org.jacorb.orb that return UtcT
 UtcT Delegate.getRequestEndTime()
           
 UtcT Delegate.getReplyEndTime()
           
 UtcT Delegate.getRequestStartTime()
           
 UtcT Delegate.getReplyStartTime()
           
 

Constructors in org.jacorb.orb with parameters of type UtcT
ReplyReceiver(Delegate delegate, java.lang.String operation, UtcT replyEndTime, ClientInterceptorHandler interceptors, ReplyHandler replyHandler)
           
 

Uses of UtcT in org.jacorb.orb.dsi
 

Methods in org.jacorb.orb.dsi that return UtcT
 UtcT ServerRequest.getReplyEndTime()
          Returns the time after which a reply to this request may no longer be obtained or returned to the client; null if no such time has been specified.
 UtcT ServerRequest.getRequestEndTime()
          Returns the time after which this request may no longer be delivered to its target; null if no such time has been specified.
 UtcT ServerRequest.getRequestStartTime()
          Returns the time after which this request may be delivered to its target; null if no such time has been specified.
 

Uses of UtcT in org.jacorb.orb.giop
 

Methods in org.jacorb.orb.giop that return UtcT
 UtcT RequestOutputStream.getReplyEndTime()
           
 

Constructors in org.jacorb.orb.giop with parameters of type UtcT
RequestOutputStream(ORB orb, ClientConnection connection, int request_id, java.lang.String operation, boolean response_expected, short syncScope, UtcT requestStartTime, UtcT requestEndTime, UtcT replyEndTime, byte[] object_key, int giop_minor)
           
 

Uses of UtcT in org.jacorb.orb.policies
 

Methods in org.jacorb.orb.policies that return UtcT
 UtcT RequestStartTimePolicy.start_time()
           
 UtcT ReplyEndTimePolicy.end_time()
           
 UtcT ReplyStartTimePolicy.start_time()
           
 UtcT RequestEndTimePolicy.end_time()
           
 

Constructors in org.jacorb.orb.policies with parameters of type UtcT
RequestStartTimePolicy(UtcT start_time)
           
ReplyEndTimePolicy(UtcT end_time)
           
ReplyStartTimePolicy(UtcT start_time)
           
RequestEndTimePolicy(UtcT end_time)
           
 

Uses of UtcT in org.jacorb.util
 

Methods in org.jacorb.util that return UtcT
static UtcT Time.corbaTime()
          Returns the current time as a CORBA UtcT.
static UtcT Time.corbaTime(long unixTime)
          Converts the given unixTime into a CORBA UtcT.
static UtcT Time.corbaTime(java.util.Date date)
          Converts the given Java date into a CORBA UtcT.
static UtcT Time.corbaFuture(long corbaUnits)
          Returns a CORBA UtcT that represents an instant that lies a given number of CORBA time units (100 ns) in the future.
static UtcT Time.earliest(UtcT timeA, UtcT timeB)
          Compares two UtcT time values and returns that which is earlier.
static UtcT Time.fromCDR(byte[] buffer)
          Decodes a CDR encapsulation of a UtcT.
 

Methods in org.jacorb.util with parameters of type UtcT
static long Time.millisTo(UtcT time)
          Returns the number of milliseconds between now and the given CORBA time.
static boolean Time.hasPassed(UtcT time)
          Returns true if the instant represented by the given UtcT is already in the past, false otherwise.
static UtcT Time.earliest(UtcT timeA, UtcT timeB)
          Compares two UtcT time values and returns that which is earlier.
static byte[] Time.toCDR(UtcT time)
          Returns a CDR encapsulation of the given UtcT.
static void Time.waitFor(UtcT time)
          This method blocks until the given time has been reached.
 

Uses of UtcT in org.omg.ATLAS
 

Fields in org.omg.ATLAS declared as UtcT
 UtcT[] AuthTokenData.expiry_time
           
 UtcT[] ExpiryTimeHolder.value
           
 

Methods in org.omg.ATLAS that return UtcT
static UtcT[] ExpiryTimeHelper.extract(Any any)
           
static UtcT[] ExpiryTimeHelper.read(InputStream _in)
           
 

Methods in org.omg.ATLAS with parameters of type UtcT
static void ExpiryTimeHelper.insert(Any any, UtcT[] s)
           
static void ExpiryTimeHelper.write(OutputStream _out, UtcT[] _s)
           
 

Constructors in org.omg.ATLAS with parameters of type UtcT
AuthTokenData(IdentityToken[] ident_token, AuthorizationElement[] auth_token, UtcT[] expiry_time)
           
ExpiryTimeHolder(UtcT[] initial)
           
 

Uses of UtcT in org.omg.CosTime
 

Methods in org.omg.CosTime that return UtcT
 UtcT UTOOperations.utc_time()
           
 

Methods in org.omg.CosTime with parameters of type UtcT
 UTO TimeServiceOperations.uto_from_utc(UtcT utc)
           
 

Uses of UtcT in org.omg.Messaging
 

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

Uses of UtcT in org.omg.Security
 

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

Methods in org.omg.Security with parameters of type UtcT
static void UtcTHelper.insert(Any any, UtcT s)
           
static void UtcTHelper.write(OutputStream _out, UtcT _s)
           
 

Uses of UtcT in org.omg.SecurityLevel2
 

Methods in org.omg.SecurityLevel2 with parameters of type UtcT
 void AuditChannelOperations.audit_write(AuditEventType event_type, Credentials[] creds, UtcT time, SelectorValue[] descriptors, byte[] 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 s)
           
static void UtcTHelper.write(OutputStream out, UtcT s)
           
 

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