public interface

ServiceStore

net.gtaun.shoebill.service.ServiceStore
Known Indirect Subclasses

Summary

Public Methods
abstract static ServiceStore get()
abstract <T extends Service> T getService(Class<T> type)
abstract <T extends Service> ServiceEntry getServiceEnrty(Class<T> type)
abstract Collection<ServiceEntry> getServiceEntries()
abstract <T extends Service> boolean isServiceAvailable(Class<T> type)

Public Methods

public static abstract ServiceStore get ()

public abstract T getService (Class<T> type)

public abstract ServiceEntry getServiceEnrty (Class<T> type)

public abstract Collection<ServiceEntry> getServiceEntries ()

public abstract boolean isServiceAvailable (Class<T> type)