Interface PrefixedDistributedObject

All Superinterfaces:
DistributedObject
All Known Subinterfaces:
ICache<K,​V>

public interface PrefixedDistributedObject
extends DistributedObject
Contact point for special DistributedObject's which has prefixed name.
See Also:
ICache
  • Method Details

    • getPrefixedName

      String getPrefixedName()
      Returns the unique prefixed name for this DistributedObject. The returned value will never be null.
      Returns:
      the unique prefixed name for this object.