org.jactr.tools.async.message.command.breakpoint
Class BreakpointCommand

java.lang.Object
  extended by org.jactr.tools.async.message.BaseMessage
      extended by 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

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.jactr.tools.async.message.command.breakpoint.IBreakpointCommand
IBreakpointCommand.Action
 
Constructor Summary
BreakpointCommand(IBreakpointCommand.Action action, org.jactr.core.runtime.controller.debug.BreakpointType type)
           
BreakpointCommand(IBreakpointCommand.Action action, org.jactr.core.runtime.controller.debug.BreakpointType type, java.lang.String modelName, java.lang.String details)
           
 
Method Summary
 IBreakpointCommand.Action getAction()
           
 java.lang.String getDetails()
           
 java.lang.String getModelName()
           
 org.jactr.core.runtime.controller.debug.BreakpointType getType()
           
 java.lang.String toString()
           
 
Methods inherited from class org.jactr.tools.async.message.BaseMessage
getID
 
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
 

Constructor Detail

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)
Method Detail

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