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