xmlBlaster 2.2.0 client API

Uses of Class
org.xmlBlaster.util.Timestamp

Packages that use Timestamp
org.xmlBlaster.client.qos   
org.xmlBlaster.client.queuemsg   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.cluster   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queuemsg   
 

Uses of Timestamp in org.xmlBlaster.client.qos
 

Methods in org.xmlBlaster.client.qos that return Timestamp
 Timestamp PublishReturnQos.getRcvTimestamp()
          The approximate receive timestamp (UTC time), when message arrived in requestBroker.publish() method.
In milliseconds elapsed since midnight, January 1, 1970 UTC
 Timestamp UpdateQos.getRcvTimestamp()
          The approximate receive timestamp (UTC time), when message was created - arrived at xmlBlaster server.
In nanoseconds elapsed since midnight, January 1, 1970 UTC
 Timestamp GetReturnQos.getRcvTimestamp()
          The approximate receive timestamp (UTC time), when message was created - arrived at xmlBlaster server.
In nanoseconds elapsed since midnight, January 1, 1970 UTC
 

Uses of Timestamp in org.xmlBlaster.client.queuemsg
 

Methods in org.xmlBlaster.client.queuemsg that return Timestamp
 Timestamp MsgQueueEraseEntry.getRcvTimestamp()
          return null
 Timestamp MsgQueueGetEntry.getRcvTimestamp()
          return null
 Timestamp MsgQueueUnSubscribeEntry.getRcvTimestamp()
          return null
 Timestamp MsgQueueDisconnectEntry.getRcvTimestamp()
          return null
 Timestamp MsgQueueConnectEntry.getRcvTimestamp()
          return null
 Timestamp MsgQueueSubscribeEntry.getRcvTimestamp()
          return null
 

Constructors in org.xmlBlaster.client.queuemsg with parameters of type Timestamp
MsgQueueConnectEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, ConnectQosData connectQosData)
          For persistence recovery
MsgQueueDisconnectEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, DisconnectQos disconnectQos)
          For persistence recovery
MsgQueueEraseEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, EraseKey eraseKey, EraseQos eraseQos)
          For persistence recovery
MsgQueueGetEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, GetKey getKey, GetQos getQos)
          For persistence recovery
MsgQueuePublishEntry(Global glob, MethodName entryType, PriorityEnum priority, StorageId storageId, Timestamp publishEntryTimestamp, long sizeInBytes, MsgUnit msgUnit)
          For persistence recovery
MsgQueueSubscribeEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, QueryKeyData subscribeKeyData, QueryQosData subscribeQosData)
          For persistence recovery
MsgQueueUnSubscribeEntry(Global glob, PriorityEnum priority, StorageId storageId, Timestamp timestamp, long sizeInBytes, UnSubscribeKey unSubscribeKey, UnSubscribeQos unSubscribeQos)
          For persistence recovery
 

Uses of Timestamp in org.xmlBlaster.util
 

Subclasses of Timestamp in org.xmlBlaster.util
 class RcvTimestamp
          Timestamp for received messages, time elapsed since 1970, the nanos are simulated as a unique counter.
 

Methods in org.xmlBlaster.util that return Timestamp
 Timestamp I_TimeoutManager.addOrRefreshTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData, Timestamp key)
          Checks if key is null -> addTimeoutListener else refreshTimeoutListener() in a thread save way.
 Timestamp Timeout.addOrRefreshTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData, Timestamp key)
          Checks if key is null -> addTimeoutListener else refreshTimeoutListener() in a thread save way.
 Timestamp TimeoutPooled.addOrRefreshTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData, Timestamp key)
           
 Timestamp I_TimeoutManager.addTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData)
          Add a listener which gets informed after 'delay' milliseconds.
 Timestamp Timeout.addTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData)
          Add a listener which gets informed after 'delay' milliseconds.
 Timestamp TimeoutPooled.addTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData)
           
 Timestamp XmlBlasterException.getTimestamp()
          Timestamp when exception was thrown
 Timestamp I_TimeoutManager.refreshTimeoutListener(Timestamp key, long delay)
          Refresh a listener before the timeout happened.
 Timestamp Timeout.refreshTimeoutListener(Timestamp key, long delay)
          Refresh a listener before the timeout happened.
 Timestamp TimeoutPooled.refreshTimeoutListener(Timestamp key, long delay)
           
static Timestamp Timestamp.valueOf(java.lang.String s)
          Converts a String object in JDBC timestamp escape format to a Timestamp value.
 

