public abstract class AbstractServiceRegistry extends java.lang.Object implements ServiceRegistry
AbstractServiceRegistry
, that acts as the base parent class
for all registry implementations, capturing common ops.Constructor and Description |
---|
AbstractServiceRegistry() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getName()
Returns the friendly name of this registry.
|
void |
publishEvent(org.springframework.context.ApplicationEvent event)
Publish event.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
delete, findServiceByExactServiceId, findServiceByExactServiceName, findServiceById, findServiceById, load, save, size
public void publishEvent(org.springframework.context.ApplicationEvent event)
event
- the eventpublic java.lang.String getName()
ServiceRegistry
getName
in interface ServiceRegistry