org.jboss.messaging.core.postoffice.impl
Class BindingImpl

java.lang.Object
  extended by org.jboss.messaging.core.postoffice.impl.BindingImpl
All Implemented Interfaces:
Binding

public class BindingImpl
extends java.lang.Object
implements Binding

A BindingImpl

Author:
Tim Fox

Constructor Summary
BindingImpl(SimpleString address, Queue queue)
           
 
Method Summary
 boolean equals(java.lang.Object other)
           
 SimpleString getAddress()
           
 Queue getQueue()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BindingImpl

public BindingImpl(SimpleString address,
                   Queue queue)
Method Detail

getAddress

public SimpleString getAddress()
Specified by:
getAddress in interface Binding

getQueue

public Queue getQueue()
Specified by:
getQueue in interface Binding

equals

public boolean equals(java.lang.Object other)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object


Copyright © 2006 JBoss Inc. All Rights Reserved.