Process.

Inheritance diagram for Process:

Public Member Functions

String getName ()
 Gets the process name. More...
 
ProcessOptions getOptions ()
 Gets the process options. More...
 
ProcessInfo getInfo () throws PlatformNotAvailableException, PlatformLowLevelException
 Gets the process info. More...
 
void start () throws PlatformNotAvailableException, PlatformLowLevelException
 
void stop () throws PlatformNotAvailableException, PlatformLowLevelException
 
void kickWatchdog (int deadline) throws PlatformNotAvailableException, PlatformLowLevelException
 
void kickWatchdog () throws PlatformNotAvailableException, PlatformLowLevelException
 
- Public Member Functions inherited from Subject< T extends Observer< U, U extends Event >
void subscribe (T observer) throws CannotSubscribeException
 
void unSubscribe (T observer) throws ObserverNotSubscribedException
 

Member Function Documentation

Returns
process info
String getName ( )
Returns
process name
ProcessOptions getOptions ( )
Returns
process options
void kickWatchdog ( int  deadline) throws PlatformNotAvailableException, PlatformLowLevelException

Kicks the process

Kicks the process

Starts the process

Stops the process