Class ZooDiscoveryServiceTypeID

java.lang.Object
org.eclipse.ecf.core.identity.BaseID
org.eclipse.ecf.discovery.identity.ServiceTypeID
org.eclipse.ecf.provider.zookeeper.core.ZooDiscoveryServiceTypeID
All Implemented Interfaces:
Serializable, Comparable, Principal, org.eclipse.core.runtime.IAdaptable, ID, IServiceTypeID

public class ZooDiscoveryServiceTypeID extends ServiceTypeID
See Also:
  • Constructor Details

  • Method Details

    • getInternal

      public String getInternal()
      Description copied from interface: IServiceTypeID
      Get the internal name of the service type. Provider implementations may choose to have this return the same value as ID.getName(), or they may return a different, internal value appropriate to the provider.
      Specified by:
      getInternal in interface IServiceTypeID
      Overrides:
      getInternal in class ServiceTypeID
      Returns:
      String internal name for this service type. Will not return null.