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

java.lang.Objectorg.ematgine.threads.services.S1000Client.command.ControlCommand
- Direct Known Subclasses:
- ControlCommandDefineAndSendMailMessage, ControlCommandDefineBrowserConfiguration, ControlCommandDefineConfiguration, ControlCommandDefineNewMailToSendMessage, ControlCommandJoinFileMessage, ControlCommandSendMailMessage, ControlCommandTryJoinFileMessage, ControlCommandUpdateJScrollPane
- public class ControlCommand
- extends java.lang.Object
| Field Summary | |
private int |
commandNumber
Description of the Field |
static int |
ControlCommand_Browse
Description of the Field |
static int |
ControlCommand_DefineAndSendMailMessage
Description of the Field |
static int |
ControlCommand_DefineBrowserConfiguration
Description of the Field |
static int |
ControlCommand_DefineConfiguration
Description of the Field |
static int |
ControlCommand_DefineNewMailToSendMessage
Description of the Field |
static int |
ControlCommand_DontBrowse
Description of the Field |
static int |
ControlCommand_JoinFileMessage
Description of the Field |
static int |
ControlCommand_RunPOP3
Description of the Field |
static int |
ControlCommand_SendMailMessage
Description of the Field |
static int |
ControlCommand_StopPOP3
Description of the Field |
static int |
ControlCommand_TryJoinFileMessage
Description of the Field |
static int |
ControlCommand_UpdateJScrollPane
Description of the Field |
| Constructor Summary | |
ControlCommand()
Constructor for the ControlCommand object |
|
ControlCommand(int nb)
Constructor for the ControlCommand object |
|
| Method Summary | |
int |
getCommandNumber()
Gets the commandNumber attribute of the ControlCommand object |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
ControlCommand_DefineConfiguration
public static final int ControlCommand_DefineConfiguration
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_DefineBrowserConfiguration
public static final int ControlCommand_DefineBrowserConfiguration
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_RunPOP3
public static final int ControlCommand_RunPOP3
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_StopPOP3
public static final int ControlCommand_StopPOP3
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_Browse
public static final int ControlCommand_Browse
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_DontBrowse
public static final int ControlCommand_DontBrowse
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_UpdateJScrollPane
public static final int ControlCommand_UpdateJScrollPane
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_DefineNewMailToSendMessage
public static final int ControlCommand_DefineNewMailToSendMessage
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_SendMailMessage
public static final int ControlCommand_SendMailMessage
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_DefineAndSendMailMessage
public static final int ControlCommand_DefineAndSendMailMessage
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_JoinFileMessage
public static final int ControlCommand_JoinFileMessage
- Description of the Field
- See Also:
- Constant Field Values
ControlCommand_TryJoinFileMessage
public static final int ControlCommand_TryJoinFileMessage
- Description of the Field
- See Also:
- Constant Field Values
commandNumber
private int commandNumber
- Description of the Field
| Constructor Detail |
ControlCommand
public ControlCommand()
- Constructor for the ControlCommand object
ControlCommand
public ControlCommand(int nb)
- Constructor for the ControlCommand object
| Method Detail |
getCommandNumber
public int getCommandNumber()
- Gets the commandNumber attribute of the ControlCommand object
|
|||||||||
| Home >> All >> org >> ematgine >> threads >> services >> S1000Client >> [ command overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
org.ematgine.threads.services.S1000Client.command.ControlCommand