com.intel.gpe.clients.api
Interface Status


public interface Status

The abstraction of the job status.

Version:
$Id: Status.java,v 1.6 2006/01/12 09:57:58 lukichev Exp $
Author:
Alexander Lukichev

Method Summary
 boolean isFailed()
           
 boolean isQueued()
           
 boolean isReady()
           
 boolean isRunning()
           
 boolean isStagingIn()
           
 boolean isStagingOut()
           
 boolean isSuccessful()
           
 boolean isUndefined()
           
 

Method Detail

isFailed

boolean isFailed()
Returns:
true if job is failed

isSuccessful

boolean isSuccessful()
Returns:
true if job is successful

isRunning

boolean isRunning()
Returns:
true if job is running

isQueued

boolean isQueued()
Returns:
true if job is queued

isReady

boolean isReady()
Returns:
true if job is ready

isStagingIn

boolean isStagingIn()
Returns:
true if job is staging files in

isStagingOut

boolean isStagingOut()
Returns:
true if job is staging files out

isUndefined

boolean isUndefined()
Returns:
true if job's state is undefined (the initial state of the job)


Copyright © 2008. All Rights Reserved.