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.InstanceNotFoundExceptionjava.io.IOExceptionvoid continueExecution()
throws javax.management.InstanceNotFoundException,
java.io.IOException
javax.management.InstanceNotFoundExceptionjava.io.IOExceptionvoid setNextActivation(ActivationTrace activation) throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundExceptionjava.io.IOExceptionvoid addBreakpoint(ITransformationBreakpointHandler breakpoint) throws javax.management.InstanceNotFoundException, java.io.IOException, ViatraDebuggerException
javax.management.InstanceNotFoundExceptionjava.io.IOExceptionViatraDebuggerExceptionvoid removeBreakpoint(ITransformationBreakpointHandler breakpoint) throws javax.management.InstanceNotFoundException, java.io.IOException, ViatraDebuggerException
javax.management.InstanceNotFoundExceptionjava.io.IOExceptionViatraDebuggerExceptionvoid disableBreakpoint(ITransformationBreakpointHandler breakpoint) throws javax.management.InstanceNotFoundException, java.io.IOException, ViatraDebuggerException
javax.management.InstanceNotFoundExceptionjava.io.IOExceptionViatraDebuggerExceptionvoid enableBreakpoint(ITransformationBreakpointHandler breakpoint) throws javax.management.InstanceNotFoundException, java.io.IOException, ViatraDebuggerException
javax.management.InstanceNotFoundExceptionjava.io.IOExceptionViatraDebuggerExceptionvoid disconnect()
throws javax.management.InstanceNotFoundException,
java.io.IOException
javax.management.InstanceNotFoundExceptionjava.io.IOExceptionjava.lang.String getID()
throws javax.management.InstanceNotFoundException,
java.io.IOException
javax.management.InstanceNotFoundExceptionjava.io.IOExceptionjava.util.List<TransformationModelElement> getRootElements() throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundExceptionjava.io.IOExceptionjava.util.Map<java.lang.String,java.util.List<TransformationModelElement>> getChildren(TransformationModelElement parent) throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundExceptionjava.io.IOExceptionjava.util.Map<java.lang.String,java.util.List<TransformationModelElement>> getCrossReferences(TransformationModelElement parent) throws javax.management.InstanceNotFoundException, java.io.IOException
javax.management.InstanceNotFoundExceptionjava.io.IOException