org.mule.module.jca
Class MuleEndpointKey
java.lang.Object
org.mule.module.jca.MuleEndpointKey
public class MuleEndpointKey
- extends java.lang.Object
MuleEndpointKey
TODO
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
MuleEndpointKey
public MuleEndpointKey(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
MuleActivationSpec activationSpec)
- Parameters:
messageEndpointFactory
- activationSpec
-
getActivationSpec
public MuleActivationSpec 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)
toString
public java.lang.String toString()
- Overrides:
toString
in class java.lang.Object
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.