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.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.server
 

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



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