org.apache.qpid.console
Class Agent

java.lang.Object
  extended by org.apache.qpid.console.Agent

public class Agent
extends Object


Constructor Summary
Agent(Broker broker, long agentBank, String label)
           
 
Method Summary
 String agentKey()
           
static String AgentKey(long AgentBank, long BrokerBank)
           
 long getAgentBank()
           
static long getAgentBank(String routingKey)
           
 Broker getBroker()
           
 long getBrokerBank()
           
static long getBrokerBank(String routingKey)
           
 String getlabel()
           
 String routingCode()
           
static String routingCode(long AgentBank, long BrokerBank)
           
 void setAgentBank(long value)
           
 void setBroker(Broker value)
           
 void setBrokerBank(long value)
           
 void setlabel(String value)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Agent

public Agent(Broker broker,
             long agentBank,
             String label)
Method Detail

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