org.appdapter.api.registry
Interface Description
- All Superinterfaces:
- Serializable
- All Known Implementing Classes:
- BasicDescription
public interface Description
- extends Serializable
Description defines the queryable and matchable aspects of some object that is placed in
a registry or sought in a registry.
Description must properly implement hashCode() and equals(), so it can serve as a container key.
It also must be a serializable java object, although a Registry may choose to avoid serialization
to avoid possible version conflicts.
The description can *optionally* keep a (transient) link to the described object.
- Author:
- Stu B.
getName
String getName()
Copyright © 2010-2012. All Rights Reserved.