425426427428429430431432433434435
} catch (IllegalStateTransitionException e) { e.printStackTrace(); } } }; t.start(); } public void startDevice() throws ZDeviceStartupException, IllegalStateTransitionException { device.configure(); try {
5960616263646566676869
} }); } } }; t.start(); } }); huntButt.setAlignmentX(Component.LEFT_ALIGNMENT); huntButt.setToolTipText("Hunt For Devices");
7677787980818283848586
} }); } } }; t.start(); } }); h.setToolTipText("Hunt For Devices"); buttBox.add(h);
601602603604605606607608609610611
if (duped == num) new FlashMsg(ZoeosFrame.getInstance(), 2500, 500, FlashMsg.colorWarning, "NO DEVICES MARSHALLED FROM HUNT"); } } }; t.start(); } public boolean isDuplicate(Object deviceIndentityMessage) { assertDevices(); synchronized (devices) {
649650651652653654655656657658659
public void run() { setName("StartDeviceThread"); taskStartDevice(d); } }; t.start(); } private void taskStartDevice(ZExternalDevice d) { try { if (ZoeosPreferences.ZPREF_serializeDeviceMarshalling.getValue()) {
676677678679680681682683684685686
public void run() { setName("StopDeviceThread"); taskStopDevice(d, reason); } }; t.start(); } private void taskStopDevice(ZExternalDevice d, String reason) { try { d.stopDevice(false, reason);
694695696697698699700701702703704
public void run() { setName("RemoveDeviceThread"); taskRemoveDevice(d, saveState); } }; t.start(); } private void taskRemoveDevice(ZExternalDevice d, boolean saveState) { try { d.removeDevice(saveState);
714715716717718719720721722723724
public void run() { setName("RevokeDevicesThread"); taskRevokeDevices(null); } }; t.start(); } public void revokeDevicesNonThreaded() { taskRevokeDevices(null); }
749750751752753754755756757758759
public void run() { setName("unrevokeDevicesThread"); taskUnrevokeDevices(); } }; t.start(); } private void taskUnrevokeDevices() { synchronized (revokedDevices) { int num = revokedDevices.size();
784785786787788789790791792793794
public void run() { unidentifiedMessages.clear(); fireUnidentifiedListChanged(); } }; t.start(); } public Map getDuplicateMap() { return ((Hashtable) duplicateDevices.clone()); }