Sun Adapter for COM/DCOM API

com.stc.connector.comadapter.comruntimeimpl.taskprocessor
Class ComTask

java.lang.Object
  extended by com.stc.connector.comadapter.comruntimeimpl.taskprocessor.ComTask
All Implemented Interfaces:
Task

public abstract class ComTask
extends java.lang.Object
implements Task


Constructor Summary
ComTask()
           
 
Method Summary
 java.lang.Exception getException()
           
 int getHr()
           
 boolean isAborted()
           
 boolean isDone()
           
 boolean isFailed()
           
 void setAborted()
           
 void setFailed()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.stc.connector.comadapter.taskprocessor.Task
execute
 

Constructor Detail

ComTask

public ComTask()
Method Detail

getHr

public int getHr()

setAborted

public void setAborted()
Specified by:
setAborted in interface Task

isAborted

public boolean isAborted()
Specified by:
isAborted in interface Task

setFailed

public void setFailed()
Specified by:
setFailed in interface Task

isFailed

public boolean isFailed()
Specified by:
isFailed in interface Task

isDone

public boolean isDone()
Specified by:
isDone in interface Task

getException

public java.lang.Exception getException()
Specified by:
getException in interface Task

Sun Adapter for COM/DCOM API

Copyright © 1994-2008 Sun Microsystems, Inc. All rights reserved.