|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.marketcetera.client.brokers.BrokerStatus
public class BrokerStatus
The web service representation of a single broker's status.
| Constructor Summary | |
|---|---|
protected |
BrokerStatus()
Creates a new status representation. |
|
BrokerStatus(String name,
BrokerID id,
boolean loggedOn)
Creates a new status representation, given the broker information. |
| Method Summary | |
|---|---|
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()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public BrokerStatus(String name,
BrokerID id,
boolean loggedOn)
name - The broker name.id - The broker ID.loggedOn - The logon flag.protected BrokerStatus()
| Method Detail |
|---|
public String getName()
public BrokerID getId()
public boolean getLoggedOn()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||