org.mule.module.jca
Class MuleEndpointKey

java.lang.Object
  extended by org.mule.module.jca.MuleEndpointKey

public class MuleEndpointKey
extends java.lang.Object

MuleEndpointKey TODO


Constructor Summary
MuleEndpointKey(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory, MuleActivationSpec activationSpec)
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 MuleActivationSpec getActivationSpec()
           
 javax.resource.spi.endpoint.MessageEndpointFactory getMessageEndpointFactory()
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

MuleEndpointKey

public MuleEndpointKey(javax.resource.spi.endpoint.MessageEndpointFactory messageEndpointFactory,
                       MuleActivationSpec activationSpec)
Parameters:
messageEndpointFactory -
activationSpec -
Method Detail

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.