* @throws NotSuspendedException
*/
void obtainMembers(long valueId) throws NoResponseException, NotConnectedException, NotSuspendedException
{
if (!isSuspended())
throw new NotSuspendedException();
// Get it from cache. Normally, this should never fail; however, in
// the case of Flex Builder, which is multithreaded, it is possible
// that a thread has called this even after a different thread has
// single-stepped, so that the original variable is no longer valid.