Uses of Class
org.scictrl.mp.orbitcorrect.DataBushPackedException
Package
Description
-
Uses of DataBushPackedException in org.scictrl.mp.orbitcorrect
Modifier and TypeMethodDescriptionActionReportEvent.getExceptions()
Getter for the fieldexceptions
.Modifier and TypeMethodDescriptionvoid
DataBushPackedException.throwIt()
IfDBExceptionHolder
has an exception, this method throw it, otherwise do nothing.ModifierConstructorDescriptionActionReportEvent
(AbstractDataBushElement source, String message, int code, DataBushPackedException ex) ActionReportEvent constructor comment.ActionReportEvent
(DataBush db, String message, int code, DataBushPackedException ex) ActionReportEvent constructor comment. -
Uses of DataBushPackedException in org.scictrl.mp.orbitcorrect.correction
Modifier and TypeMethodDescriptionvoid
OrbitCorrectionController.applyCorrection
(OrbitCorrectionOperator op, Correction corr) applyCorrection.void
OrbitCorrectionController.applyUndo
(OrbitCorrectionOperator op) Execute undo operation, if possible. -
Uses of DataBushPackedException in org.scictrl.mp.orbitcorrect.correction.automatic
Modifier and TypeMethodDescriptionprotected void
TimeBasedAutomaticOC.executeCorectionStep
(Orientation ori, JProgressBar prog, AutomaticOrbitCorrectionOperator operator) executeCorectionStep. -
Uses of DataBushPackedException in org.scictrl.mp.orbitcorrect.correction.models
Modifier and TypeMethodDescriptionEmpiricOrbitCorrectionModel.measureResponseMatrix
(boolean showProgress, ElementList<AbstractCorrector> correctors, ElementList<BPMonitor> monitors, DataBush databush) measureResponseMatrix. -
Uses of DataBushPackedException in org.scictrl.mp.orbitcorrect.model.optics
Modifier and TypeMethodDescriptionint
DataBushHandler._applyMagnets
(PowerSupplyList l, DataBushPackedException eh) This method sets such current toPowerSupply
's ofPowerSupplyList
l that desired magnetic strength on magnets will be achieved.int
DataBushHandler._applyPowerSupplies
(PowerSupplyList l, DataBushPackedException eh) This method sets the same current toPowerSupplyBean
's ofPowerSupply
's ofPowerSupplyList
l as is on theirPowerSupply
's.int
DataBushHandler._connect
(BPMonitorList l, DataBushPackedException eh) This method call method_connect(DBExceptionHolder)
on allBPMonitor
's fromBPMonitorList
and consequently connect allBPMonitor
's onBeamPositionMonitorBean
.int
DataBushHandler._connect
(PowerSupplyList l, DataBushPackedException eh) This method call method_connect(DBExceptionHolder)
on allPowerSupplay
's fromPowerSupplyList
and consequently connect allPowerSupplay
's onPowerSupplyBean
.int
DataBushHandler._updateBPMs
(BPMonitorList l, DataBushPackedException eh) This method call method_update(DBExceptionHolder)
on allBPMonitor
's fromBPMonitorList
and consequently update allBPMonitor
's onBeamPositionMonitorBean
.int
DataBushHandler._updateMagnets
(AbstractProtectedList<? extends AbstractMagnetElement> pl, PowerSupplyList l, DataBushPackedException eh) This method call method_update(DBExceptionHolder)
onAbstractCalibratedMagnet
's fromMagnetList
's of dependent magnet ofPowerSupplay
's fromPowerSupplayList
, if they are members ofAbstractProtectedList
l.int
DataBushHandler._updatePowerSupplies
(PowerSupplyList l, DataBushPackedException eh) This method call method_update(DBExceptionHolder)
on allPowerSupplay
's fromPowerSupplyList
and consequently update allPowerSupplay
's onPowerSupplyBean
.int
DataBushHandler._updateSpecials
(org.scictrl.mp.orbitcorrect.model.optics.DataBushEnt ent, DataBushPackedException eh) _updateSpecials.Modifier and TypeMethodDescriptionint
CalMagnetList.apply()
This method execute apply methon on owner of this list.int
CorrectorList.apply()
apply.int
DataBush.apply()
Sends values from all DataBush elements to the Control System.int
DataBushHandler.apply()
This method applaies magnets and power supplaies by calling methods_applyMagnets
and_applyPowerSupplies
.int
DataBushHandler.apply
(PowerSupplyList l) This method applies magnets by calling method_applyMagnets
.int
HorCorrectorList.apply()
This method execute apply method on owner of this list.int
MagnetList.apply()
This method execute apply methon on owner of this list.int
OpticsList.apply()
This method execute apply method on owner of this list.int
PowerSupplyList.apply()
This method execute apply method on owner of this list.int
TransferList.apply()
This method execute apply method on owner of this list.int
VerCorrectorList.apply()
This method execute apply method on owner of this list.int
PowerSupply.applyCurrent()
This method sets current, thatPowerSupply
currently holds, toPowerSupplyBean
.int
DataBush.applyFast
(ElementList<AbstractDataBushElement> cor) Perform fast apply for elements in list.int
DataBushHandler.applyFast
(ElementList<AbstractDataBushElement> cor) This method applies correctors by calling method_applyFromMagnets
on them.int
BendingList.applyField()
This method execute apply method on owner of this list.int
RFGenerator.applyFrequency()
This method sets current, thatPowerSupply
currently holds, toPowerSupplyBean
.int
BPMonitor.connect()
Binds to remote object.int
DataBush.connect()
Connects all connectable DataBush elements to appropriate Abean objects.int
DataBushHandler.connect()
This method connectsDataBush
'sPowerSupplyList
,BPMonitorList
andDataBushInfo
to control system.int
DataBushHandler.connect
(BPMonitorList l) This method connects parameter specifiedBPMonitorList
to control system.int
DataBushHandler.connect
(PowerSupplyList l) This method connects parameter specifiedPowerSupplyList
to control system.int
DataBushInfo.connect()
Binds to remote object.int
IBindedElement.connect()
Binds to remote object.int
PowerSupply.connect()
Binds to remote object.int
RFGenerator.connect()
Binds to remote object.int
DataBush.disconnect()
Disconnects all connectable DataBush elements.int
IBindedElement.disconnect()
Destroys connection.int
AbstractBending.update()
Reads value from associated element or Abean and calculates it's new values.int
AbstractCorrector.update()
Reads value from associated element or Abean and calculates it's new values.int
AbstractUpdateableElement.update()
Reads value from associated element or Abean and calculates it's new values.int
BendingList.update()
This method reads current fromPowerSupply
and transforms it to magnetic properties and sets it to list's elements.int
BindedList.update()
update.int
BPMonitor.update()
Reads value from associated element or Abean and calculates it's new values.int
BPMonitorList.update()
update.int
CalMagnetList.update()
This method reads current fromPowerSupply
and transforms it to magnetic properties and sets it to list's elements.int
CorrectorList.update()
This method reads current fromPowerSupply
and transforms it to magnetic properties and sets it to list's elements.int
DataBush.update()
Reads values from Control System and updates DataBush elements.int
DataBushHandler.update()
update.int
DataBushHandler.update
(AbstractProtectedMagnetList<? extends AbstractMagnetElement> l) update.int
DataBushHandler.update
(BindedList l) update.int
DataBushHandler.update
(BPMonitorList l) update.int
DataBushHandler.update
(OpticsList l) update.int
DataBushHandler.update
(PowerSupplyList l) update.int
DataBushInfo.update()
Reads value from associated element or Abean and calculates it's new values.int
HorCorrectorList.update()
update.int
MagnetList.update()
This method reads current fromPowerSupply
and transforms it to magnetic properties and sets it to list's elements.int
OpticsList.update()
update.int
PowerSupply.update()
Reads value from associated element or Abean and calculates it's new values.int
PowerSupplyList.update()
This method reads current fromPowerSupply
and transforms it to magnetic properties and sets it to list's elements.int
Quadrupole.update()
Reads value from associated element or Abean and calculates it's new values.int
RFGenerator.update()
Reads value from associated element or Abean and calculates it's new values.int
Sextupole.update()
Reads value from associated element or Abean and calculates it's new values.int
TransferList.update()
This method reads current fromPowerSupply
and transforms it to magnetic properties and sets it to list's elements.int
VerCorrectorList.update()
This method reads current fromPowerSupply
and transforms it to magnetic properties and sets it to list's elements.int
DataBushInfo.updateLinearOptics()
Reads energy from InfoServerBean and updates machine functions with new energy.