public interface Manager extends Nameable
Registrable instances.
Uniqueness of a manager is determined by its qualified name.
Two Manager instances with the same qualified name should
be implemented by the same class, provide the same functionality
and behave the same way.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object o)
Compares the specified object with this manager for equality.
|
int |
hashCode()
Returns the hash code value for this manager.
|
boolean equals(@Nullable
java.lang.Object o)
true if the specified object is also manager
and the two managers have the same name. This definition ensures
that this method works properly across different implementations
of the manager interface.equals in class java.lang.Objecto - an object to be compared for equality with this managertrue if the specified object is equal to
this manager, false otherwiseint hashCode()
hashCode in class java.lang.Object