Main Page | Features | Central Services | csv-Files | Types | Transfer | Access | API-C | API-.NET | API-Java | Examples | Downloads
page generated on 31.05.2023 - 04:45
Public Member Functions | List of all members
de.desy.tine.server.equipment.TStateChangeTrigger Interface Reference

Server side state-change trigger methods A state-change trigger interface. More...

Public Member Functions

void update (String previousState, String thisState)
 Is processed following a detected state change. More...
 

Detailed Description

Server side state-change trigger methods A state-change trigger interface.

The update() method will be called upon a detected state-change. The current and previous states will be passed. Upon any I/O errors the current state will be marked as "unavailable".

Author
duval

Member Function Documentation

◆ update()

void de.desy.tine.server.equipment.TStateChangeTrigger.update ( String  previousState,
String  thisState 
)

Is processed following a detected state change.

If a GLOBALS server exists and delivers the system state variable, then the state information is available and can be acquired and examined.

Parameters
previousStateis the prior system state
thisStateis the current system state

The documentation for this interface was generated from the following file: