379380381382383384385386387
t.setDaemon(true); t.start(); // we're probably using a bad version if (!responded) throw new VersionException(); return bound; }
870871872873874875876877
if (!simpleRequestResponseMessage(dm, DMessage.InGetFncNames)) throw new NoResponseException(0); } else { throw new VersionException(); } }
10571058105910601061106210631064
// now that we've primed the DManager we can request the base variable whose // children are the variables that are available v = m_manager.getValue(Value.BASE_ID, isolateId); if (v == null) throw new VersionException(); return v.getMembers(this); }
340341342343344345346347348
882883884885886887888889
10621063106410651066106710681069
// now that we've primed the DManager we can request the base variable whose // children are the variables that are available v = m_manager.getValue(Value.BASE_ID); if (v == null) throw new VersionException(); return v.getMembers(this); }