public interface DebuggerTargetEndpointMBean
Modifier and Type | Method and Description |
---|---|
void |
addBreakpoint(ITransformationBreakpointHandler breakpoint) |
void |
continueExecution() |
void |
disableBreakpoint(ITransformationBreakpointHandler breakpoint) |
void |
disconnect() |
void |
enableBreakpoint(ITransformationBreakpointHandler breakpoint) |
java.util.Map<java.lang.String,java.util.List<TransformationModelElement>> |
getChildren(TransformationModelElement parent) |
java.util.Map<java.lang.String,java.util.List<TransformationModelElement>> |
getCrossReferences(TransformationModelElement parent) |
java.lang.String |
getID() |
java.util.List<TransformationModelElement> |
getRootElements() |
void |
removeBreakpoint(ITransformationBreakpointHandler breakpoint) |
void |
setNextActivation(ActivationTrace activation) |
void |
stepForward() |
void stepForward() throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundException
java.io.IOException
void continueExecution() throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundException
java.io.IOException
void setNextActivation(ActivationTrace activation) throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundException
java.io.IOException
void addBreakpoint(ITransformationBreakpointHandler breakpoint) throws javax.management.InstanceNotFoundException, java.io.IOException, ViatraDebuggerException
javax.management.InstanceNotFoundException
java.io.IOException
ViatraDebuggerException
void removeBreakpoint(ITransformationBreakpointHandler breakpoint) throws javax.management.InstanceNotFoundException, java.io.IOException, ViatraDebuggerException
javax.management.InstanceNotFoundException
java.io.IOException
ViatraDebuggerException
void disableBreakpoint(ITransformationBreakpointHandler breakpoint) throws javax.management.InstanceNotFoundException, java.io.IOException, ViatraDebuggerException
javax.management.InstanceNotFoundException
java.io.IOException
ViatraDebuggerException
void enableBreakpoint(ITransformationBreakpointHandler breakpoint) throws javax.management.InstanceNotFoundException, java.io.IOException, ViatraDebuggerException
javax.management.InstanceNotFoundException
java.io.IOException
ViatraDebuggerException
void disconnect() throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundException
java.io.IOException
java.lang.String getID() throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundException
java.io.IOException
java.util.List<TransformationModelElement> getRootElements() throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundException
java.io.IOException
java.util.Map<java.lang.String,java.util.List<TransformationModelElement>> getChildren(TransformationModelElement parent) throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundException
java.io.IOException
java.util.Map<java.lang.String,java.util.List<TransformationModelElement>> getCrossReferences(TransformationModelElement parent) throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundException
java.io.IOException