DMessage dm = DMessageCache.alloc(4);
dm.setType(DMessage.OutGetFrame);
dm.putDWord(depth); // depth of zero
if (!simpleRequestResponseMessage(dm, DMessage.InFrame, timeout)) {
throw new NoResponseException(timeout);
}
pullUpActivationObjectVariables(depth);
}
}