org.codehaus.activemq.ra
Class ActiveMQEndpointActivationKey

java.lang.Object
  extended byorg.codehaus.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()
See Also:
Object.hashCode()

equals

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


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