public class BrokerStatus extends Object implements Serializable
| Modifier | Constructor and Description |
|---|---|
protected |
BrokerStatus()
Creates a new status representation.
|
|
BrokerStatus(String inName,
BrokerID inId,
boolean inLoggedOn)
Create a new BrokerStatus instance.
|
|
BrokerStatus(String name,
BrokerID id,
boolean loggedOn,
Set<BrokerAlgoSpec> inAlgoSpecs)
Creates a new status representation, given the broker
information.
|
| Modifier and Type | Method and Description |
|---|---|
Set<BrokerAlgoSpec> |
getBrokerAlgos()
Get the brokerAlgos value.
|
BrokerID |
getId()
Returns the receiver's broker ID.
|
boolean |
getLoggedOn()
Returns the receiver's logon flag.
|
String |
getName()
Returns the receiver's name.
|
String |
toString() |
public BrokerStatus(String name, BrokerID id, boolean loggedOn, Set<BrokerAlgoSpec> inAlgoSpecs)
name - The broker name.id - The broker ID.loggedOn - The logon flag.inAlgoSpecs - a Set<BrokerAlgoSpec> valuepublic BrokerStatus(String inName, BrokerID inId, boolean inLoggedOn)
inName - a String valueinId - a BrokerID valueinLoggedOn - a boolean valueprotected BrokerStatus()
public String getName()
public BrokerID getId()
public boolean getLoggedOn()
public Set<BrokerAlgoSpec> getBrokerAlgos()
Set<BrokerAlgoSpec> valueCopyright © 2014. All Rights Reserved.