org.apache.activemq.ra
Class ActiveMQEndpointActivationKey
java.lang.Object
org.apache.activemq.ra.ActiveMQEndpointActivationKey
public class ActiveMQEndpointActivationKey
- extends java.lang.Object
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
ActiveMQEndpointActivationKey
protected ActiveMQEndpointActivationKey()
- For testing
ActiveMQEndpointActivationKey
public ActiveMQEndpointActivationKey(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
MessageActivationSpec activationSpec)
- Parameters:
messageEndpointFactory
- activationSpec
-
getActivationSpec
public MessageActivationSpec getActivationSpec()
- Returns:
- Returns the activationSpec.
getMessageEndpointFactory
public javax.resource.spi.endpoint.MessageEndpointFactory getMessageEndpointFactory()
- Returns:
- Returns the messageEndpointFactory.
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
- See Also:
Object.hashCode()
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equals
in class java.lang.Object
- See Also:
Object.equals(java.lang.Object)
Copyright © 2005-2015. All Rights Reserved.