PTP
Release 7.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

public interface IPDIManager
extends IPDISessionObject

Base manager interfaces


Method Summary
 boolean isAutoUpdate()
          Test if auto update is set
 void setAutoUpdate(boolean update)
          Set auto update
 void shutdown()
          Shut down the manager
 void update(TaskSet tasks)
          Update the 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()
Test if auto update is set

Returns:

setAutoUpdate

void setAutoUpdate(boolean update)
Set auto update

Parameters:
update -

shutdown

void shutdown()
Shut down the manager


update

void update(TaskSet tasks)
            throws PDIException
Update the tasks

Parameters:
tasks -
Throws:
PDIException
Since:
4.0

PTP
Release 7.0

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