Uses of Interface
com.perforce.p4java.server.IOptionsServer

Packages that use IOptionsServer
com.perforce.p4java.impl.mapbased.server   
com.perforce.p4java.server Provides interfaces and classes for accessing Perforce SCM servers and associated server-level services. 
 

Uses of IOptionsServer in com.perforce.p4java.impl.mapbased.server
 

Classes in com.perforce.p4java.impl.mapbased.server that implement IOptionsServer
 class Server
          Generic abstract superclass for implementation-specific server implementations that use a command-style server interface implementation.
 

Uses of IOptionsServer in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return IOptionsServer
static IOptionsServer ServerFactory.getOptionsServer(java.lang.String serverUriString, java.util.Properties props)
          Return an IOptionsServer onto an underlying Perforce server at the host address specified by serverUriString using the protocol implementation and passed-in properties and a default UsageOptions object.
static IOptionsServer ServerFactory.getOptionsServer(java.lang.String serverUriString, java.util.Properties props, UsageOptions opts)
          Return an IOptionsServer interface onto an underlying Perforce server at the host address specified by serverUriString using the protocol implementation and passed-in properties and usage options.
 IOptionsServer IOptionsServer.setUsageOptions(UsageOptions opts)
          Set the UsageOptions object associated with this server.
 



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