Interface Implementor
-
public interface ImplementorAllows access to object that can be useful for integrators
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ContextgetContext()ServiceRegistrygetServiceRegistry()StringgetUuid()
-
-
-
Method Detail
-
getUuid
String getUuid()
-
getServiceRegistry
ServiceRegistry getServiceRegistry()
-
getContext
Context getContext()
-
-