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
 java.lang.String getCommand()
           
 int getId()
           
 java.lang.String getStatus()
           
 java.lang.String getTime()
           
 java.lang.String getUserName()
           
 
Methods inherited from interface com.perforce.p4java.core.IServerResource
canRefresh, canUpdate, refresh, setServer, update
 

Method Detail

getId

int getId()

getTime

java.lang.String getTime()

getStatus

java.lang.String getStatus()

getCommand

java.lang.String getCommand()

getUserName

java.lang.String getUserName()


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