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

📄 index-all.html

📁 SUN公司官方J2EE中文帮助文档 应该不错 有兴趣的下来看看 html格式的
💻 HTML
📖 第 1 页 / 共 5 页
字号:
<DD>Clears the current contents of the buffer.
<DT><A HREF="javax/sql/RowSet.html#clearParameters()"><B>clearParameters()</B></A> - 
Method in interface javax.sql.<A HREF="javax/sql/RowSet.html">RowSet</A>
<DD>In general, parameter values remain in force for repeated use of a
 RowSet.
<DT><A HREF="javax/xml/transform/Transformer.html#clearParameters()"><B>clearParameters()</B></A> - 
Method in class javax.xml.transform.<A HREF="javax/xml/transform/Transformer.html">Transformer</A>
<DD>Clear all parameters set with setParameter.
<DT><A HREF="javax/security/auth/callback/PasswordCallback.html#clearPassword()"><B>clearPassword()</B></A> - 
Method in class javax.security.auth.callback.<A HREF="javax/security/auth/callback/PasswordCallback.html">PasswordCallback</A>
<DD>Clear the retrieved password.
<DT><A HREF="javax/jms/Message.html#clearProperties()"><B>clearProperties()</B></A> - 
Method in interface javax.jms.<A HREF="javax/jms/Message.html">Message</A>
<DD>Clears a message's properties.
<DT><A HREF="javax/resource/cci/Interaction.html#clearWarnings()"><B>clearWarnings()</B></A> - 
Method in interface javax.resource.cci.<A HREF="javax/resource/cci/Interaction.html">Interaction</A>
<DD>Clears all the warning reported by this Interaction instance.
<DT><A HREF="javax/jms/Session.html#CLIENT_ACKNOWLEDGE"><B>CLIENT_ACKNOWLEDGE</B></A> - 
Static variable in interface javax.jms.<A HREF="javax/jms/Session.html">Session</A>
<DD>With this acknowledgment mode, the client acknowledges a consumed 
 message by calling the message's <CODE>acknowledge</CODE> method.
<DT><A HREF="javax/servlet/http/HttpServletRequest.html#CLIENT_CERT_AUTH"><B>CLIENT_CERT_AUTH</B></A> - 
Static variable in interface javax.servlet.http.<A HREF="javax/servlet/http/HttpServletRequest.html">HttpServletRequest</A>
<DD>String identifier for Basic authentication.
<DT><A HREF="javax/servlet/http/Cookie.html#clone()"><B>clone()</B></A> - 
Method in class javax.servlet.http.<A HREF="javax/servlet/http/Cookie.html">Cookie</A>
<DD>Overrides the standard <code>java.lang.Object.clone</code> 
 method to return a copy of this cookie.
<DT><A HREF="javax/mail/Flags.html#clone()"><B>clone()</B></A> - 
Method in class javax.mail.<A HREF="javax/mail/Flags.html">Flags</A>
<DD>Returns a clone of this Flags object.
<DT><A HREF="javax/mail/internet/InternetAddress.html#clone()"><B>clone()</B></A> - 
Method in class javax.mail.internet.<A HREF="javax/mail/internet/InternetAddress.html">InternetAddress</A>
<DD>Return a copy of this InternetAddress object.
<DT><A HREF="javax/resource/cci/Record.html#clone()"><B>clone()</B></A> - 
Method in interface javax.resource.cci.<A HREF="javax/resource/cci/Record.html">Record</A>
<DD>Creates and returns a copy of this object.
<DT><A HREF="org/w3c/dom/Node.html#cloneNode(boolean)"><B>cloneNode(boolean)</B></A> - 
Method in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A>
<DD>Returns a duplicate of this node, i.e., serves as a generic copy 
 constructor for nodes.
<DT><A HREF="javax/sql/PooledConnection.html#close()"><B>close()</B></A> - 
Method in interface javax.sql.<A HREF="javax/sql/PooledConnection.html">PooledConnection</A>
<DD>Close the physical connection.
<DT><A HREF="javax/servlet/jsp/JspWriter.html#close()"><B>close()</B></A> - 
Method in class javax.servlet.jsp.<A HREF="javax/servlet/jsp/JspWriter.html">JspWriter</A>
<DD>Close the stream, flushing it first
 
