org.mule.impl.container
Class ContainerKeyPair

java.lang.Object
  extended by org.mule.impl.container.ContainerKeyPair
Direct Known Subclasses:
DescriptorContainerKeyPair

public class ContainerKeyPair
extends Object

ContainerKeyPair is a key strategy that binds a container reference with a container name. This object isn't used directly by users, but it is used when the the Mule XML configuration is processed.


Constructor Summary
ContainerKeyPair(String containerName, Object key)
           
ContainerKeyPair(String containerName, Object key, boolean required)
           
 
Method Summary
 boolean equals(Object o)
           
 String getContainerName()
           
 Object getKey()
           
 int hashCode()
           
 boolean isRequired()
           
 String toFullString()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContainerKeyPair

public ContainerKeyPair(String containerName,
                        Object key)

ContainerKeyPair

public ContainerKeyPair(String containerName,
                        Object key,
                        boolean required)
Method Detail

getContainerName

public String getContainerName()

getKey

public Object getKey()

isRequired

public boolean isRequired()

toString

public String toString()
Overrides:
toString in class Object

toFullString

public String toFullString()

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object


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