RTI Routing Service  Version 7.0.0

Entity interface (required). More...

Inheritance diagram for Entity:
Connection Session StreamReader StreamWriter DiscoveryConnection

Public Member Functions

void update (Properties properties) throws AdapterException
 Updates the configuration of an adapter entity. More...
 

Detailed Description

Entity interface (required).

The adapter entities are:

Member Function Documentation

◆ update()

void update ( Properties  properties) throws AdapterException

Updates the configuration of an adapter entity.

This method is called when remote administration is used.

Adapter entities that can be updated are:

Required: No. Implement this function only when remote configuration is needed.

Parameters
properties<<in>> New configuration properties.