public class JobStatus
extends java.lang.Object
Job.getStatus()
修飾子とタイプ | メソッドと説明 |
---|---|
boolean |
done()
ジョブの実行が成功している場合 true を返します。
|
boolean |
fail()
ジョブの実行が失敗している場合 true を返します。
|
public boolean done() throws RemoteObjectException
RemoteObjectException
- サーバとの接続でエラーが発生した場合public boolean fail() throws RemoteObjectException
RemoteObjectException
- サーバとの接続でエラーが発生した場合