com.perforce.p4java.impl.generic.core
Class ServerProcess
java.lang.Object
com.perforce.p4java.impl.generic.core.ServerResource
com.perforce.p4java.impl.generic.core.ServerProcess
- All Implemented Interfaces:
- IServerProcess, IServerResource
public class ServerProcess
- extends ServerResource
- implements IServerProcess
Simple default generic implementation class for the P4JServerProcess interface.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ServerProcess
public ServerProcess()
ServerProcess
public ServerProcess(Map<String,Object> map)
- Construct a new implementation from the map passed back
from the lower level exec map command.
- Parameters:
map - map passed back from the Perforce server
getCommand
public String getCommand()
- Specified by:
getCommand in interface IServerProcess
- See Also:
IServerProcess.getCommand()
getId
public int getId()
- Specified by:
getId in interface IServerProcess
- See Also:
IServerProcess.getId()
getStatus
public String getStatus()
- Specified by:
getStatus in interface IServerProcess
- See Also:
IServerProcess.getStatus()
getTime
public String getTime()
- Specified by:
getTime in interface IServerProcess
- See Also:
IServerProcess.getTime()
getUserName
public String getUserName()
- Specified by:
getUserName in interface IServerProcess
- See Also:
IServerProcess.getUserName()
setId
public void setId(int id)
setTime
public void setTime(String time)
setStatus
public void setStatus(String status)
setCommand
public void setCommand(String command)
setUserName
public void setUserName(String userName)
Copyright © 2011 Perforce Software. All Rights Reserved.