Methods in org.xmlBlaster.util with parameters of type Timestamp
 Timestamp I_TimeoutManager.addOrRefreshTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData, Timestamp key)
          Checks if key is null -> addTimeoutListener else refreshTimeoutListener() in a thread save way.
 Timestamp Timeout.addOrRefreshTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData, Timestamp key)
          Checks if key is null -> addTimeoutListener else refreshTimeoutListener() in a thread save way.
 Timestamp TimeoutPooled.addOrRefreshTimeoutListener(I_Timeout listener, long delay, java.lang.Object userData, Timestamp key)
           
 long I_TimeoutManager.elapsed(Timestamp key)
          How long am i running.
 long Timeout.elapsed(Timestamp key)
          How long am i running.
 long TimeoutPooled.elapsed(Timestamp key)
           
 boolean Timestamp.equals(Timestamp ts)
          Tests to see if this Timestamp object is equal to the given Timestamp object.
 long I_TimeoutManager.getTimeout(Timestamp key)
          Access the end of life span.
 long Timeout.getTimeout(Timestamp key)
          Access the end of life span.
 long TimeoutPooled.getTimeout(Timestamp key)
           
 boolean I_TimeoutManager.isExpired(Timestamp key)
          Is this handle expired?

 boolean Timeout.isExpired(Timestamp key)
          Is this handle expired?

 boolean TimeoutPooled.isExpired(Timestamp key)
           
 Timestamp I_TimeoutManager.refreshTimeoutListener(Timestamp key, long delay)
          Refresh a listener before the timeout happened.
 Timestamp Timeout.refreshTimeoutListener(Timestamp key, long delay)
          Refresh a listener before the timeout happened.
 Timestamp TimeoutPooled.refreshTimeoutListener(Timestamp key, long delay)
           
 void I_TimeoutManager.removeTimeoutListener(Timestamp key)
          Remove a listener before the timeout happened.
 void Timeout.removeTimeoutListener(Timestamp key)
          Remove a listener before the timeout happened.
 void TimeoutPooled.removeTimeoutListener(Timestamp key)
           
 long I_TimeoutManager.spanToTimeout(Timestamp key)
          How long to my timeout.
 long Timeout.spanToTimeout(Timestamp key)
          How long to my timeout.
 long TimeoutPooled.spanToTimeout(Timestamp key)
           
 

Constructors in org.xmlBlaster.util with parameters of type Timestamp
XmlBlasterException(Global glob, ErrorCode errorCodeEnum, java.lang.String node, java.lang.String location, java.lang.String lang, java.lang.String message, java.lang.String versionInfo, Timestamp timestamp, java.lang.String stackTrace, java.lang.String embeddedMessage, java.lang.String transcationInfo, boolean isServerSide)
          For internal use: Deserializing and exception creation from CORBA XmlBlasterException
 

Uses of Timestamp in org.xmlBlaster.util.cluster
 

Methods in org.xmlBlaster.util.cluster that return Timestamp
 Timestamp RouteInfo.getTimestamp()
          Message receive timestamp in nano seconds
 

Methods in org.xmlBlaster.util.cluster with parameters of type Timestamp
 void RouteInfo.setTimestamp(Timestamp timestamp)
          Message receive timestamp in nano seconds
 

Constructors in org.xmlBlaster.util.cluster with parameters of type Timestamp
RouteInfo(NodeId nodeId, int stratum, Timestamp timestamp)
           
 

Uses of Timestamp in org.xmlBlaster.util.qos
 

Fields in org.xmlBlaster.util.qos declared as Timestamp
protected  Timestamp QosData.rcvTimestamp
          The receive timestamp (UTC time), when message arrived in requestBroker.publish() method.
In nanoseconds elapsed since midnight, January 1, 1970 UTC
 

Methods in org.xmlBlaster.util.qos that return Timestamp
 Timestamp QosData.getRcvTimestamp()
          The approximate receive timestamp (UTC time), when message arrived in requestBroker.publish() method.
In milliseconds elapsed since midnight, January 1, 1970 UTC
 Timestamp QosData.getRcvTimestampNotNull()
           
 

Methods in org.xmlBlaster.util.qos with parameters of type Timestamp
 void QosData.setRcvTimestamp(Timestamp rcvTimestamp)
          The approximate receive timestamp (UTC time), when message arrived in requestBroker.publish() method.
In milliseconds elapsed since midnight, January 1, 1970 UTC
 

Uses of Timestamp in org.xmlBlaster.util.queue
 

Subclasses of Timestamp in org.xmlBlaster.util.queue
 class QueueEntryId
           
 

Uses of Timestamp in org.xmlBlaster.util.queuemsg
 

Fields in org.xmlBlaster.util.queuemsg declared as Timestamp
protected  Timestamp MsgQueueEntry.uniqueIdTimestamp
          The unique creation timestamp (unique in a Global of a virtual machine)
 

Constructors in org.xmlBlaster.util.queuemsg with parameters of type Timestamp
DummyEntry(Global glob, PriorityEnum priority, Timestamp timestamp, StorageId storageId, long sizeOfMsg, boolean persistent)
          This constructor is for internal creation from persistence only (passing the original timestamp).
DummyEntry(Global glob, PriorityEnum priority, Timestamp timestamp, StorageId storageId, long sizeInBytes, byte[] content, boolean persistent)
          Called by ClientEntryFactory and ServerEntryFactory only
MsgQueueEntry(Global glob, java.lang.String entryType, PriorityEnum priority, Timestamp timestamp, StorageId storageId, boolean persistent)
          This constructor is for internal creation from persistence only.
 


xmlBlaster 2.2.0 client API

Copyright © 1999-2014 The xmlBlaster.org contributers.