|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bluemarsh.jswat.command.JSwatCommand | +--com.bluemarsh.jswat.command.resumeCommand
Defines the class that handles the 'resume' command.
Fields inherited from class com.bluemarsh.jswat.command.JSwatCommand |
logCategory, primitiveTypeNames, swat |
Constructor Summary | |
resumeCommand()
|
Method Summary | |
void |
perform(Session session,
com.bluemarsh.util.StringTokenizer args,
Log out)
Perform the 'resume' command. |
protected void |
resumeThread(Session session,
java.lang.String idToken,
Log out)
Resume the thread given by the ID token string. |
Methods inherited from class com.bluemarsh.jswat.command.JSwatCommand |
argumentsMatch, createObject, description, findClassesByPattern, getCommandName, getPromptString, help, help, missingArgs, receiveInput, resolveOverload |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public resumeCommand()
Method Detail |
public void perform(Session session, com.bluemarsh.util.StringTokenizer args, Log out)
perform
in class JSwatCommand
session
- JSwat session on which to operate.args
- Tokenized string of command arguments.out
- Output to write messages to.protected void resumeThread(Session session, java.lang.String idToken, Log out) throws NotActiveException
session
- Debugging session.idToken
- Thread ID as a string.out
- Output to write to.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |