xmlBlaster 2.2.0 API

Uses of Class
org.xmlBlaster.util.Timestamp

Packages that use Timestamp
org.xmlBlaster.authentication   
org.xmlBlaster.client This is the Java client side package. 
org.xmlBlaster.client.dispatch   
org.xmlBlaster.client.filepoller   
org.xmlBlaster.client.qos   
org.xmlBlaster.client.queuemsg   
org.xmlBlaster.contrib.filewatcher   
org.xmlBlaster.contrib.replication.impl   
org.xmlBlaster.engine The core implementation. 
org.xmlBlaster.engine.admin.extern   
org.xmlBlaster.engine.dispatch   
org.xmlBlaster.engine.msgstore   
org.xmlBlaster.engine.qos   
org.xmlBlaster.engine.queuemsg   
org.xmlBlaster.engine.runlevel   
org.xmlBlaster.protocol.http.appletproxy   
org.xmlBlaster.protocol.jdbc   
org.xmlBlaster.protocol.xmlrpc   
org.xmlBlaster.test.qos   
org.xmlBlaster.util Java helper classes for server and client programming. 
org.xmlBlaster.util.cluster   
org.xmlBlaster.util.dispatch   
org.xmlBlaster.util.pool   
org.xmlBlaster.util.protocol.email   
org.xmlBlaster.util.qos   
org.xmlBlaster.util.queue   
org.xmlBlaster.util.queuemsg   
 

Uses of Timestamp in org.xmlBlaster.authentication
 

Fields in org.xmlBlaster.authentication declared as Timestamp
private  Timestamp SessionInfo.timerKey
           
 

Uses of Timestamp in org.xmlBlaster.client
 

Fields in org.xmlBlaster.client declared as Timestamp
private  Timestamp XmlBlasterAccess.sessionRefreshTimeoutHandle
           
private  Timestamp StreamingCallback.timestamp
           
 

Uses of Timestamp in org.xmlBlaster.client.dispatch
 

Fields in org.xmlBlaster.client.dispatch declared as Timestamp
private  Timestamp ClientDispatchManager.timerKey
           
 

Uses of Timestamp in org.xmlBlaster.client.filepoller
 

Fields in org.xmlBlaster.client.filepoller declared as Timestamp
private  Timestamp Publisher.timeoutHandle
           
 

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.contrib.filewatcher
 

Fields in org.xmlBlaster.contrib.filewatcher declared as Timestamp
private  Timestamp Publisher.timeoutHandle
           
 

Uses of Timestamp in org.xmlBlaster.contrib.replication.impl
 

Fields in org.xmlBlaster.contrib.replication.impl declared as Timestamp
private  Timestamp ReplManagerPlugin.timeoutHandle
           
 

Uses of Timestamp in org.xmlBlaster.engine
 

Fields in org.xmlBlaster.engine declared as Timestamp
protected  Timestamp EventPlugin.heartbeatTimeoutHandle
           
protected  Timestamp EventPlugin.smtpTimeoutHandle
           
private  Timestamp MsgUnitWrapper.sortTimestamp
           
private  Timestamp TopicHandler.timerKey
           
private  Timestamp MsgUnitWrapper.timerKey
           
 

Methods in org.xmlBlaster.engine that return Timestamp
 Timestamp MsgUnitWrapper.getSortTimestamp()
          Can be used by cache implementation to implement LRU
 

Methods in org.xmlBlaster.engine with parameters of type Timestamp
 void MsgUnitWrapper.setSortTimestamp(Timestamp timestamp)
          Can be used by cache implementation to implement LRU
 

Uses of Timestamp in org.xmlBlaster.engine.admin.extern
 

Fields in org.xmlBlaster.engine.admin.extern declared as Timestamp
private  Timestamp TelnetGateway.timerKey
           
 

Uses of Timestamp in org.xmlBlaster.engine.dispatch
 

Fields in org.xmlBlaster.engine.dispatch declared as Timestamp
private  Timestamp ServerDispatchManager.timerKey
           
 

Uses of Timestamp in org.xmlBlaster.engine.msgstore
 

Methods in org.xmlBlaster.engine.msgstore that return Timestamp
 Timestamp I_MapEntry.getSortTimestamp()
          Can be used by cache implementation to implement LRU
 

Methods in org.xmlBlaster.engine.msgstore with parameters of type Timestamp
 void I_MapEntry.setSortTimestamp(Timestamp timstamp)
          Can be used by cache implementation to implement LRU
 

Uses of Timestamp in org.xmlBlaster.engine.qos
 

Methods in org.xmlBlaster.engine.qos that return Timestamp
 Timestamp PublishQosServer.getRcvTimestamp()
           
 

Uses of Timestamp in org.xmlBlaster.engine.queuemsg
 

Fields in org.xmlBlaster.engine.queuemsg declared as Timestamp
private  Timestamp SessionEntry.sortTimestamp
           
private  Timestamp TopicEntry.sortTimestamp
           
private  Timestamp SubscribeEntry.sortTimestamp
           
 

Methods in org.xmlBlaster.engine.queuemsg that return Timestamp
 Timestamp SessionEntry.getSortTimestamp()
          Can be used by cache implementation to implement LRU
 Timestamp TopicEntry.getSortTimestamp()
          Can be used by cache implementation to implement LRU
 Timestamp SubscribeEntry.getSortTimestamp()
          Can be used by cache implementation to implement LRU
 

