|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.huihoo.jfox.system.ComponentSupport
org.huihoo.jfox.system.ServiceSupport
org.jfox.ejb.ContainerInvokerSupport
| Field Summary | |
protected static Container |
container
|
protected static javax.naming.Context |
ctx
|
protected static java.lang.String |
INVOKER_JNDI_PREFIX
|
| Fields inherited from class org.huihoo.jfox.system.ComponentSupport |
logger, name, proxyInstance, sequence, state |
| Constructor Summary | |
ContainerInvokerSupport()
|
|
| Method Summary | |
void |
ping()
|
void |
run()
When an object implementing interface Runnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread.
|
| Methods inherited from class org.huihoo.jfox.system.ServiceSupport |
doStart, doStop, isRunning, start, stop |
| Methods inherited from class org.huihoo.jfox.system.ComponentSupport |
destroy, doDestroy, doInit, getLogger, getName, getState, init, parseName, setLogger, setName |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.huihoo.jfox.system.Component |
destroy, getName, getState, init |
| Methods inherited from interface org.huihoo.jfox.system.Loggable |
getLogger |
| Field Detail |
protected static final java.lang.String INVOKER_JNDI_PREFIX
protected static transient javax.naming.Context ctx
protected static final Container container
| Constructor Detail |
public ContainerInvokerSupport()
| Method Detail |
public void ping()
throws java.rmi.RemoteException
java.rmi.RemoteExceptionpublic void run()
java.lang.RunnableRunnable is used
to create a thread, starting the thread causes the object's
run method to be called in that separately executing
thread.
The general contract of the method run is that it may
take any action whatsoever.
Thread.run()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||