public interface IPDIVariableManager extends IPDIManager
isAutoUpdate, setAutoUpdate, shutdown, updategetSessionIPDIArgument createArgument(IPDIArgumentDescriptor argDesc) throws PDIException
argDesc - PDIExceptionIPDIGlobalVariable createGlobalVariable(IPDIGlobalVariableDescriptor varDesc) throws PDIException
varDesc - PDIExceptionIPDILocalVariable createLocalVariable(IPDILocalVariableDescriptor varDesc) throws PDIException
varDesc - PDIExceptionIPDIArgumentDescriptor[] getArgumentDescriptors(IPDIStackFrame frame) throws PDIException
frame - PDIExceptionIPDILocalVariableDescriptor[] getLocalVariableDescriptors(IPDIStackFrame frame) throws PDIException
frame - PDIExceptionIPDIVariable getVariableByName(TaskSet tasks, java.lang.String varname)
IPDIGlobalVariableDescriptor getGlobalVariableDescriptor(TaskSet tasks, java.lang.String filename, java.lang.String function, java.lang.String name) throws PDIException
PDIExceptionIPDIThreadStorage createThreadStorage(IPDIThreadStorageDescriptor desc) throws PDIException
desc - PDIExceptionIPDIThreadStorageDescriptor[] getThreadStorageDescriptors(IPDIThread thread) throws PDIException
thread - PDIExceptionvoid destroyVariable(IPDIVariable variable) throws PDIException
variable - PDIExceptionIPDIVariable createVariable(IPDIVariableDescriptor varDesc) throws PDIException
varDesc - PDIExceptionIPDIVariableDescriptor getVariableDescriptorAsArray(IPDIVariableDescriptor varDesc, int start, int length) throws PDIException
varDesc - start - length - PDIExceptionIPDIVariableDescriptor getVariableDescriptorAsType(IPDIVariableDescriptor varDesc, java.lang.String type) throws PDIException
varDesc - type - PDIExceptionvoid update(TaskSet qTasks, java.lang.String[] vars) throws PDIException
qTasks - vars - PDIExceptionCopyright (c) 2011 IBM Corporation and others. All Rights Reserved.