📄 queueentryid.java
字号:
/*------------------------------------------------------------------------------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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -