org.mule.api.registry
Class AbstractServiceDescriptor.Key
java.lang.Object
org.mule.api.registry.AbstractServiceDescriptor.Key
- Enclosing class:
- AbstractServiceDescriptor
public static class AbstractServiceDescriptor.Key
- extends java.lang.Object
Unique key used to cache the service descriptors. This uses the service and the
overrides, but since it is generated externally by the factory that instantiates
the service descriptor we do not need to keep overrides or properties anywhere else.
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
AbstractServiceDescriptor.Key
public AbstractServiceDescriptor.Key(java.lang.String service,
java.util.Map<?,?> overrides)
equals
public boolean equals(java.lang.Object o)
- Overrides:
equals
in class java.lang.Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class java.lang.Object
getKey
public java.lang.String getKey()
Copyright © 2003-2010 MuleSoft, Inc.. All Rights Reserved.