Package org.openspaces.pu.service
Interface ServiceDetailsProvider
- All Known Implementing Classes:
AbstractEventListenerContainer,AbstractJiniTransactionManager,AbstractLocalCacheSpaceFactoryBean,AbstractSpaceFactoryBean,ArchivePollingContainer,DirectJiniTransactionManager,DirectSpaceFactoryBean,DistributedJiniTransactionManager,EmbeddedSpaceFactoryBean,EventContainersBus,GatewayDelegatorFactoryBean,GatewaySinkFactoryBean,JeeProcessingUnitContainer,JettyProcessingUnitContainer,LocalCacheSpaceFactoryBean,LocalViewSpaceFactoryBean,LookupJiniTransactionManager,OffHeapBlobStoreHandler,RestBean,RocksDBBlobStoreHandler,SimpleAsyncPollingEventListenerContainer,SimpleNotifyEventListenerContainer,SimplePollingEventListenerContainer,SpaceProxyFactoryBean,SpaceRemotingServiceExporter,UrlSpaceFactoryBean
public interface ServiceDetailsProvider
A provider of one or more
ServiceDetails. A bean within a
processing unit can implement it in order to expose "static" information regarding the service.- Author:
- kimchy
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionRetruns one or more service details that the service exposes.
-
Method Details
-
getServicesDetails
ServiceDetails[] getServicesDetails()Retruns one or more service details that the service exposes.
-