org.eclipse.ptp.debug.core.pdi
Class SessionObject
java.lang.Object
org.eclipse.ptp.debug.core.pdi.SessionObject
- All Implemented Interfaces:
- IPDISessionObject, IPDISet
- Direct Known Subclasses:
- org.eclipse.ptp.debug.internal.core.pdi.manager.AbstractPDIManager
public class SessionObject
- extends Object
- implements IPDISessionObject
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
session
protected IPDISession session
tasks
protected TaskSet tasks
SessionObject
public SessionObject(IPDISession s,
TaskSet t)
- Since:
- 4.0
getSession
public IPDISession getSession()
- Description copied from interface:
IPDISessionObject
- Returns debug session
- Specified by:
getSession in interface IPDISessionObject
- Returns:
- the debug session
getTasks
public TaskSet getTasks()
- Description copied from interface:
IPDISet
- Returns a list of Task IDs
- Specified by:
getTasks in interface IPDISet
- Returns:
- TaskSet of all processes
- Since:
- 4.0
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.