org.jafer.registry.model
Interface ServiceInfo

All Superinterfaces:
java.io.Serializable
All Known Implementing Classes:
ServiceInfo

public interface ServiceInfo
extends java.io.Serializable

When a search can return multiple services this interface is returned in the list. It provides a cut down view of the found services to reduce excess data being returned. It allows the caller to decide if they want the full serive provider information which can be obtained by supplying this object to the service manager get calls.


Method Summary
 java.lang.String getId()
          Returns the uniquie id of the service found.
 java.lang.String getName()
          Returns the name of the service found.
 

Method Detail

getId

java.lang.String getId()
Returns the uniquie id of the service found.

Returns:
The service id.

getName

java.lang.String getName()
Returns the name of the service found.

Returns:
The service name