⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 package-summary.html

📁 j2ee api,很好的api。我这现在有
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"><!--NewPage--><HTML><HEAD><!-- Generated by javadoc (build 1.4.2_02) on Thu Nov 13 17:20:22 PST 2003 --><TITLE>javax.jms (Java 2 Platform Ent. Ed. v1.4)</TITLE><META NAME="keywords" CONTENT="javax.jms package"><LINK REL ="stylesheet" TYPE="text/css" HREF="../../stylesheet.css" TITLE="Style"><SCRIPT type="text/javascript">function windowTitle(){    parent.document.title="javax.jms (Java 2 Platform Ent. Ed. v1.4)";}</SCRIPT></HEAD><BODY BGCOLOR="white" onload="windowTitle();"><!-- ========= START OF TOP NAVBAR ======= --><A NAME="navbar_top"><!-- --></A><A HREF="#skip-navbar_top" title="Skip navigation links"></A><TABLE BORDER="0" WIDTH="100%" CELLPADDING="1" CELLSPACING="0" SUMMARY=""><TR><TD COLSPAN=3 BGCOLOR="#EEEEFF" CLASS="NavBarCell1"><A NAME="navbar_top_firstrow"><!-- --></A><TABLE BORDER="0" CELLPADDING="0" CELLSPACING="3" SUMMARY="">  <TR ALIGN="center" VALIGN="top">  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../overview-summary.html"><FONT CLASS="NavBarFont1"><B>Overview</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#FFFFFF" CLASS="NavBarCell1Rev"> &nbsp;<FONT CLASS="NavBarFont1Rev"><B>Package</B></FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <FONT CLASS="NavBarFont1">Class</FONT>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="package-tree.html"><FONT CLASS="NavBarFont1"><B>Tree</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../deprecated-list.html"><FONT CLASS="NavBarFont1"><B>Deprecated</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../index-all.html"><FONT CLASS="NavBarFont1"><B>Index</B></FONT></A>&nbsp;</TD>  <TD BGCOLOR="#EEEEFF" CLASS="NavBarCell1">    <A HREF="../../help-doc.html"><FONT CLASS="NavBarFont1"><B>Help</B></FONT></A>&nbsp;</TD>  </TR></TABLE></TD><TD ALIGN="right" VALIGN="top" ROWSPAN=3><EM><b>Java<sup><font size=-2>TM</font></sup> 2 Platform<br>Ent. Ed. v1.4</b></EM></TD></TR><TR><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">&nbsp;<A HREF="../../javax/enterprise/deploy/spi/status/package-summary.html"><B>PREV PACKAGE</B></A>&nbsp;&nbsp;<A HREF="../../javax/mail/package-summary.html"><B>NEXT PACKAGE</B></A></FONT></TD><TD BGCOLOR="white" CLASS="NavBarCell2"><FONT SIZE="-2">  <A HREF="../../index.html" target="_top"><B>FRAMES</B></A>  &nbsp;&nbsp;<A HREF="package-summary.html" target="_top"><B>NO FRAMES</B></A>  &nbsp;&nbsp;<SCRIPT type="text/javascript">  <!--  if(window==top) {    document.writeln('<A HREF="../../allclasses-noframe.html"><B>All Classes</B></A>');  }  //--></SCRIPT><NOSCRIPT>  <A HREF="../../allclasses-noframe.html"><B>All Classes</B></A></NOSCRIPT></FONT></TD></TR></TABLE><A NAME="skip-navbar_top"></A><!-- ========= END OF TOP NAVBAR ========= --><HR><H2>Package javax.jms</H2>
The Java Message Service (JMS) API provides a common way for Java programs to create, 
send, receive and read an enterprise messaging system's messages.

