PTP
Release 5.0

org.eclipse.ptp.debug.core.pdi
Class SessionObject

java.lang.Object
  extended by 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


Field Summary
protected  IPDISession session
           
protected  TaskSet tasks
           
 
Constructor Summary
SessionObject(IPDISession s, TaskSet t)
           
 
Method Summary
 IPDISession getSession()
          Returns debug session
 TaskSet getTasks()
          Returns a list of Task IDs
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

session

protected IPDISession session

tasks

protected TaskSet tasks
Constructor Detail

SessionObject

public SessionObject(IPDISession s,
                     TaskSet t)
Since:
4.0
Method Detail

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

PTP
Release 5.0

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