queueentryid.java

来自「java开源的企业总线.xmlBlaster」· Java 代码 · 共 20 行

JAVA
20
字号
/*------------------------------------------------------------------------------Name:      QueueEntryId.javaProject:   xmlBlaster.orgCopyright: xmlBlaster.org, see xmlBlaster-LICENSE fileComment:   Class encapsulating the unique id for the message entries in queueVersion:   $Id: QueueEntryId.java 16473 2007-09-06 22:32:17Z laghi $Author:    xmlBlaster@marcelruff.info, michele@laghi.eu------------------------------------------------------------------------------*/package org.xmlBlaster.util.queue;import org.xmlBlaster.util.Timestamp;public class QueueEntryId extends Timestamp {   /**    * This class just hides the fact that the unique (unique within a global)    * id is based on the timestamp. If we later decide to change this logics    * we will not need to change any other code than this class.    */}

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?