org.apache.qpid.console
Class ObjectID

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

public class ObjectID
extends Object


Field Summary
protected  long first
           
protected  long second
           
 
Constructor Summary
ObjectID()
           
ObjectID(org.apache.qpid.transport.codec.Decoder dec)
           
ObjectID(long first, long second)
           
 
Method Summary
 long agentBank()
           
 long brokerBank()
           
 void encode(org.apache.qpid.transport.codec.Encoder enc)
           
 long flags()
           
 boolean isDurable()
           
 long objectNum()
           
 String routingCode()
           
 long sequence()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

first

protected long first

second

protected long second
Constructor Detail

ObjectID

public ObjectID()

ObjectID

public ObjectID(org.apache.qpid.transport.codec.Decoder dec)

ObjectID

public ObjectID(long first,
                long second)
Method Detail

agentBank

public long agentBank()

brokerBank

public long brokerBank()

encode

public void encode(org.apache.qpid.transport.codec.Encoder enc)

flags

public long flags()

isDurable

public boolean isDurable()

objectNum

public long objectNum()

routingCode

public String routingCode()

sequence

public long sequence()

toString

public String toString()
Overrides:
toString in class Object


Licensed to the Apache Software Foundation