Uses of Package
org.onehippo.cms7.services
-
Packages that use org.onehippo.cms7.services Package Description org.onehippo.cms7.services org.onehippo.cms7.services.context org.onehippo.cms7.services.eventbus -
Classes in org.onehippo.cms7.services used by org.onehippo.cms7.services Class Description HippoServiceException ProxiedServiceHolder The ProxiedServiceHolder holds a service object and a proxy instance of its service interface(s).ProxiedServiceTracker A ProxiedServiceTracker interface implementation can be used to get notified when a service is (un)registered in theHippoServiceRegistry
or aWhiteboardProxiedServiceRegistry
ServiceHolder The ServiceHolder holds a service object with its context classloader at the time of creating the holder.ServiceTracker A ServiceTracker interface implementation can be used to get notified when a service object is (un)registered in aWhiteboardServiceRegistry
. -
Classes in org.onehippo.cms7.services used by org.onehippo.cms7.services.context Class Description HippoServiceException WhiteboardServiceRegistry WhiteboardServiceRegistry<T> is an abstract base class for implementing and using the Whiteboard Patternfor decoupled lookup/wiring of multiple service objects by a common (base) type, which can be a class or interface. -
Classes in org.onehippo.cms7.services used by org.onehippo.cms7.services.eventbus Class Description WhiteboardServiceRegistry WhiteboardServiceRegistry<T> is an abstract base class for implementing and using the Whiteboard Patternfor decoupled lookup/wiring of multiple service objects by a common (base) type, which can be a class or interface.