<DT><A HREF="javax/mail/Service.html#close()"><B>close()</B></A> - 
Method in class javax.mail.<A HREF="javax/mail/Service.html">Service</A>
<DD>Close this service and terminate its connection.
<DT><A HREF="javax/jms/ConnectionConsumer.html#close()"><B>close()</B></A> - 
Method in interface javax.jms.<A HREF="javax/jms/ConnectionConsumer.html">ConnectionConsumer</A>
<DD>Closes the connection consumer.
<DT><A HREF="javax/jms/Session.html#close()"><B>close()</B></A> - 
Method in interface javax.jms.<A HREF="javax/jms/Session.html">Session</A>
<DD>Closes the session.
<DT><A HREF="javax/jms/Connection.html#close()"><B>close()</B></A> - 
Method in interface javax.jms.<A HREF="javax/jms/Connection.html">Connection</A>
<DD>Closes the connection.
<DT><A HREF="javax/jms/MessageConsumer.html#close()"><B>close()</B></A> - 
Method in interface javax.jms.<A HREF="javax/jms/MessageConsumer.html">MessageConsumer</A>
<DD>Closes the message consumer.
<DT><A HREF="javax/jms/QueueBrowser.html#close()"><B>close()</B></A> - 
Method in interface javax.jms.<A HREF="javax/jms/QueueBrowser.html">QueueBrowser</A>
<DD>Closes the <CODE>QueueBrowser</CODE>.
<DT><A HREF="javax/jms/MessageProducer.html#close()"><B>close()</B></A> - 
Method in interface javax.jms.<A HREF="javax/jms/MessageProducer.html">MessageProducer</A>
<DD>Closes the message producer.
<DT><A HREF="javax/jms/QueueRequestor.html#close()"><B>close()</B></A> - 
Method in class javax.jms.<A HREF="javax/jms/QueueRequestor.html">QueueRequestor</A>
<DD>Closes the <CODE>QueueRequestor</CODE> and its session.
<DT><A HREF="javax/jms/TopicRequestor.html#close()"><B>close()</B></A> - 
Method in class javax.jms.<A HREF="javax/jms/TopicRequestor.html">TopicRequestor</A>
<DD>Closes the <CODE>TopicRequestor</CODE> and its session.
<DT><A HREF="javax/resource/cci/Connection.html#close()"><B>close()</B></A> - 
Method in interface javax.resource.cci.<A HREF="javax/resource/cci/Connection.html">Connection</A>
<DD>Initiates close of the connection handle at the application level.
<DT><A HREF="javax/resource/cci/Interaction.html#close()"><B>close()</B></A> - 
Method in interface javax.resource.cci.<A HREF="javax/resource/cci/Interaction.html">Interaction</A>
<DD>Closes the current Interaction and release all the resources
  held for this instance by the resource adapter.
<DT><A HREF="javax/mail/Folder.html#close(boolean)"><B>close(boolean)</B></A> - 
Method in class javax.mail.<A HREF="javax/mail/Folder.html">Folder</A>
<DD>Close this Folder.
<DT><A HREF="javax/mail/event/ConnectionEvent.html#CLOSED"><B>CLOSED</B></A> - 
Static variable in class javax.mail.event.<A HREF="javax/mail/event/ConnectionEvent.html">ConnectionEvent</A>
<DD>A connection was closed.
<DT><A HREF="javax/mail/event/ConnectionAdapter.html#closed(javax.mail.event.ConnectionEvent)"><B>closed(ConnectionEvent)</B></A> - 
Method in class javax.mail.event.<A HREF="javax/mail/event/ConnectionAdapter.html">ConnectionAdapter</A>
<DD>&nbsp;
<DT><A HREF="javax/mail/event/ConnectionListener.html#closed(javax.mail.event.ConnectionEvent)"><B>closed(ConnectionEvent)</B></A> - 
Method in interface javax.mail.event.<A HREF="javax/mail/event/ConnectionListener.html">ConnectionListener</A>
<DD>Invoked when a Store/Folder/Transport is closed.
<DT><A HREF="org/w3c/dom/DOMException.html#code"><B>code</B></A> - 
Variable in class org.w3c.dom.<A HREF="org/w3c/dom/DOMException.html">DOMException</A>
<DD>&nbsp;
<DT><A HREF="javax/security/auth/SubjectDomainCombiner.html#combine(java.security.ProtectionDomain[], java.security.ProtectionDomain[])"><B>combine(ProtectionDomain[], ProtectionDomain[])</B></A> - 
Method in class javax.security.auth.<A HREF="javax/security/auth/SubjectDomainCombiner.html">SubjectDomainCombiner</A>
<DD>Update the provided ProtectionDomains with the relevant
 Subject-based Permissions.
