jcommon.core.platform
Class IProcess.Default

java.lang.Object
  extended by jcommon.core.platform.IProcess.Default
All Implemented Interfaces:
Serializable, IPlatformImplementation, IProcess
Enclosing interface:
IProcess

public static class IProcess.Default
extends Object
implements IProcess, Serializable

See Also:
Serialized Form

Nested Class Summary
 
Nested classes/interfaces inherited from interface jcommon.core.platform.IProcess
IProcess.Default
 
Field Summary
static IProcess INSTANCE
           
 
Fields inherited from interface jcommon.core.platform.IProcess
DEFAULT
 
Method Summary
 boolean changeWorkingDirectory(String path)
           
 int queryLastError()
           
 int queryPID()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

INSTANCE

public static final IProcess INSTANCE
Method Detail

queryLastError

public int queryLastError()
Specified by:
queryLastError in interface IProcess

queryPID

public int queryPID()
Specified by:
queryPID in interface IProcess

changeWorkingDirectory

public boolean changeWorkingDirectory(String path)
Specified by:
changeWorkingDirectory in interface IProcess


Copyright © 2012-2013. All Rights Reserved.