Uses of Interface
com.perforce.p4java.core.IServerProcess

Packages that use IServerProcess
com.perforce.p4java.impl.generic.core Provides standard implementation classes for the com.perforce.p4java.core interfaces. 
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 IServerProcess in com.perforce.p4java.impl.generic.core
 

Classes in com.perforce.p4java.impl.generic.core that implement IServerProcess
 class ServerProcess
          Simple default generic implementation class for the P4JServerProcess interface.
 

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

Methods in com.perforce.p4java.impl.mapbased.server that return types with arguments of type IServerProcess
 List<IServerProcess> Server.getServerProcesses()
           
 List<IServerProcess> Server.getServerProcesses(GetServerProcessesOptions opts)
           
 

Uses of IServerProcess in com.perforce.p4java.server
 

Methods in com.perforce.p4java.server that return types with arguments of type IServerProcess
 List<IServerProcess> IServer.getServerProcesses()
          Return a list of Perforce server processes active on the Perforce server.
 List<IServerProcess> IOptionsServer.getServerProcesses(GetServerProcessesOptions opts)
          Return a list of Perforce server processes active on the Perforce server.
 



Copyright © 2015 Perforce Software. All Rights Reserved.