<DT><A HREF="javax/activation/CommandInfo.html"><B>CommandInfo</B></A> - class javax.activation.<A HREF="javax/activation/CommandInfo.html">CommandInfo</A>.<DD>The CommandInfo class is used by CommandMap implementations to
 describe the results of command requests.<DT><A HREF="javax/activation/CommandInfo.html#CommandInfo(java.lang.String, java.lang.String)"><B>CommandInfo(String, String)</B></A> - 
Constructor for class javax.activation.<A HREF="javax/activation/CommandInfo.html">CommandInfo</A>
<DD>The Constructor for CommandInfo.
<DT><A HREF="javax/activation/CommandMap.html"><B>CommandMap</B></A> - class javax.activation.<A HREF="javax/activation/CommandMap.html">CommandMap</A>.<DD>The CommandMap class provides an interface to a registry of
 command objects available in the system.<DT><A HREF="javax/activation/CommandMap.html#CommandMap()"><B>CommandMap()</B></A> - 
Constructor for class javax.activation.<A HREF="javax/activation/CommandMap.html">CommandMap</A>
<DD>&nbsp;
<DT><A HREF="javax/activation/CommandObject.html"><B>CommandObject</B></A> - interface javax.activation.<A HREF="javax/activation/CommandObject.html">CommandObject</A>.<DD>JavaBeans components that are Activation Framework aware implement
 this interface to find out which command verb they're being asked
 to perform, and to obtain the DataHandler representing the
 data they should operate on.<DT><A HREF="org/w3c/dom/Comment.html"><B>Comment</B></A> - interface org.w3c.dom.<A HREF="org/w3c/dom/Comment.html">Comment</A>.<DD>This interface inherits from <code>CharacterData</code> and represents the 
 content of a comment, i.e., all the characters between the starting '
 <code>&lt;!--</code>' and ending '<code>--&gt;</code>'.<DT><A HREF="javax/mail/internet/HeaderTokenizer.Token.html#COMMENT"><B>COMMENT</B></A> - 
Static variable in class javax.mail.internet.<A HREF="javax/mail/internet/HeaderTokenizer.Token.html">HeaderTokenizer.Token</A>
<DD>Token type indicating a comment.
<DT><A HREF="org/w3c/dom/Node.html#COMMENT_NODE"><B>COMMENT_NODE</B></A> - 
Static variable in interface org.w3c.dom.<A HREF="org/w3c/dom/Node.html">Node</A>
<DD>The node is a <code>Comment</code>.
<DT><A HREF="org/xml/sax/ext/LexicalHandler.html#comment(char[], int, int)"><B>comment(char[], int, int)</B></A> - 
Method in interface org.xml.sax.ext.<A HREF="org/xml/sax/ext/LexicalHandler.html">LexicalHandler</A>
<DD>Report an XML comment anywhere in the document.
<DT><A HREF="javax/resource/spi/CommException.html"><B>CommException</B></A> - exception javax.resource.spi.<A HREF="javax/resource/spi/CommException.html">CommException</A>.<DD>An CommException indicates errors related to failed or interrupted 
 communication with an EIS instance.<DT><A HREF="javax/resource/spi/CommException.html#CommException(java.lang.String)"><B>CommException(String)</B></A> - 
Constructor for class javax.resource.spi.<A HREF="javax/resource/spi/CommException.html">CommException</A>
<DD>Create a CommException with a reason.
<DT><A HREF="javax/resource/spi/CommException.html#CommException(java.lang.String, java.lang.String)"><B>CommException(String, String)</B></A> - 
Constructor for class javax.resource.spi.<A HREF="javax/resource/spi/CommException.html">CommException</A>
<DD>Create a CommException.
<DT><A HREF="javax/transaction/UserTransaction.html#commit()"><B>commit()</B></A> - 
Method in interface javax.transaction.<A HREF="javax/transaction/UserTransaction.html">UserTransaction</A>
<DD>Complete the transaction associated with the current thread.
<DT><A HREF="javax/transaction/TransactionManager.html#commit()"><B>commit()</B></A> - 
Method in interface javax.transaction.<A HREF="javax/transaction/TransactionManager.html">TransactionManager</A>
<DD>Complete the transaction associated with the current thread.
<DT><A HREF="javax/transaction/Transaction.html#commit()"><B>commit()</B></A> - 
Method in interface javax.transaction.<A HREF="javax/t

⌨️ 快捷键说明

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