Sun Adapter for COM/DCOM API

com.stc.connector.comadapter.taskprocessor
Interface Task

All Known Implementing Classes:
ComTask, SynchronizedTask

public interface Task


Method Summary
 void execute()
           
 java.lang.Exception getException()
           
 boolean isAborted()
           
 boolean isDone()
           
 boolean isFailed()
           
 void setAborted()
           
 void setFailed()
           
 

Method Detail

execute

void execute()
             throws TaskException
Throws:
TaskException

setAborted

void setAborted()

isAborted

boolean isAborted()

setFailed

void setFailed()

isFailed

boolean isFailed()

isDone

boolean isDone()

getException

java.lang.Exception getException()

Sun Adapter for COM/DCOM API

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