PTP
Release 5.0

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

All Superinterfaces:
IPDISessionObject, IPDISet
All Known Subinterfaces:
IPDIBreakpointManager, IPDIEventManager, IPDIEventRequestManager, IPDIExpressionManager, IPDIMemoryManager, IPDIRegisterManager, IPDISignalManager, IPDISourceManager, IPDITargetManager, IPDITaskManager, IPDIThreadManager, IPDITraceManager, IPDIVariableManager
All Known Implementing Classes:
AbstractEventManager, org.eclipse.ptp.debug.internal.core.pdi.manager.AbstractPDIManager

public interface IPDIManager
extends IPDISessionObject

Base manager interfaces


Method Summary
 boolean isAutoUpdate()
           
 void setAutoUpdate(boolean update)
           
 void shutdown()
           
 void update(TaskSet tasks)
           
 
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

isAutoUpdate

boolean isAutoUpdate()
Returns:

setAutoUpdate

void setAutoUpdate(boolean update)
Parameters:
update -

shutdown

void shutdown()

update

void update(TaskSet tasks)
            throws PDIException
Parameters:
tasks -
Throws:
PDIException
Since:
4.0

PTP
Release 5.0

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