<P><B>See:</B><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<A HREF="#package_description"><B>Description</B></A><P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Interface Summary</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/BytesMessage.html" title="interface in javax.jms">BytesMessage</A></B></TD><TD>A <CODE>BytesMessage</CODE> object is used to send a message containing a  stream of uninterpreted bytes. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/Connection.html" title="interface in javax.jms">Connection</A></B></TD><TD>A <CODE>Connection</CODE> object is a client's active connection to its JMS  provider. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/ConnectionConsumer.html" title="interface in javax.jms">ConnectionConsumer</A></B></TD><TD>For application servers, <CODE>Connection</CODE> objects provide a special  facility  for creating a <CODE>ConnectionConsumer</CODE> (optional). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/ConnectionFactory.html" title="interface in javax.jms">ConnectionFactory</A></B></TD><TD>A <CODE>ConnectionFactory</CODE> object encapsulates a set of connection  configuration  parameters that has been defined by an administrator. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/ConnectionMetaData.html" title="interface in javax.jms">ConnectionMetaData</A></B></TD><TD>A <CODE>ConnectionMetaData</CODE> object provides information describing the  <CODE>Connection</CODE> object.</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/DeliveryMode.html" title="interface in javax.jms">DeliveryMode</A></B></TD><TD>The delivery modes supported by the JMS API are <CODE>PERSISTENT</CODE> and <CODE>NON_PERSISTENT</CODE>. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/Destination.html" title="interface in javax.jms">Destination</A></B></TD><TD>A <CODE>Destination</CODE> object encapsulates a provider-specific  address. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/ExceptionListener.html" title="interface in javax.jms">ExceptionListener</A></B></TD><TD>If a JMS provider detects a serious problem with a <CODE>Connection</CODE> object, it informs the <CODE>Connection</CODE> object's  <CODE>ExceptionListener</CODE>, if one has been registered.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/MapMessage.html" title="interface in javax.jms">MapMessage</A></B></TD><TD>A <CODE>MapMessage</CODE> object is used to send a set of name-value pairs. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/Message.html" title="interface in javax.jms">Message</A></B></TD><TD>The <CODE>Message</CODE> interface is the root interface of all JMS  messages. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/MessageConsumer.html" title="interface in javax.jms">MessageConsumer</A></B></TD><TD>A client uses a <CODE>MessageConsumer</CODE> object to receive messages  from a destination.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/MessageListener.html" title="interface in javax.jms">MessageListener</A></B></TD><TD>A <CODE>MessageListener</CODE> object is used to receive asynchronously  delivered messages. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/MessageProducer.html" title="interface in javax.jms">MessageProducer</A></B></TD><TD>A client uses a <CODE>MessageProducer</CODE> object to send messages to a  destination. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/ObjectMessage.html" title="interface in javax.jms">ObjectMessage</A></B></TD><TD>An <CODE>ObjectMessage</CODE> object is used to send a message that contains a serializable object in the Java programming language ("Java object"). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/Queue.html" title="interface in javax.jms">Queue</A></B></TD><TD>A <CODE>Queue</CODE> object encapsulates a provider-specific queue name.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/QueueBrowser.html" title="interface in javax.jms">QueueBrowser</A></B></TD><TD>A client uses a <CODE>QueueBrowser</CODE> object to look at messages on a  queue without removing them. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/QueueConnection.html" title="interface in javax.jms">QueueConnection</A></B></TD><TD>A <CODE>QueueConnection</CODE> object is an active connection to a  point-to-point JMS provider. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/QueueConnectionFactory.html" title="interface in javax.jms">QueueConnectionFactory</A></B></TD><TD>A client uses a <CODE>QueueConnectionFactory</CODE> object to create  <CODE>QueueConnection</CODE> objects with a point-to-point JMS provider. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/QueueReceiver.html" title="interface in javax.jms">QueueReceiver</A></B></TD><TD>A client uses a <CODE>QueueReceiver</CODE> object to receive messages that  have been delivered to a queue. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/QueueSender.html" title="interface in javax.jms">QueueSender</A></B></TD><TD>A client uses a <CODE>QueueSender</CODE> object to send messages to a queue.  </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/QueueSession.html" title="interface in javax.jms">QueueSession</A></B></TD><TD>A <CODE>QueueSession</CODE> object provides methods for creating  <CODE>QueueReceiver</CODE>, <CODE>QueueSender</CODE>,  <CODE>QueueBrowser</CODE>, and <CODE>TemporaryQueue</CODE> objects. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/ServerSession.html" title="interface in javax.jms">ServerSession</A></B></TD><TD>A <CODE>ServerSession</CODE> object is an application server object that  is used by a server to associate a thread with a JMS session (optional). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/ServerSessionPool.html" title="interface in javax.jms">ServerSessionPool</A></B></TD><TD>A <CODE>ServerSessionPool</CODE> object is an object implemented by an  application server to provide a pool of <CODE>ServerSession</CODE> objects  for processing the messages of a <CODE>ConnectionConsumer</CODE> (optional). </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/Session.html" title="interface in javax.jms">Session</A></B></TD><TD>A <CODE>Session</CODE> object is a single-threaded context for producing and consuming  messages. </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD WIDTH="15%"><B><A HREF="../../javax/jms/StreamMessage.html" title="interface in javax.jms">StreamMessage</A></B></TD>

⌨️ 快捷键说明

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