📄 deprecated-list.html
字号:
<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> <I>See the <A HREF="net/jxta/endpoint/Messenger.html" title="interface in net.jxta.endpoint"><CODE>Messenger</CODE></A> class.</I> </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> <I>Use the JDK 1.3 <CODE>Timer</CODE> instead. This implementation exists for legacy reasons only.</I> </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> <I>Register a RendezvousListener instead.</I> </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> <I>Use the JDK 1.3 <CODE>Timer</CODE> instead. This implementation exists for legacy reasons only.</I> </TD></TR></TABLE> <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> <I>You really should not depend on this feature.</I> </TD></TR></TABLE> <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> <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> </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> <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> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/id/ID.html#clone()">net.jxta.id.ID.clone()</A><BR> <I>IDs are immutable. clone() is never needed.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/pipe/PipeService.html#createMessage()">net.jxta.pipe.PipeService.createMessage()</A><BR> <I>Use new <A HREF="net/jxta/endpoint/Message.html#Message()"><CODE>Message.Message()</CODE></A> instead.</I> </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> <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> </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> <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> </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> <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> </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> <I>This is a convenience method that belongs elsewhere and WILL BE DEPRECATED</I> </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> <I></I> </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> <I>The file returned may be a temp file. Use of this API is strongly discouraged.</I> </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> <I>Just use discovery directly. This method doesn't seem to do anything useful.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/util/JxtaBiDiPipe.html#getMessenger()">net.jxta.util.JxtaBiDiPipe.getMessenger()</A><BR> <I>use sendMessage instead</I> </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> <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> </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> <I>use isProxyEnabled()</I> </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> <I>The file returned may be a temp file. Use of this API is strongly discouraged.</I> </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> <I>use isServerEnabled()</I> </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> <I>use isServerEnabled()</I> </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> <I>Use <A HREF="net/jxta/endpoint/EndpointAddress.html#EndpointAddress(java.lang.String)"><CODE>EndpointAddress.EndpointAddress(String)</CODE></A> instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/endpoint/EndpointService.html#newMessage()">net.jxta.endpoint.EndpointService.newMessage()</A><BR> <I>Use <A HREF="net/jxta/endpoint/Message.html#Message()"><CODE>Message.Message()</CODE></A> instead.</I> </TD></TR><TR BGCOLOR="white" CLASS="TableRowColor"><TD><A HREF="net/jxta/util/JxtaUtilities.html#prettyTime()">net.jxta.util.JxtaUtilities.prettyTime()</A><BR> <I>This is a convenience method that belongs elsewhere and WILL BE DEPRECATED</I> </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> <I>This is a convenience method that belongs elsewhere and WILL BE DEPRECATED</I> </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> <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> </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> <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> </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 + -