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

    Modifier and Type
    Method
    Description
    Returns a wildcard name that allows to query the service container for all services of the type represented by this ServiceType.
  • Method Details

    • getTypeName

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