com.sun.star.lib.sandbox
Class ExecutionContext
java.lang.Object
|
+--java.util.Observable
|
+--com.sun.star.lib.sandbox.ExecutionContext
- Direct Known Subclasses:
- stardiv.applet.AppletExecutionContext
- public abstract synchronized class ExecutionContext
- extends java.util.Observable
Field Summary |
protected static int |
CMD_DESTROY
|
protected static int |
CMD_DISPOSE
|
protected static int |
CMD_INIT
|
protected static int |
CMD_LOAD
|
protected static int |
CMD_START
|
protected static int |
CMD_STOP
|
private static boolean |
DEBUG
|
protected static int |
DESTROYED
|
protected static int |
DISPOSED
|
protected static int |
INITED
|
protected static int |
LOADED
|
protected static int |
STARTED
|
protected static int |
STOPPED
|
protected com.sun.star.lib.sandbox.ClassContext |
classContext
|
private java.lang.Thread |
dispatchThread
|
private com.sun.star.lib.sandbox.ExecutionContext$Message |
head
|
private static int |
instances
|
private boolean |
loop
|
private java.lang.String |
name
|
protected java.util.ResourceBundle |
resourceBundle
|
private int |
status
|
private java.lang.Object |
synObj
|
private com.sun.star.lib.sandbox.ExecutionContext$Message |
tail
|
private com.sun.star.lib.sandbox.SandboxThreadGroup |
threadGroup
|
Fields inherited from class java.util.Observable |
arr, changed, obs |
Constructor Summary |
protected |
ExecutionContext()
|
Method Summary |
(package private) static boolean |
access$0(com.sun.star.lib.sandbox.ExecutionContext ec)
|
(package private) static com.sun.star.lib.sandbox.ExecutionContext$Message |
access$1(com.sun.star.lib.sandbox.ExecutionContext ec)
|
(package private) static boolean |
access$2()
|
(package private) static java.lang.Thread |
access$3(com.sun.star.lib.sandbox.ExecutionContext ec)
|
(package private) static void |
access$4(com.sun.star.lib.sandbox.ExecutionContext ec,
com.sun.star.lib.sandbox.ExecutionContext$Message ecm)
|
void |
dispatch(int i)
|
void |
dispose()
|
void |
dispose(long l)
|
void |
finalize()
|
int |
getStatus()
|
(package private) java.lang.Object |
getSynObject()
|
java.lang.ThreadGroup |
getThreadGroup()
|
void |
init(java.lang.String s,
com.sun.star.lib.sandbox.ClassContext cc)
|
void |
reload()
|
void |
restart()
|
void |
sendDestroy()
|
void |
sendDispose()
|
void |
sendEvent(int i)
|
void |
sendEvent(int i1,
int i2)
|
void |
sendInit()
|
void |
sendLoad()
|
void |
sendStart()
|
void |
sendStop()
|
protected void |
showStatus(java.lang.String s)
|
protected void |
showStatus(java.lang.String s1,
java.lang.String s2)
|
void |
shutdown()
|
void |
startUp()
|
protected void |
xExtended(int i)
|
protected abstract void |
xdestroy()
|
protected abstract void |
xdispose()
|
protected abstract void |
xinit()
|
protected abstract void |
xload()
|
protected abstract void |
xstart()
|
protected abstract void |
xstop()
|
Methods inherited from class java.util.Observable |
addObserver, clearChanged, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers, setChanged |
Methods inherited from class java.lang.Object |
clone, equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
CMD_DESTROY
protected static final int CMD_DESTROY
CMD_DISPOSE
protected static final int CMD_DISPOSE
CMD_INIT
protected static final int CMD_INIT
CMD_LOAD
protected static final int CMD_LOAD
CMD_START
protected static final int CMD_START
CMD_STOP
protected static final int CMD_STOP
DEBUG
private static final boolean DEBUG
DESTROYED
protected static final int DESTROYED
DISPOSED
protected static final int DISPOSED
INITED
protected static final int INITED
LOADED
protected static final int LOADED
STARTED
protected static final int STARTED
STOPPED
protected static final int STOPPED
classContext
protected com.sun.star.lib.sandbox.ClassContext classContext
dispatchThread
private java.lang.Thread dispatchThread
head
private com.sun.star.lib.sandbox.ExecutionContext$Message head
instances
private static int instances
loop
private boolean loop
name
private java.lang.String name
resourceBundle
protected java.util.ResourceBundle resourceBundle
status
private int status
synObj
private java.lang.Object synObj
tail
private com.sun.star.lib.sandbox.ExecutionContext$Message tail
threadGroup
private com.sun.star.lib.sandbox.SandboxThreadGroup threadGroup
ExecutionContext
protected ExecutionContext()
access$0
static boolean access$0(com.sun.star.lib.sandbox.ExecutionContext ec)
access$1
static com.sun.star.lib.sandbox.ExecutionContext$Message access$1(com.sun.star.lib.sandbox.ExecutionContext ec)
access$2
static boolean access$2()
access$3
static java.lang.Thread access$3(com.sun.star.lib.sandbox.ExecutionContext ec)
access$4
static void access$4(com.sun.star.lib.sandbox.ExecutionContext ec,
com.sun.star.lib.sandbox.ExecutionContext$Message ecm)
dispatch
public void dispatch(int i)
dispose
public void dispose()
dispose
public void dispose(long l)
finalize
public void finalize()
getStatus
public int getStatus()
getSynObject
java.lang.Object getSynObject()
getThreadGroup
public java.lang.ThreadGroup getThreadGroup()
init
public void init(java.lang.String s,
com.sun.star.lib.sandbox.ClassContext cc)
throws java.util.MissingResourceException
reload
public void reload()
restart
public void restart()
sendDestroy
public void sendDestroy()
sendDispose
public void sendDispose()
sendEvent
public void sendEvent(int i)
sendEvent
public void sendEvent(int i1,
int i2)
sendInit
public void sendInit()
sendLoad
public void sendLoad()
sendStart
public void sendStart()
sendStop
public void sendStop()
showStatus
protected void showStatus(java.lang.String s)
showStatus
protected void showStatus(java.lang.String s1,
java.lang.String s2)
shutdown
public void shutdown()
startUp
public void startUp()
xExtended
protected void xExtended(int i)
xdestroy
protected abstract void xdestroy()
xdispose
protected abstract void xdispose()
xinit
protected abstract void xinit()
xload
protected abstract void xload()
throws java.lang.ClassNotFoundException,
java.lang.InstantiationException,
java.lang.IllegalAccessException
xstart
protected abstract void xstart()
xstop
protected abstract void xstop()