org.eclipse.ptp.debug.core
Class DebugJobStorage
java.lang.Object
org.eclipse.ptp.debug.core.DebugJobStorage
public class DebugJobStorage
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DebugJobStorage
public DebugJobStorage(String name)
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()
Copyright (c) 2011 IBM Corporation and others. All Rights Reserved.