org.jboss.forge.container.services
Interface ServiceRegistry
public interface ServiceRegistry
Contains the collection of all installed and available ExportedInstance
types.
- Author:
- Lincoln Baxter, III
getExportedInstance
<T> ExportedInstance<T> getExportedInstance(Class<T> clazz)
getExportedInstance
<T> ExportedInstance<T> getExportedInstance(String clazz)
getExportedInstances
<T> Set<ExportedInstance<T>> getExportedInstances(Class<T> clazz)
getExportedInstances
<T> Set<ExportedInstance<T>> getExportedInstances(String clazz)
getServices
Set<Class<?>> getServices()
hasService
boolean hasService(Class<?> clazz)
hasService
boolean hasService(String clazz)
Copyright © 2013 JBoss by Red Hat. All Rights Reserved.