com.sun.star.lib.uno.environments.remote
Class Job
java.lang.Object
|
+--com.sun.star.lib.uno.environments.remote.Job
- public synchronized class Job
- extends java.lang.Object
Field Summary |
static boolean |
DEBUG
|
protected java.lang.Exception |
_exception
|
protected com.sun.star.lib.uno.environments.remote.IReceiver |
_iReceiver
|
protected com.sun.star.lib.uno.environments.remote.Job |
_next
|
protected java.lang.Object |
_object
|
protected java.lang.String |
_operation
|
protected java.lang.Object |
_param
|
protected int |
_requestId
|
protected boolean |
_synchron
|
protected com.sun.star.lib.uno.environments.remote.ThreadID |
_threadId
|
protected java.lang.Class |
_zInterface
|
(package private) static java.lang.Class |
class$com$sun$star$lib$uno$environments$remote$StubDispatcher
|
(package private) static java.lang.Class |
class$com$sun$star$uno$Exception
|
(package private) static java.lang.Class |
class$com$sun$star$uno$Type
|
(package private) static java.lang.Class |
class$java$lang$Object
|
Constructor Summary |
Job(com.sun.star.lib.uno.environments.remote.IReceiver ir,
com.sun.star.lib.uno.environments.remote.ThreadID tid,
int i,
java.lang.Object o1,
java.lang.String s,
java.lang.Object o2,
boolean b,
java.lang.Exception e,
java.lang.Class c)
|
Method Summary |
(package private) static java.lang.Class |
class$(java.lang.String s)
|
protected void |
dispatch(java.lang.String s,
java.lang.Object o,
com.sun.star.lib.uno.environments.remote.Job j)
|
protected java.lang.Object |
dispatch_MethodCall(java.lang.String s,
com.sun.star.lib.uno.environments.remote.IMessage im,
boolean b,
java.lang.Class[] c1,
int[] i,
java.lang.Object[][] o,
java.lang.Class[][] c2)
|
protected void |
dispatch_acquire()
|
protected java.lang.Object |
dispatch_queryInterface(java.lang.Object o1,
java.lang.Class[] c1,
int[] i,
java.lang.Object[][] o2,
java.lang.Class[][] c2)
|
protected void |
dispatch_release()
|
boolean |
execute()
|
java.lang.String |
getOperation()
|
com.sun.star.lib.uno.environments.remote.ThreadID |
getThreadId()
|
boolean |
isFinal()
|
boolean |
isSynchron()
|
void |
reply(int i,
java.lang.Object o1,
java.lang.Class c1,
java.lang.Object[] o2,
java.lang.Class[] c2)
|
java.lang.String |
toString()
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
DEBUG
public static final boolean DEBUG
_exception
protected java.lang.Exception _exception
_iReceiver
protected com.sun.star.lib.uno.environments.remote.IReceiver _iReceiver
_next
protected com.sun.star.lib.uno.environments.remote.Job _next
_object
protected java.lang.Object _object
_operation
protected java.lang.String _operation
_param
protected java.lang.Object _param
_requestId
protected int _requestId
_synchron
protected boolean _synchron
_threadId
protected com.sun.star.lib.uno.environments.remote.ThreadID _threadId
_zInterface
protected java.lang.Class _zInterface
class$com$sun$star$lib$uno$environments$remote$StubDispatcher
static java.lang.Class class$com$sun$star$lib$uno$environments$remote$StubDispatcher
class$com$sun$star$uno$Exception
static java.lang.Class class$com$sun$star$uno$Exception
class$com$sun$star$uno$Type
static java.lang.Class class$com$sun$star$uno$Type
class$java$lang$Object
static java.lang.Class class$java$lang$Object
Job
public Job(com.sun.star.lib.uno.environments.remote.IReceiver ir,
com.sun.star.lib.uno.environments.remote.ThreadID tid,
int i,
java.lang.Object o1,
java.lang.String s,
java.lang.Object o2,
boolean b,
java.lang.Exception e,
java.lang.Class c)
class$
static java.lang.Class class$(java.lang.String s)
dispatch
protected void dispatch(java.lang.String s,
java.lang.Object o,
com.sun.star.lib.uno.environments.remote.Job j)
throws java.lang.Exception
dispatch_MethodCall
protected java.lang.Object dispatch_MethodCall(java.lang.String s,
com.sun.star.lib.uno.environments.remote.IMessage im,
boolean b,
java.lang.Class[] c1,
int[] i,
java.lang.Object[][] o,
java.lang.Class[][] c2)
throws java.lang.NoSuchMethodException,
java.lang.reflect.InvocationTargetException,
java.lang.IllegalAccessException,
com.sun.star.uno.MappingException,
java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.io.IOException
dispatch_acquire
protected void dispatch_acquire()
dispatch_queryInterface
protected java.lang.Object dispatch_queryInterface(java.lang.Object o1,
java.lang.Class[] c1,
int[] i,
java.lang.Object[][] o2,
java.lang.Class[][] c2)
throws java.io.IOException,
java.lang.InstantiationException,
java.lang.IllegalAccessException,
java.lang.ClassNotFoundException
dispatch_release
protected void dispatch_release()
execute
public boolean execute()
throws java.lang.Exception
getOperation
public java.lang.String getOperation()
getThreadId
public com.sun.star.lib.uno.environments.remote.ThreadID getThreadId()
isFinal
public boolean isFinal()
- Overrides:
isFinal
in class ProgramElementDocImpl
isSynchron
public boolean isSynchron()
reply
public void reply(int i,
java.lang.Object o1,
java.lang.Class c1,
java.lang.Object[] o2,
java.lang.Class[] c2)
throws java.io.IOException
toString
public java.lang.String toString()
- Overrides:
toString
in class ProgramElementDocImpl