Interface LocalServiceContext
public interface LocalServiceContext
Context object for local services to initialize in.
-
Method Summary
Modifier and TypeMethodDescriptiongetClock()Fetches the clock that local services should use to determine the current time.Fetches the local Capabilities environmentFetches the local server environment.getLocalService(String packageName) Retrieves the local service identified by the package name.
-
Method Details
-
getLocalServerEnvironment
LocalServerEnvironment getLocalServerEnvironment()Fetches the local server environment. -
getLocalCapabilitiesEnvironment
LocalCapabilitiesEnvironment getLocalCapabilitiesEnvironment()Fetches the local Capabilities environment -
getClock
Clock getClock()Fetches the clock that local services should use to determine the current time. -
getLocalService
Retrieves the local service identified by the package name.
-