|
|||||||||
| Home >> All >> org >> ematgine >> threads >> services >> S1000Client >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
org.ematgine.threads.services.S1000Client.view
Class S1000ClientViewManager

java.lang.Objectorg.ematgine.threads.services.S1000Client.view.S1000ClientViewManager
- All Implemented Interfaces:
- java.lang.Runnable
- public class S1000ClientViewManager
- extends java.lang.Object
- implements java.lang.Runnable
- extends java.lang.Object
| Field Summary | |
(package private) java.util.Hashtable |
channels
Description of the Field |
private ematgineS1000Client |
myematgineS1000Client
Description of the Field |
protected java.lang.Thread |
selfThread_
Self Thread |
private static S1000ClientViewManager |
singleton_
Description of the Field |
| Constructor Summary | |
private |
S1000ClientViewManager()
Constructor for the S1000ClientViewManager object |
| Method Summary | |
static S1000ClientViewManager |
getInstance()
Gets the instance attribute of the S1000ClientViewManager class |
void |
init(java.util.Hashtable chan)
Constructor for the S1000ClientMainControl object |
void |
run()
Main processing method for the S1000ClientMainControl object |
private boolean |
sendQueue(java.lang.String queueName,
org.ematgine.threads.services.S1000Client.command.ControlCommand cmd)
Description of the Method |
void |
start()
Description of the Method |
void |
stop()
Stop the applet. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
singleton_
private static S1000ClientViewManager singleton_
- Description of the Field
selfThread_
protected java.lang.Thread selfThread_
- Self Thread
channels
java.util.Hashtable channels
- Description of the Field
myematgineS1000Client
private ematgineS1000Client myematgineS1000Client
- Description of the Field
| Constructor Detail |
S1000ClientViewManager
private S1000ClientViewManager()
- Constructor for the S1000ClientViewManager object
| Method Detail |
init
public void init(java.util.Hashtable chan)
- Constructor for the S1000ClientMainControl object
run
public void run()
- Main processing method for the S1000ClientMainControl object
- Specified by:
runin interfacejava.lang.Runnable
start
public void start()
- Description of the Method
stop
public void stop()
- Stop the applet. The thread will exit because kicker is set to null.
sendQueue
private boolean sendQueue(java.lang.String queueName, org.ematgine.threads.services.S1000Client.command.ControlCommand cmd)
- Description of the Method
getInstance
public static S1000ClientViewManager getInstance()
- Gets the instance attribute of the S1000ClientViewManager class
|
|||||||||
| Home >> All >> org >> ematgine >> threads >> services >> S1000Client >> [ view overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.ematgine.threads.services.S1000Client.view.S1000ClientViewManager