基于Java通讯开发jms源代码 (jms通讯开发源码)

上传者: hexiang221 | 上传时间: 2023-04-01 22:36:51 | 文件大小: 322KB | 文件类型: RAR
基于Java通讯开发jms源代码 (jms通讯开发源码) java,net,socket,通讯开发,jms /* * @(#)Message.java 1.60 02/04/09 * * Copyright 1997-2002 Sun Microsystems, Inc. All Rights Reserved. * * SUN PROPRIETARY/CONFIDENTIAL. * This software is the proprietary information of Sun Microsystems, Inc. * Use is subject to license terms. * */ import java.util.Enumeration; public interface Message { String getJMSMessageID() throws JMSException; void setJMSMessageID(String id) throws JMSException; long getJMSTimestamp() throws JMSException; void setJMSTimestamp(long timestamp) throws JMSException; byte [] getJMSCorrelationIDAsBytes() throws JMSException; void setJMSCorrelationIDAsBytes(byte[] correlationID) throws JMSException; String getJMSCorrelationID() throws JMSException; Destination getJMSReplyTo() throws JMSException; void setJMSReplyTo(Destination replyTo) throws JMSException; Destination getJMSDestination() throws JMSException; void setJMSDestination(Destination destination) throws JMSException; int getJMSDeliveryMode() throws JMSException; void setJMSDeliveryMode(int deliveryMode) throws JMSException; boolean getJMSRedelivered() throws JMSException; void setJMSRedelivered(boolean redelivered) throws JMSException; String getJMSType() throws JMSException; void setJMSType(String type) throws JMSException; long getJMSExpiration() throws JMSException; void setJMSExpiration(long expiration) throws JMSException; int getJMSPriority() throws JMSException; void setJMSPriority(int priority) throws JMSException; void clearProperties() throws JMSException; boolean propertyExists(String name) throws JMSException; boolean getBooleanProperty(String name) throws JMSException; byte getByteProperty(String name) throws JMSException; short getShortProperty(String name) throws JMSException; int getIntProperty(String name) throws JMSException; long getLongProperty(String name) throws JMSException; float getFloatProperty(String name) throws JMSException; double getDoubleProperty(String name) throws JMSException; String getStringProperty(String name) throws JMSException; Object getObjectProperty(String name) throws JMSException; Enumeration getPropertyNames() throws JMSException; void setBooleanProperty(String name, boolean value) throws JMSException; void setByteProperty(String name, byte value) throws JMSException; void setShortProperty(String name, short value) throws JMSException; void setIntProperty(String name, int value) throws JMSException; void setLongProperty(String name, long value) throws JMSException; void setFloatProperty(String name, float value) throws JMSException; void setDoubleProperty(String name, double value) throws JMSException; void setStringProperty(String name, String value) throws JMSException; void setObjectProperty(String name, Object value) throws JMSException; void acknowledge() throws JMSException; void clearBody() throws JMSException; } 通讯开发必备源码资料!

文件下载

资源详情

