public class AgentConfigurationContainer extends Container implements AgentConfiguration
Constructor and Description |
---|
AgentConfigurationContainer() |
Modifier and Type | Method and Description |
---|---|
String |
address() |
void |
address(String newAddress) |
boolean |
addressPresent() |
MessageBrokerType |
brokerType() |
void |
brokerType(MessageBrokerType newBrokerType) |
boolean |
brokerTypePresent() |
String |
networkMappings() |
void |
networkMappings(String newNetworkMappings) |
boolean |
networkMappingsPresent() |
String |
password() |
void |
password(String newPassword) |
boolean |
passwordPresent() |
BigInteger |
port() |
void |
port(BigInteger newPort) |
boolean |
portPresent() |
String |
username() |
void |
username(String newUsername) |
boolean |
usernamePresent() |
makeArrayList, makeUnmodifiableList
public String address()
address
in interface AgentConfiguration
public void address(String newAddress)
public boolean addressPresent()
addressPresent
in interface AgentConfiguration
public MessageBrokerType brokerType()
brokerType
in interface AgentConfiguration
public void brokerType(MessageBrokerType newBrokerType)
public boolean brokerTypePresent()
brokerTypePresent
in interface AgentConfiguration
public String networkMappings()
networkMappings
in interface AgentConfiguration
public void networkMappings(String newNetworkMappings)
public boolean networkMappingsPresent()
networkMappingsPresent
in interface AgentConfiguration
public String password()
password
in interface AgentConfiguration
public void password(String newPassword)
public boolean passwordPresent()
passwordPresent
in interface AgentConfiguration
public BigInteger port()
port
in interface AgentConfiguration
public void port(BigInteger newPort)
public boolean portPresent()
portPresent
in interface AgentConfiguration
public String username()
username
in interface AgentConfiguration
public void username(String newUsername)
public boolean usernamePresent()
usernamePresent
in interface AgentConfiguration
Copyright © 2016. All rights reserved.