getTransportType
Retrieves the type of receiver
public String getTransportType()
None
getConfigs
Retrieves the configuration properties of a receiver
public Map getConfigs()
None
getAttribute
Retrieves the value of a configuration property
public Object getAttribute(String configName)
setAttribute
Sets the value of a configuration property
public void setAttribute(String configName, Object value)
getTargetConfig
Retrieves the target configuration
public Config getTargetConfig(String targetName)
getTargetConfigs
Retrieves the configuration of all targets
public List getTargetConfigs()
None