[{"title":"( 193 个子文件 322KB ) 基于Java通讯开发jms源代码 (jms通讯开发源码)","children":[{"title":"Message.class <span style='color:#111;'> 4.35KB </span>","children":null,"spread":false},{"title":"Message.class <span style='color:#111;'> 2.60KB </span>","children":null,"spread":false},{"title":"Session.class <span style='color:#111;'> 2.28KB </span>","children":null,"spread":false},{"title":"TopicRequestor.class <span style='color:#111;'> 1.55KB </span>","children":null,"spread":false},{"title":"MapMessage.class <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false},{"title":"QueueRequestor.class <span style='color:#111;'> 1.52KB </span>","children":null,"spread":false},{"title":"BytesMessage.class <span style='color:#111;'> 1.17KB </span>","children":null,"spread":false},{"title":"StreamMessage.class <span style='color:#111;'> 1.10KB </span>","children":null,"spread":false},{"title":"JMSException.class <span style='color:#111;'> 1001B </span>","children":null,"spread":false},{"title":"Connection.class <span style='color:#111;'> 945B </span>","children":null,"spread":false},{"title":"MessageProducer.class <span style='color:#111;'> 905B </span>","children":null,"spread":false},{"title":"TopicSession.class <span style='color:#111;'> 852B </span>","children":null,"spread":false},{"title":"QueueSession.class <span style='color:#111;'> 730B </span>","children":null,"spread":false},{"title":"TransactionRolledBackException.class <span style='color:#111;'> 619B </span>","children":null,"spread":false},{"title":"TransactionInProgressException.class <span style='color:#111;'> 619B </span>","children":null,"spread":false},{"title":"MessageNotWriteableException.class <span style='color:#111;'> 613B </span>","children":null,"spread":false},{"title":"InvalidDestinationException.class <span style='color:#111;'> 610B </span>","children":null,"spread":false},{"title":"MessageNotReadableException.class <span style='color:#111;'> 610B </span>","children":null,"spread":false},{"title":"ResourceAllocationException.class <span style='color:#111;'> 610B </span>","children":null,"spread":false},{"title":"InvalidClientIDException.class <span style='color:#111;'> 601B </span>","children":null,"spread":false},{"title":"InvalidSelectorException.class <span style='color:#111;'> 601B </span>","children":null,"spread":false},{"title":"MessageFormatException.class <span style='color:#111;'> 595B </span>","children":null,"spread":false},{"title":"IllegalStateException.class <span style='color:#111;'> 592B </span>","children":null,"spread":false},{"title":"JMSSecurityException.class <span style='color:#111;'> 589B </span>","children":null,"spread":false},{"title":"MessageEOFException.class <span style='color:#111;'> 586B </span>","children":null,"spread":false},{"title":"TopicConnection.class <span style='color:#111;'> 575B </span>","children":null,"spread":false},{"title":"ConnectionMetaData.class <span style='color:#111;'> 544B </span>","children":null,"spread":false},{"title":"MessageConsumer.class <span style='color:#111;'> 528B </span>","children":null,"spread":false},{"title":"TopicPublisher.class <span style='color:#111;'> 466B </span>","children":null,"spread":false},{"title":"QueueSender.class <span style='color:#111;'> 457B </span>","children":null,"spread":false},{"title":"XATopicConnectionFactory.class <span style='color:#111;'> 423B </span>","children":null,"spread":false},{"title":"XAQueueConnectionFactory.class <span style='color:#111;'> 423B </span>","children":null,"spread":false},{"title":"QueueConnection.class <span style='color:#111;'> 405B </span>","children":null,"spread":false},{"title":"XASession.class <span style='color:#111;'> 394B </span>","children":null,"spread":false},{"title":"XATopicConnection.class <span style='color:#111;'> 371B </span>","children":null,"spread":false},{"title":"XAQueueConnection.class <span style='color:#111;'> 371B </span>","children":null,"spread":false},{"title":"QueueConnectionFactory.class <span style='color:#111;'> 371B </span>","children":null,"spread":false},{"title":"TopicConnectionFactory.class <span style='color:#111;'> 371B </span>","children":null,"spread":false},{"title":"QueueBrowser.class <span style='color:#111;'> 364B </span>","children":null,"spread":false},{"title":"XAConnectionFactory.class <span style='color:#111;'> 321B </span>","children":null,"spread":false},{"title":"ConnectionFactory.class <span style='color:#111;'> 311B </span>","children":null,"spread":false},{"title":"XAConnection.class <span style='color:#111;'> 306B </span>","children":null,"spread":false},{"title":"ObjectMessage.class <span style='color:#111;'> 298B </span>","children":null,"spread":false},{"title":"TopicSubscriber.class <span style='color:#111;'> 283B </span>","children":null,"spread":false},{"title":"TextMessage.class <span style='color:#111;'> 282B </span>","children":null,"spread":false},{"title":"ConnectionConsumer.class <span style='color:#111;'> 275B </span>","children":null,"spread":false},{"title":"XAQueueSession.class <span style='color:#111;'> 252B </span>","children":null,"spread":false},{"title":"XATopicSession.class <span style='color:#111;'> 252B </span>","children":null,"spread":false},{"title":"Queue.class <span style='color:#111;'> 246B </span>","children":null,"spread":false},{"title":"Topic.class <span style='color:#111;'> 246B </span>","children":null,"spread":false},{"title":"ServerSession.class <span style='color:#111;'> 245B </span>","children":null,"spread":false},{"title":"QueueReceiver.class <span style='color:#111;'> 242B </span>","children":null,"spread":false},{"title":"ServerSessionPool.class <span style='color:#111;'> 233B </span>","children":null,"spread":false},{"title":"TemporaryTopic.class <span style='color:#111;'> 216B </span>","children":null,"spread":false},{"title":"TemporaryQueue.class <span style='color:#111;'> 216B </span>","children":null,"spread":false},{"title":"DeliveryMode.class <span style='color:#111;'> 207B </span>","children":null,"spread":false},{"title":"ExceptionListener.class <span style='color:#111;'> 177B </span>","children":null,"spread":false},{"title":"MessageListener.class <span style='color:#111;'> 166B </span>","children":null,"spread":false},{"title":"Destination.class <span style='color:#111;'> 113B </span>","children":null,"spread":false},{"title":".classpath <span style='color:#111;'> 232B </span>","children":null,"spread":false},{"title":"stylesheet.css <span style='color:#111;'> 1.21KB </span>","children":null,"spread":false},{"title":"index-all.html <span style='color:#111;'> 104.14KB </span>","children":null,"spread":false},{"title":"Message.html <span style='color:#111;'> 101.14KB </span>","children":null,"spread":false},{"title":"Session.html <span style='color:#111;'> 63.38KB </span>","children":null,"spread":false},{"title":"BytesMessage.html <span style='color:#111;'> 50.99KB </span>","children":null,"spread":false},{"title":"MapMessage.html <span style='color:#111;'> 48.79KB </span>","children":null,"spread":false},{"title":"StreamMessage.html <span style='color:#111;'> 48.56KB </span>","children":null,"spread":false},{"title":"MessageProducer.html <span style='color:#111;'> 32.09KB </span>","children":null,"spread":false},{"title":"Connection.html <span style='color:#111;'> 31.36KB </span>","children":null,"spread":false},{"title":"TopicSession.html <span style='color:#111;'> 29.28KB </span>","children":null,"spread":false},{"title":"package-summary.html <span style='color:#111;'> 27.25KB </span>","children":null,"spread":false},{"title":"QueueSession.html <span style='color:#111;'> 22.61KB </span>","children":null,"spread":false},{"title":"TopicPublisher.html <span style='color:#111;'> 20.38KB </span>","children":null,"spread":false},{"title":"QueueSender.html <span style='color:#111;'> 19.98KB </span>","children":null,"spread":false},{"title":"TopicConnection.html <span style='color:#111;'> 16.97KB </span>","children":null,"spread":false},{"title":"MessageConsumer.html <span style='color:#111;'> 16.51KB </span>","children":null,"spread":false},{"title":"XASession.html <span style='color:#111;'> 16.27KB </span>","children":null,"spread":false},{"title":"ObjectMessage.html <span style='color:#111;'> 14.92KB </span>","children":null,"spread":false},{"title":"TextMessage.html <span style='color:#111;'> 14.20KB </span>","children":null,"spread":false},{"title":"QueueConnection.html <span style='color:#111;'> 13.77KB </span>","children":null,"spread":false},{"title":"ConnectionMetaData.html <span style='color:#111;'> 13.21KB </span>","children":null,"spread":false},{"title":"JMSException.html <span style='color:#111;'> 12.85KB </span>","children":null,"spread":false},{"title":"TopicSubscriber.html <span style='color:#111;'> 12.51KB </span>","children":null,"spread":false},{"title":"XATopicConnection.html <span style='color:#111;'> 12.19KB </span>","children":null,"spread":false},{"title":"XATopicConnectionFactory.html <span style='color:#111;'> 12.19KB </span>","children":null,"spread":false},{"title":"XAQueueConnectionFactory.html <span style='color:#111;'> 12.19KB </span>","children":null,"spread":false},{"title":"XAQueueConnection.html <span style='color:#111;'> 12.07KB </span>","children":null,"spread":false},{"title":"XAQueueSession.html <span style='color:#111;'> 11.87KB </span>","children":null,"spread":false},{"title":"XATopicSession.html <span style='color:#111;'> 11.82KB </span>","children":null,"spread":false},{"title":"ConnectionFactory.html <span style='color:#111;'> 11.79KB </span>","children":null,"spread":false},{"title":"package-tree.html <span style='color:#111;'> 11.76KB </span>","children":null,"spread":false},{"title":"TopicRequestor.html <span style='color:#111;'> 11.52KB </span>","children":null,"spread":false},{"title":"QueueRequestor.html <span style='color:#111;'> 11.50KB </span>","children":null,"spread":false},{"title":"overview-tree.html <span style='color:#111;'> 11.30KB </span>","children":null,"spread":false},{"title":"QueueBrowser.html <span style='color:#111;'> 11.04KB </span>","children":null,"spread":false},{"title":"XAConnection.html <span style='color:#111;'> 10.79KB </span>","children":null,"spread":false},{"title":"QueueConnectionFactory.html <span style='color:#111;'> 10.63KB </span>","children":null,"spread":false},{"title":"TopicConnectionFactory.html <span style='color:#111;'> 10.62KB </span>","children":null,"spread":false},{"title":"XAConnectionFactory.html <span style='color:#111;'> 10.60KB </span>","children":null,"spread":false},{"title":"MessageFormatException.html <span style='color:#111;'> 10.46KB </span>","children":null,"spread":false},{"title":"......","children":null,"spread":false},{"title":"<span style='color:steelblue;'>文件过多,未全部展示</span>","children":null,"spread":false}],"spread":true}]

评论信息

免责申明

【只为小站】的资源来自网友分享,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,【只为小站】 无法对用户传输的作品、信息、内容的权属或合法性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论 【只为小站】 经营者是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。
本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二条之规定,若资源存在侵权或相关问题请联系本站客服人员,zhiweidada#qq.com,请把#换成@,本站将给予最大的支持与配合,做到及时反馈和处理。关于更多版权及免责申明参见 版权及免责申明