org.jactr.tools.async.message.command.breakpoint
Class BreakpointCommand
java.lang.Object
org.jactr.tools.async.message.BaseMessage
org.jactr.tools.async.message.command.breakpoint.BreakpointCommand
- All Implemented Interfaces:
- java.io.Serializable, IBreakpointCommand, ICommand, IMessage
public class BreakpointCommand
- extends BaseMessage
- implements IBreakpointCommand, java.io.Serializable
- Author:
- developer
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.jactr.tools.async.message.IMessage |
getID |
BreakpointCommand
public BreakpointCommand(IBreakpointCommand.Action action,
org.jactr.core.runtime.controller.debug.BreakpointType type)
BreakpointCommand
public BreakpointCommand(IBreakpointCommand.Action action,
org.jactr.core.runtime.controller.debug.BreakpointType type,
java.lang.String modelName,
java.lang.String details)
getAction
public IBreakpointCommand.Action getAction()
- Specified by:
getAction in interface IBreakpointCommand
- See Also:
IBreakpointCommand.getAction()
getType
public org.jactr.core.runtime.controller.debug.BreakpointType getType()
- Specified by:
getType in interface IBreakpointCommand
- See Also:
IBreakpointCommand.getType()
getDetails
public java.lang.String getDetails()
- Specified by:
getDetails in interface IBreakpointCommand
getModelName
public java.lang.String getModelName()
- Specified by:
getModelName in interface IBreakpointCommand
toString
public java.lang.String toString()
- Overrides:
toString in class java.lang.Object