ocean.naming
Interface OCEANName

All Known Subinterfaces:
OCEANNodeName
All Known Implementing Classes:
OCEANNameImpl

public interface OCEANName

The OCEANName interface exists for naming an ocean object. Whenever components deal with an OCEAN name they can use this interface. This allows for more complex implementations of the naming service to be implemented, without changing clients of this interface.


Method Summary
 java.lang.String toString()
          Resolve the name of an object.
 

Method Detail

toString

public java.lang.String toString()
Resolve the name of an object.
Overrides:
toString in class java.lang.Object
Returns:
the String that represents the textual name of a named object