org.camunda.bpm.container.impl.spi
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
 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

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



Copyright © 2015 camunda services GmbH. All rights reserved.