Deprecated API


Contents
Deprecated Classes
com.perforce.p4java.server.ZeroconfHelper
          As of release 2013.1, ZeroConf is no longer supported by the Perforce server 2013.1. 
com.perforce.p4java.server.ZeroconfServerInfo
          As of release 2013.1, ZeroConf is no longer supported by the Perforce server 2013.1. 
com.jcraft.jzlib.ZInputStream
          use DeflaterOutputStream or InflaterInputStream 
com.jcraft.jzlib.ZOutputStream
          use DeflaterOutputStream or InflaterInputStream 
com.jcraft.jzlib.ZStream
          Not for public use in the future. 
 

Deprecated Methods
com.perforce.p4java.impl.mapbased.rpc.OneShotServerImpl.execInputStringStreamingMapComd(String, String[], String, IStreamingCallback, int)
          As of release 2013.1, replaced by OneShotServerImpl.execInputStringStreamingMapCmd(java.lang.String, java.lang.String[], java.lang.String, com.perforce.p4java.server.callback.IStreamingCallback, int) 
com.perforce.p4java.impl.mapbased.rpc.NtsServerImpl.execInputStringStreamingMapComd(String, String[], String, IStreamingCallback, int)
          As of release 2013.1, replaced by NtsServerImpl.execInputStringStreamingMapCmd(java.lang.String, java.lang.String[], java.lang.String, com.perforce.p4java.server.callback.IStreamingCallback, int) 
com.perforce.p4java.impl.mapbased.server.Server.execInputStringStreamingMapComd(String, String[], String, IStreamingCallback, int)
          As of release 2013.1, replaced by Server.execInputStringStreamingMapCmd(java.lang.String, java.lang.String[], java.lang.String, com.perforce.p4java.server.callback.IStreamingCallback, int) 
com.perforce.p4java.server.IServer.execInputStringStreamingMapComd(String, String[], String, IStreamingCallback, int)
          As of release 2013.1, replaced by IOptionsServer.execInputStringStreamingMapCmd(java.lang.String, java.lang.String[], java.lang.String, com.perforce.p4java.server.callback.IStreamingCallback, int) 
com.perforce.p4java.impl.mapbased.server.Server.getCounters(CounterOptions)
          As of release 2013.1, replaced by Server.getCounters(com.perforce.p4java.option.server.GetCountersOptions) 
com.perforce.p4java.server.IOptionsServer.getCounters(CounterOptions)
          As of release 2013.1, replaced by IOptionsServer.getCounters(com.perforce.p4java.option.server.GetCountersOptions) 
com.perforce.p4java.server.ServerFactory.getServer(URI, Properties)
          as of the 2009.2 release, use the getServer(String, Properties) method due to that Java's URI class does not accept hostnames with anything other than alphanumeric characters: even common hostnames like "perforce_p" will fail, often silently. 
com.perforce.p4java.server.ServerFactory.getZeroconfServers()
          As of release 2013.1, ZeroConf is no longer supported by the Perforce server 2013.1. 
com.perforce.p4java.server.ServerFactory.isZeroConfAvailable()
          As of release 2013.1, ZeroConf is no longer supported by the Perforce server 2013.1. 
com.perforce.p4java.core.ILabel.updateOnServer()
          use update() instead. 
com.perforce.p4java.core.IJob.updateOnServer()
          use the IServerResource update method instead if possible. 
com.perforce.p4java.core.IChangelist.updateOnServer(boolean)
          use update optionally followed by refresh() 
 

Deprecated Constructors
com.perforce.p4java.impl.mapbased.server.ServerInfo(String, String, String, String, String, String, String, String, String, String, String, String, String, String, boolean, boolean)
          Use constructor with map parameter to initialize all fields. 
 



Copyright © 2015 Perforce Software. All Rights Reserved.