PTP
Release 5.0

Uses of Interface
org.eclipse.ptp.debug.core.IPSession

Packages that use IPSession
org.eclipse.ptp.debug.core   
org.eclipse.ptp.debug.core.model   
org.eclipse.ptp.debug.ui   
 

Uses of IPSession in org.eclipse.ptp.debug.core
 

Methods in org.eclipse.ptp.debug.core that return IPSession
 IPSession PDebugModel.createDebugSession(IPDebugger debugger, IPLaunch launch, org.eclipse.core.resources.IProject project, org.eclipse.core.runtime.IProgressMonitor monitor)
          Helper method to create a new debug session.
 IPSession PDebugModel.getSession(java.lang.String jobId)
          Get the session associated with a job
 

Methods in org.eclipse.ptp.debug.core with parameters of type IPSession
 void PDebugModel.addTasks(IPSession session, java.lang.String setId, TaskSet tasks)
          Add new tasks to a task set
 void PDebugModel.createSet(IPSession session, java.lang.String setId, TaskSet tasks)
          Create a new set containing the given tasks.
 void PDebugModel.deleteSet(IPSession session, java.lang.String setId)
          Remove a set from the session.
 TaskSet PDebugModel.getTasks(IPSession session, java.lang.String setId)
          Find the tasks associated with a set in a debug sesison.
 void PDebugModel.removeTasks(IPSession session, java.lang.String setId, TaskSet tasks)
          Remove tasks from the set of tasks defined by setId.
 

Uses of IPSession in org.eclipse.ptp.debug.core.model
 

Methods in org.eclipse.ptp.debug.core.model that return IPSession
 IPSession IPDebugElement.getSession()
           
 

Uses of IPSession in org.eclipse.ptp.debug.ui
 

Methods in org.eclipse.ptp.debug.ui that return IPSession
 IPSession UIDebugManager.getCurrentSession()
           
 IPSession UIDebugManager.getDebugSession(java.lang.String jobId)
          Get debug session
 

Methods in org.eclipse.ptp.debug.ui with parameters of type IPSession
 TaskSet UIDebugManager.getTasks(IPSession session, java.lang.String set_id)
          Get tasks from given set
 void UIDebugManager.registerTasks(IPSession session, TaskSet tasks)
           
 void UIDebugManager.unregisterTasks(IPSession session, TaskSet tasks)
           
 


PTP
Release 5.0

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