org.activemq.ra
Class ActiveMQEndpointActivationKey

java.lang.Object
  extended by org.activemq.ra.ActiveMQEndpointActivationKey

public class ActiveMQEndpointActivationKey
extends Object


Constructor Summary
ActiveMQEndpointActivationKey(MessageEndpointFactory messageEndpointFactory, ActiveMQActivationSpec activationSpec)
           
 
Method Summary
 boolean equals(Object obj)
           
 ActiveMQActivationSpec getActivationSpec()
           
 MessageEndpointFactory getMessageEndpointFactory()
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ActiveMQEndpointActivationKey

public ActiveMQEndpointActivationKey(MessageEndpointFactory messageEndpointFactory,
                                     ActiveMQActivationSpec activationSpec)
Parameters:
messageEndpointFactory -
activationSpec -
Method Detail

getActivationSpec

public ActiveMQActivationSpec getActivationSpec()
Returns:
Returns the activationSpec.

getMessageEndpointFactory

public MessageEndpointFactory getMessageEndpointFactory()
Returns:
Returns the messageEndpointFactory.

hashCode

public int hashCode()
Overrides:
hashCode in class Object
See Also:
Object.hashCode()

equals

public boolean equals(Object obj)
Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)


Copyright © 2004-2010 Protique, Ltd.. All Rights Reserved.