143414351436143714381439144014411442
public void cosPollControl() throws CosPollException, CosPollNotInModeException { if (state != CosProcessStatusEnum.StatRunningControl) { throw new CosPollNotInModeException(); } return; }
144314441445144614471448144914501451
public void cosPollMonitor() throws CosPollException, CosPollNotInModeException { if (state != CosProcessStatusEnum.StatRunningMonitor) { throw new CosPollNotInModeException(); } return; }
567956805681568256835684568556865687
public void cosPollControl() throws CosPollNotInModeException, CosPollException { if (state_ != CosProcessStatusEnum.StatRunningControl) { throw new CosPollNotInModeException(); } return; }
568956905691569256935694569556965697
public void cosPollMonitor() throws CosPollNotInModeException, CosPollException { if (state_ != CosProcessStatusEnum.StatRunningMonitor) { throw new CosPollNotInModeException(); } return; }
378379380381382383384385
public void cosPollControl() throws CosPollException, CosPollNotInModeException { if (state_ != CosProcessStatusEnum.StatRunningControl) { throw new CosPollNotInModeException(); } }
392393394395396397398399
public void cosPollMonitor() throws CosPollException, CosPollNotInModeException { if (state_ != CosProcessStatusEnum.StatRunningMonitor) { throw new CosPollNotInModeException(); } }