Methods in org.xmlBlaster.engine.queuemsg with parameters of type Timestamp
 void SessionEntry.setSortTimestamp(Timestamp timestamp)
          Can be used by cache implementation to implement LRU
 void TopicEntry.setSortTimestamp(Timestamp timestamp)
          Can be used by cache implementation to implement LRU
 void SubscribeEntry.setSortTimestamp(Timestamp timestamp)
          Can be used by cache implementation to implement LRU
 

Constructors in org.xmlBlaster.engine.queuemsg with parameters of type Timestamp
MsgQueueHistoryEntry(ServerScope glob, PriorityEnum priority, StorageId storageId, Timestamp entryTimestamp, java.lang.String keyOid, long msgUnitWrapperUniqueId, boolean persistent, long sizeInBytes)
          For persistence recovery
MsgQueueUpdateEntry(ServerScope glob, MsgUnitWrapper msgUnitWrapper, Timestamp timestamp, StorageId storageId, SessionName receiver, java.lang.String subscriptionId, boolean wantUpdateOneway, boolean wantNewestOnly)
          convenience constructor to allow passing an already given uniqueId (the timestamp)
MsgQueueUpdateEntry(ServerScope glob, PriorityEnum priority, StorageId storageId, Timestamp updateEntryTimestamp, java.lang.String keyOid, long msgUnitWrapperUniqueId, boolean persistent, long sizeInBytes, SessionName receiver, java.lang.String subscriptionId, java.lang.String flag, int redeliverCount, java.lang.String qos, java.lang.String key, byte[] content)
          For persistence recovery The params qos, key, content can be null (the unparsed raw message)
ReferenceEntry(java.lang.String ME, ServerScope glob_, java.lang.String entryType, MsgUnitWrapper msgUnitWrapper, Timestamp timestamp, StorageId storageId, SessionName receiver)
          A new message object is fed by method update().
ReferenceEntry(java.lang.String ME, ServerScope glob, java.lang.String entryType, PriorityEnum priority, StorageId storageId, Timestamp entryTimestamp, java.lang.String keyOid, long msgUnitWrapperUniqueId, boolean persistent, SessionName receiver, java.lang.String qos, java.lang.String key, byte[] content)
          For persistence recovery
 

Uses of Timestamp in org.xmlBlaster.engine.runlevel
 

Fields in org.xmlBlaster.engine.runlevel declared as Timestamp
(package private)  Timestamp PluginConfig.uniqueTimestamp
          timestamp used to get uniquity (since runlevel + sequeuence is not unique)
 

Uses of Timestamp in org.xmlBlaster.protocol.http.appletproxy
 

Fields in org.xmlBlaster.protocol.http.appletproxy declared as Timestamp
private  Timestamp PushHandler.pingTimeoutHandle
           
 

Uses of Timestamp in org.xmlBlaster.protocol.jdbc
 

Fields in org.xmlBlaster.protocol.jdbc declared as Timestamp
private  Timestamp NamedConnectionPool.UnnamedConnectionPool.timeoutHandle
           
 

Uses of Timestamp in org.xmlBlaster.protocol.xmlrpc
 

Fields in org.xmlBlaster.protocol.xmlrpc declared as Timestamp
private  Timestamp CallbackXmlRpcDriverSingleChannel.timestamp
           
 

Uses of Timestamp in org.xmlBlaster.test.qos
 

Fields in org.xmlBlaster.test.qos declared as Timestamp
private  Timestamp TestSubMulti.sentTimestamp
           
private  Timestamp TestSubNoInitial.sentTimestamp
           
private  Timestamp TestSub.sentTimestamp
           
 

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.
 

Fields in org.xmlBlaster.util declared as Timestamp
private  Timestamp XmlBlasterException.timestamp
           
 

Fields in org.xmlBlaster.util with type parameters of type Timestamp
private  java.util.TreeMap<Timestamp,Container> Timeout.map
          Sorted map
private  java.util.TreeMap<Timestamp,Container> TimeoutPooled.map
          Sorted map
 

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)
           
private  Timestamp TimeoutPooled.refreshTimeoutListener(Timestamp key, long delay, boolean throwExceptionIfMissing)
           
private static Timestamp Timestamp.test(java.lang.StringBuffer buf)
          Test only
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)
           
private  Timestamp TimeoutPooled.refreshTimeoutListener(Timestamp key, long delay, boolean throwExceptionIfMissing)
           
 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
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, java.lang.Throwable cause)
           
 

Uses of Timestamp in org.xmlBlaster.util.cluster
 

Fields in org.xmlBlaster.util.cluster declared as Timestamp
private  Timestamp RouteInfo.timestamp
           
 

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.dispatch
 

Fields in org.xmlBlaster.util.dispatch declared as Timestamp
private  Timestamp DispatchConnection.timerKey
           
 

Uses of Timestamp in org.xmlBlaster.util.pool
 

Fields in org.xmlBlaster.util.pool declared as Timestamp
private  Timestamp ResourceWrapper.busyToIdleTimeoutHandle
          busyToIdleTimeout handle
private  Timestamp ResourceWrapper.idleToEraseTimeoutHandle
          idleToEraseTimeout handle
 

Uses of Timestamp in org.xmlBlaster.util.protocol.email
 

Fields in org.xmlBlaster.util.protocol.email declared as Timestamp
private  Timestamp Pop3Driver.timeoutHandle
           
 

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 API

Copyright © 1999-2014 The xmlBlaster.org contributers.