This object stores receiver configuration information. It provides the following methods:
Method
getTransportType
Method description
Retrieves the type of receiver
Syntax
public String getTransportType()
Parameters
None
Method
getConfigs
Method description
Retrieves the configuration properties of a receiver
Syntax
public Map getConfigs()
Parameters
None
Method
getAttribute
Method description
Retrieves the value of a configuration property
Syntax
public Object getAttribute(String configName)
Parameters
Method
setAttribute
Method description
Sets the value of a configuration property
Syntax
public void setAttribute(String configName, Object value)
Parameters
Method
getTargetConfig
Method description
Retrieves target configuration
Syntax
public Config getTargetConfig(String targetName)
Parameters
Method
getTargetConfigs
Method description
Retrieves configuration of all targets
Syntax
public List getTargetConfigs()
Parameters
None