org.mule.impl.container
Class DescriptorContainerKeyPair

java.lang.Object
  extended byorg.mule.impl.container.ContainerKeyPair
      extended byorg.mule.impl.container.DescriptorContainerKeyPair

public class DescriptorContainerKeyPair
extends ContainerKeyPair


Constructor Summary
DescriptorContainerKeyPair(String descriptorName, Object key)
           
 
Method Summary
 boolean equals(Object o)
           
 String getDescriptorName()
           
 int hashCode()
           
 String toFullString()
           
 
Methods inherited from class org.mule.impl.container.ContainerKeyPair
getContainerName, getKey, isRequired, toString
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DescriptorContainerKeyPair

public DescriptorContainerKeyPair(String descriptorName,
                                  Object key)
Method Detail

getDescriptorName

public String getDescriptorName()

toFullString

public String toFullString()
Overrides:
toFullString in class ContainerKeyPair

equals

public boolean equals(Object o)
Overrides:
equals in class ContainerKeyPair

hashCode

public int hashCode()
Overrides:
hashCode in class ContainerKeyPair


Copyright © 2003-2008 MuleSource, Inc.. All Rights Reserved.