PTP
Release 7.0

org.eclipse.ptp.debug.core.pdi.manager
Interface IPDISignalManager

All Superinterfaces:
IPDIManager, IPDISessionObject, IPDISet

public interface IPDISignalManager
extends IPDIManager

Represent signal manager to manage signal


Method Summary
 IPDISignal[] getSignals(TaskSet tasks)
          Returns the array of signals defined for this target.
 void handle(IPDISignal sig, boolean isIgnore, boolean isStop)
          Handle signal
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.manager.IPDIManager
isAutoUpdate, setAutoUpdate, shutdown, update
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISessionObject
getSession
 
Methods inherited from interface org.eclipse.ptp.debug.core.pdi.IPDISet
getTasks
 

Method Detail

getSignals

IPDISignal[] getSignals(TaskSet tasks)
                        throws PDIException
Returns the array of signals defined for this target.

Parameters:
tasks - target process
Returns:
the array of signals
Throws:
PDIException - on failure
Since:
4.0

handle

void handle(IPDISignal sig,
            boolean isIgnore,
            boolean isStop)
            throws PDIException
Handle signal

Parameters:
sig -
isIgnore -
isStop -
Throws:
PDIException

PTP
Release 7.0

Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.