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

📄 deprecated-list.html

📁 jxta的api库
💻 HTML
📖 第 1 页 / 共 3 页
字号:
<TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/endpoint/EndpointMessenger.html" title="interface in net.jxta.endpoint">net.jxta.endpoint.EndpointMessenger</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>See the <A HREF="net/jxta/endpoint/Messenger.html" title="interface in net.jxta.endpoint"><CODE>Messenger</CODE></A> class.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/impl/util/JxtaTimerHandler.html" title="interface in net.jxta.impl.util">net.jxta.impl.util.JxtaTimerHandler</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use the JDK 1.3 <CODE>Timer</CODE> instead. This  implementation exists for legacy reasons only.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/rendezvous/RendezVousMonitor.html" title="interface in net.jxta.rendezvous">net.jxta.rendezvous.RendezVousMonitor</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Register a RendezvousListener instead.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/impl/util/ScheduledJxtaEventHandler.html" title="interface in net.jxta.impl.util">net.jxta.impl.util.ScheduledJxtaEventHandler</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use the JDK 1.3 <CODE>Timer</CODE> instead. This  implementation exists for legacy reasons only.</I>&nbsp;</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Deprecated Fields</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/endpoint/Message.html#modifiable">net.jxta.endpoint.Message.modifiable</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>You really should not depend on this feature.</I>&nbsp;</TD></TR></TABLE>&nbsp;<P><TABLE BORDER="1" WIDTH="100%" CELLPADDING="3" CELLSPACING="0" SUMMARY=""><TR BGCOLOR="#CCCCFF" CLASS="TableHeadingColor"><TD COLSPAN=2><FONT SIZE="+2"><B>Deprecated Methods</B></FONT></TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/endpoint/EndpointService.html#addFilterListener(java.lang.String, net.jxta.endpoint.EndpointFilterListener, boolean)">net.jxta.endpoint.EndpointService.addFilterListener(String, EndpointFilterListener, boolean)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="net/jxta/endpoint/EndpointService.html#addIncomingMessageFilterListener(net.jxta.endpoint.MessageFilterListener, java.lang.String, java.lang.String)"><CODE>addIncomingMessageFilterListener()</CODE></A> or  <A HREF="net/jxta/endpoint/EndpointService.html#addOutgoingMessageFilterListener(net.jxta.endpoint.MessageFilterListener, java.lang.String, java.lang.String)"><CODE>addOutgoingMessageFilterListener()</CODE></A> or  instead.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/endpoint/EndpointService.html#addListener(java.lang.String, net.jxta.endpoint.EndpointListener)">net.jxta.endpoint.EndpointService.addListener(String, EndpointListener)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="net/jxta/endpoint/EndpointService.html#addIncomingMessageListener(net.jxta.endpoint.EndpointListener, java.lang.String, java.lang.String)"><CODE>addIncomingMessageListener()</CODE></A> instead.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/id/ID.html#clone()">net.jxta.id.ID.clone()</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>IDs are immutable. clone() is never needed.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/pipe/PipeService.html#createMessage()">net.jxta.pipe.PipeService.createMessage()</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use new <A HREF="net/jxta/endpoint/Message.html#Message()"><CODE>Message.Message()</CODE></A> instead.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/pipe/PipeService.html#createOutputPipe(net.jxta.protocol.PipeAdvertisement, java.util.Enumeration, long)">net.jxta.pipe.PipeService.createOutputPipe(PipeAdvertisement, Enumeration, long)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="net/jxta/pipe/PipeService.html#createOutputPipe(net.jxta.protocol.PipeAdvertisement, java.util.Set, long)"><CODE>PipeService.createOutputPipe(PipeAdvertisement, Set, long)</CODE></A> instead.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/pipe/PipeService.html#createOutputPipe(net.jxta.protocol.PipeAdvertisement, net.jxta.peer.PeerID, long)">net.jxta.pipe.PipeService.createOutputPipe(PipeAdvertisement, PeerID, long)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="net/jxta/pipe/PipeService.html#createOutputPipe(net.jxta.protocol.PipeAdvertisement, java.util.Set, long)"><CODE>PipeService.createOutputPipe(PipeAdvertisement, Set, long)</CODE></A> with a <CODE>Collections.singleton(Object)</CODE> instead.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/pipe/PipeService.html#createOutputPipe(net.jxta.protocol.PipeAdvertisement, net.jxta.peer.PeerID, net.jxta.pipe.OutputPipeListener)">net.jxta.pipe.PipeService.createOutputPipe(PipeAdvertisement, PeerID, OutputPipeListener)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="net/jxta/pipe/PipeService.html#createOutputPipe(net.jxta.protocol.PipeAdvertisement, java.util.Set, long)"><CODE>PipeService.createOutputPipe(PipeAdvertisement, Set, long)</CODE></A> with a <CODE>Collections.singleton(Object)</CODE> instead.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/util/JxtaUtilities.html#createPipeID(net.jxta.peergroup.PeerGroup)">net.jxta.util.JxtaUtilities.createPipeID(PeerGroup)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This is a convenience method that belongs elsewhere and WILL BE DEPRECATED</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/impl/endpoint/transportMeter/TransportServiceMonitor.html#createTransportMeter(java.lang.String, java.lang.String)">net.jxta.impl.endpoint.transportMeter.TransportServiceMonitor.createTransportMeter(String, String)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I></I>&nbsp;&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/impl/membership/pse/PSEConfig.html#getClientCertFile(net.jxta.id.ID)">net.jxta.impl.membership.pse.PSEConfig.getClientCertFile(ID)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>The file returned may be a temp file. Use of this API is strongly discouraged.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/util/DiscoveryUtilities.html#getLocalAdvertisement(net.jxta.peergroup.PeerGroup, java.lang.String, java.lang.String)">net.jxta.util.DiscoveryUtilities.getLocalAdvertisement(PeerGroup, String, String)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Just use discovery directly. This method doesn't seem to do  anything useful.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/util/JxtaBiDiPipe.html#getMessenger()">net.jxta.util.JxtaBiDiPipe.getMessenger()</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use sendMessage instead</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/impl/membership/pse/PSEMembershipService.html#getPassphrase()">net.jxta.impl.membership.pse.PSEMembershipService.getPassphrase()</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>In general, direct manipulation of the files within the PSE  is discouraged. (All the calls relating to the files in the PSE are  deprecated). The only possible use for the the passphrase is to use or  create files within the PSE directory. This may be needed for  compatibility reasons, but should be used with caution and avoided if  at all possible.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/impl/protocol/HTTPAdv.html#getProxyEnabled()">net.jxta.impl.protocol.HTTPAdv.getProxyEnabled()</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use isProxyEnabled()</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/impl/membership/pse/PSEConfig.html#getRootCertFile(net.jxta.id.ID)">net.jxta.impl.membership.pse.PSEConfig.getRootCertFile(ID)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>The file returned may be a temp file. Use of this API is strongly discouraged.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/impl/protocol/TCPAdv.html#getServerEnabled()">net.jxta.impl.protocol.TCPAdv.getServerEnabled()</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use isServerEnabled()</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/impl/protocol/HTTPAdv.html#getServerEnabled()">net.jxta.impl.protocol.HTTPAdv.getServerEnabled()</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use isServerEnabled()</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/endpoint/EndpointService.html#newEndpointAddress(java.lang.String)">net.jxta.endpoint.EndpointService.newEndpointAddress(String)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="net/jxta/endpoint/EndpointAddress.html#EndpointAddress(java.lang.String)"><CODE>EndpointAddress.EndpointAddress(String)</CODE></A> instead.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/endpoint/EndpointService.html#newMessage()">net.jxta.endpoint.EndpointService.newMessage()</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>Use <A HREF="net/jxta/endpoint/Message.html#Message()"><CODE>Message.Message()</CODE></A> instead.</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/util/JxtaUtilities.html#prettyTime()">net.jxta.util.JxtaUtilities.prettyTime()</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This is a convenience method that belongs elsewhere and WILL BE DEPRECATED</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/util/JxtaUtilities.html#prettyTime(long)">net.jxta.util.JxtaUtilities.prettyTime(long)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>This is a convenience method that belongs elsewhere and WILL BE DEPRECATED</I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/rendezvous/RendezVousService.html#propagateInGroup(net.jxta.endpoint.Message, java.lang.String, java.lang.String, int, java.lang.String)">net.jxta.rendezvous.RendezVousService.propagateInGroup(Message, String, String, int, String)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="net/jxta/rendezvous/RendezVousService.html#propagate(net.jxta.endpoint.Message, java.lang.String, java.lang.String, int)"><CODE>RendezVousService.propagate(Message,String,String,int)</CODE></A></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/rendezvous/RendezVousService.html#propagateToNeighbors(net.jxta.endpoint.Message, java.lang.String, java.lang.String, int, java.lang.String)">net.jxta.rendezvous.RendezVousService.propagateToNeighbors(Message, String, String, int, String)</A><BR>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<I>use <A HREF="net/jxta/rendezvous/RendezVousService.html#propagate(net.jxta.endpoint.Message, java.lang.String, java.lang.String, int)"><CODE>RendezVousService.propagate(Message,String,String,int)</CODE></A></I>&nbsp;</TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/discovery/DiscoveryService.html#publish(net.jxta.document.Advertisement, int)">net.jxta.discovery.DiscoveryService.publish(Advertisement, int)</A>

⌨️ 快捷键说明

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