org.apache.qpid.console
Class Agent
java.lang.Object
org.apache.qpid.console.Agent
public class Agent
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Agent
public Agent(Broker broker,
long agentBank,
String label)
AgentKey
public static String AgentKey(long AgentBank,
long BrokerBank)
getAgentBank
public static long getAgentBank(String routingKey)
getBrokerBank
public static long getBrokerBank(String routingKey)
routingCode
public static String routingCode(long AgentBank,
long BrokerBank)
agentKey
public final String agentKey()
getAgentBank
public final long getAgentBank()
getBroker
public final Broker getBroker()
getBrokerBank
public final long getBrokerBank()
getlabel
public final String getlabel()
routingCode
public final String routingCode()
setAgentBank
public final void setAgentBank(long value)
setBroker
public final void setBroker(Broker value)
setBrokerBank
public final void setBrokerBank(long value)
setlabel
public final void setlabel(String value)
Licensed to the Apache Software Foundation