ReceiverConfig

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

configName
The name of the property

Method

setAttribute

Method description

Sets the value of a configuration property

Syntax

public void setAttribute(String configName, Object value)

Parameters

configName
The name of the property
value
The value to be set on the property

Method

getTargetConfig

Method description

Retrieves the target configuration

Syntax

public Config getTargetConfig(String targetName)

Parameters

targetName
The name of the target

Method

getTargetConfigs

Method description

Retrieves the configuration of all targets

Syntax

public List getTargetConfigs()

Parameters

None

Copyright IBM Corp. 2003, 2005