public class Job
extends java.lang.Object
com.sun.star.lib.uno.environments.remote.ThreadID,
IReceiver| Modifier and Type | Field and Description |
|---|---|
protected Message |
_iMessage |
protected IReceiver |
_iReceiver |
protected Job |
_next |
protected java.lang.Object |
_object |
| Constructor and Description |
|---|
Job(java.lang.Object object,
IReceiver iReceiver,
Message iMessage) |
| Modifier and Type | Method and Description |
|---|---|
protected java.lang.Object |
dispatch_queryInterface(Type type)
Dispatches a
queryInterface call |
void |
dispose() |
java.lang.Object |
execute()
Execute the job.
|
ThreadId |
getThreadId() |
boolean |
isRequest() |
boolean |
isSynchronous() |
protected Job _next
protected IReceiver _iReceiver
protected Message _iMessage
protected java.lang.Object _object
protected java.lang.Object dispatch_queryInterface(Type type)
queryInterface call
message - the parameter for the callresultClass - the result type as an out parameterstatus - the status as an out parametero_outs - the out parameters of the call as out parameterso_out_sig - the out signature as an out parameterAny)public java.lang.Object execute()
throws java.lang.Throwable
java.lang.Throwablepublic ThreadId getThreadId()
public boolean isRequest()
public boolean isSynchronous()
public void dispose()