Modifier and Type | Method and Description |
---|---|
UtcT |
EvaluationContext.getCurrentTime() |
UtcT |
CurrentTimeUtil.getCurrentTime() |
Modifier and Type | Method and Description |
---|---|
UtcT |
Delegate.getReplyEndTime() |
UtcT |
Delegate.getReplyStartTime() |
UtcT |
Delegate.getRequestEndTime() |
UtcT |
Delegate.getRequestStartTime() |
Constructor and Description |
---|
ReplyReceiver(Delegate delegate,
java.lang.String operation,
UtcT replyEndTime,
ClientInterceptorHandler interceptors,
ReplyHandler replyHandler) |
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
UtcT |
RequestOutputStream.getReplyEndTime() |
Constructor and Description |
---|
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) |
Modifier and Type | Method and Description |
---|---|
UtcT |
ReplyEndTimePolicy.end_time() |
UtcT |
RequestEndTimePolicy.end_time() |
UtcT |
ReplyStartTimePolicy.start_time() |
UtcT |
RequestStartTimePolicy.start_time() |
Constructor and Description |
---|
ReplyStartTimePolicy(UtcT start_time) |
RequestEndTimePolicy(UtcT end_time) |
Modifier and Type | Method and Description |
---|---|
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.corbaTime()
Returns the current time as a CORBA UtcT.
|
static UtcT |
Time.corbaTime(java.util.Date date)
Converts the given Java date into a CORBA UtcT.
|
static UtcT |
Time.corbaTime(long unixTime)
Converts the given unixTime into a CORBA UtcT.
|
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.
|
Modifier and Type | Method and Description |
---|---|
static UtcT |
Time.earliest(UtcT timeA,
UtcT timeB)
Compares two UtcT time values and returns that which is earlier.
|
static boolean |
Time.hasPassed(UtcT time)
Returns true if the instant represented by the given UtcT is
already in the past, false otherwise.
|
static long |
Time.millisTo(UtcT time)
Returns the number of milliseconds between now and the given CORBA
time.
|
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.
|
Modifier and Type | Field and Description |
---|---|
UtcT[] |
AuthTokenData.expiry_time |
UtcT[] |
ExpiryTimeHolder.value |
Modifier and Type | Method and Description |
---|---|
static UtcT[] |
ExpiryTimeHelper.extract(Any any) |
static UtcT[] |
ExpiryTimeHelper.read(InputStream _in) |
Modifier and Type | Method and Description |
---|---|
static void |
ExpiryTimeHelper.insert(Any any,
UtcT[] s) |
static void |
ExpiryTimeHelper.write(OutputStream _out,
UtcT[] _s) |
Constructor and Description |
---|
AuthTokenData(IdentityToken[] ident_token,
AuthorizationElement[] auth_token,
UtcT[] expiry_time) |
ExpiryTimeHolder(UtcT[] initial) |
Modifier and Type | Method and Description |
---|---|
UtcT |
UTOOperations.utc_time() |
Modifier and Type | Method and Description |
---|---|
UTO |
TimeServiceOperations.uto_from_utc(UtcT utc) |
Modifier and Type | Method and Description |
---|---|
UtcT |
ReplyEndTimePolicyOperations.end_time() |
UtcT |
ReplyEndTimePolicyLocalTie.end_time() |
UtcT |
RequestEndTimePolicyOperations.end_time() |
UtcT |
RequestEndTimePolicyLocalTie.end_time() |
UtcT |
ReplyStartTimePolicyOperations.start_time() |
UtcT |
ReplyStartTimePolicyLocalTie.start_time() |
UtcT |
RequestStartTimePolicyOperations.start_time() |
UtcT |
RequestStartTimePolicyLocalTie.start_time() |
Modifier and Type | Method and Description |
---|---|
static UtcT |
UtcTHelper.extract(Any any) |
static UtcT |
UtcTHelper.read(InputStream _in) |
Modifier and Type | Method and Description |
---|---|
static void |
UtcTHelper.insert(Any any,
UtcT s) |
static void |
UtcTHelper.write(OutputStream _out,
UtcT _s) |
Modifier and Type | Method and Description |
---|---|
void |
AuditChannelOperations.audit_write(AuditEventType event_type,
Credentials[] creds,
UtcT time,
SelectorValue[] descriptors,
byte[] event_specific_data) |
Modifier and Type | Field and Description |
---|---|
UtcT |
UtcTHolder.value |
Modifier and Type | Method and Description |
---|---|
static UtcT |
UtcTHelper.extract(Any any) |
static UtcT |
UtcTHelper.read(InputStream in) |
Modifier and Type | Method and Description |
---|---|
static void |
UtcTHelper.insert(Any any,
UtcT s) |
static void |
UtcTHelper.write(OutputStream out,
UtcT s) |
Constructor and Description |
---|
UtcTHolder(UtcT initial) |