com.perforce.p4java.core
Interface IServerProcess

All Superinterfaces:
IServerResource
All Known Implementing Classes:
ServerProcess

public interface IServerProcess
extends IServerResource

Defines the fields available for each Perforce server process object returned from the IServer getServerProcessList method. Fields defined here are documented in the main Perforce documentation and will not detailed here.

Note that any of the String-returning methods below may return null even on non-error results.

IServerProcess objects are always complete and not refreshable or updatable.


Method Summary
 String getArgs()
           
 String getClient()
           
 String getCommand()
           
 String getHost()
           
 int getId()
           
 String getProg()
           
 String getStatus()
           
 String getTime()
           
 String getUserName()
           
 
Methods inherited from interface com.perforce.p4java.core.IServerResource
canRefresh, canUpdate, refresh, setServer, update, update, update
 

Method Detail

getId

int getId()

getProg

String getProg()

getHost

String getHost()

getClient

String getClient()

getTime

String getTime()

getStatus

String getStatus()

getCommand

String getCommand()

getUserName

String getUserName()

getArgs

String getArgs()


Copyright © 2015 Perforce Software. All Rights Reserved.