Partially Safe. This operation is never called concurrently for the same Connection, even if multiple outputs are configured in different Sessions. It can only be called concurrently for different Connections.
Partially Safe. This operation is never called concurrently for the same Connection, even if multiple outputs are configured in different Sessions. It can only be called concurrently for different Connections.
Partially Safe All operations on a concrete StreamReader objects are safe and always serialized on a given Session. Operations on different StreamReader objects can be called concurrently if the StreamReader objects belong to different Sessions.
Partially Safe All operations on a concrete StreamWriter objects are safe and always serialized on a given Session. Operations on different StreamWriter objects can be called concurrently if the StreamWriter objects belong to different Sessions.
Partially Safe All operations on a concrete Processor object are safe and always serialized on a given Session. Operations on different Processor objects may be called concurrently if they belong to different Routes.
Partially Safe All operations on a concrete Transformation object are safe and always serialized on a given Output. Operations on different Transformations objects may be called concurrently if they belong to different Outputs from different Routes.
Safe The UpdatableEntity::update operation is called only for one entity at a time. Additionally, no other operations can be made concurrently on a pluggable entity during the UpdatableEntity::update call.