PTP
Release 5.0

org.eclipse.ptp.debug.core
Class DebugJobStorage

java.lang.Object
  extended by org.eclipse.ptp.debug.core.DebugJobStorage

public class DebugJobStorage
extends Object


Constructor Summary
DebugJobStorage(String name)
           
 
Method Summary
static void addDebugStorage(String name, DebugJobStorage storage)
           
 void addValue(String job_id, String key, Object value)
           
 void closeDebugJobStorage()
           
static boolean containsKey(String name)
          static functions
static DebugJobStorage getDebugStorage(String name)
           
static DebugJobStorage[] getDebugStorages()
           
 Collection<Object> getJobValueCollection()
           
 Object getValue(String job_id, String key)
           
 Collection<Object> getValueCollection(String job_id)
           
static void removeDebugStorage(String name)
           
static void removeDebugStorages()
           
 void removeJobStorage(String job_id)
           
 Object removeValue(String job_id, String key)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DebugJobStorage

public DebugJobStorage(String name)
Method Detail

closeDebugJobStorage

public void closeDebugJobStorage()

removeJobStorage

public void removeJobStorage(String job_id)

getJobValueCollection

public Collection<Object> getJobValueCollection()

getValueCollection

public Collection<Object> getValueCollection(String job_id)

getValue

public Object getValue(String job_id,
                       String key)

addValue

public void addValue(String job_id,
                     String key,
                     Object value)

removeValue

public Object removeValue(String job_id,
                          String key)

containsKey

public static boolean containsKey(String name)
static functions


getDebugStorage

public static DebugJobStorage getDebugStorage(String name)

addDebugStorage

public static void addDebugStorage(String name,
                                   DebugJobStorage storage)

getDebugStorages

public static DebugJobStorage[] getDebugStorages()

removeDebugStorage

public static void removeDebugStorage(String name)

removeDebugStorages

public static void removeDebugStorages()

PTP
Release 5.0

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