public class SystCommandHandler extends AbstractStubCommandHandler implements CommandHandler
systemName property.
See the available system names listed in the Assigned Numbers document (RFC 943).
Each invocation record stored by this CommandHandler contains no data elements.
replyCode, replyMessageKey, replyTextLOG| Constructor and Description |
|---|
SystCommandHandler()
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
handleCommand(Command command,
Session session,
InvocationRecord invocationRecord)
Handle the specified command for the session.
|
void |
setSystemName(String systemName)
Set the systemName String to be returned by this command
|
sendReply, sendReply, setReplyCode, setReplyMessageKey, setReplyTextclearInvocations, getInvocation, handleCommand, numberOfInvocations, sendReplyassertValidReplyCode, getReplyTextBundle, quotes, setReplyTextBundleclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waithandleCommandpublic SystCommandHandler()
public void handleCommand(Command command, Session session, InvocationRecord invocationRecord)
AbstractTrackingCommandHandlerhandleCommand in class AbstractTrackingCommandHandlercommand - - the Command to be handledsession - - the session on which the Command was submittedinvocationRecord - - the InvocationRecord; CommandHandlers are expected to add
handler-specific data to the InvocationRecord, as appropriatepublic void setSystemName(String systemName)
systemName - - the systemNameCopyright © 2016. All rights reserved.