Interface PlatformServiceContainer.ServiceType

  • All Known Implementing Classes:
    ServiceTypes
    Enclosing interface:
    PlatformServiceContainer

    public static interface PlatformServiceContainer.ServiceType
    A ServiceType is a collection of services that share a common name prefix.
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      java.lang.String getTypeName()
      Returns a wildcard name that allows to query the service container for all services of the type represented by this ServiceType.
    • Method Detail

      • getTypeName

        java.lang.String getTypeName()
        Returns a wildcard name that allows to query the service container for all services of the type represented by this ServiceType.