Deprecated API


Contents
Deprecated Methods
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.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() 
 



Copyright (c) 2008-2010 Perforce Software. All rights reserved.