| Package | Description | 
|---|---|
| org.openspaces.admin.pu | 
 Support for managing of Processing Unit(s) through the Admin API. 
 | 
| org.openspaces.core.gateway | |
| org.openspaces.core.space | 
 This package is responsible for simplifying the creation of IJSpace implementation. 
 | 
| org.openspaces.core.space.cache | 
 A package allowing for simpler creation of Local Cache and Local View (expose an IJSpace) based
on an actual IJSpace instance (usually created using the core.space package). 
 | 
| org.openspaces.core.transaction.manager | 
 Jini and Local transaction managers using Spring abstraction for transaction managers
(PlatformTransactionManager). 
 | 
| org.openspaces.events | 
 A package including based classes and support classes for different OpenSpaces event containers. 
 | 
| org.openspaces.events.asyncpolling | |
| org.openspaces.events.notify | 
 A notify event container allowing to use GigaSpace support for notifications. 
 | 
| org.openspaces.events.polling | 
 A polling event container generating events by performing polling receive operations. 
 | 
| org.openspaces.events.support | |
| org.openspaces.interop | |
| org.openspaces.memcached | |
| org.openspaces.pu.container.jee | |
| org.openspaces.pu.service | |
| org.openspaces.remoting | 
 A package including OpenSpaces support for Sync and Async remoting inspired by other Spring remoting
integrations. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails | 
ProcessingUnitInstance.getServiceDetailsByServiceId(String serviceId)
Returns the service details for a specific service id. 
 | 
ServiceDetails[] | 
ProcessingUnitInstance.getServicesDetailsByServiceType(String serviceType)
Returns the service details by a service type  
getServiceType(). | 
| Modifier and Type | Method and Description | 
|---|---|
Map<String,ServiceDetails> | 
ProcessingUnitInstance.getServiceDetailsByServiceId()
Returns a map of service details by service id. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
GatewayDelegatorServiceDetails
Provide service details of  
GatewayDelegatorFactoryBean | 
class  | 
GatewayServiceDetails
Provide service details of a gateway
  
AbstractGatewayComponentFactoryBean | 
class  | 
GatewaySinkServiceDetails
Provide service details of a  
GatewaySinkFactoryBean | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
GatewayDelegatorFactoryBean.getServicesDetails()  | 
ServiceDetails[] | 
GatewaySinkFactoryBean.getServicesDetails()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
SpaceServiceDetails
A Space service defined within a processing unit. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
AbstractSpaceFactoryBean.getServicesDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
AbstractLocalCacheSpaceFactoryBean.getServicesDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
DirectJiniTransactionManager.getServicesDetails()  | 
ServiceDetails[] | 
DistributedJiniTransactionManager.getServicesDetails()  | 
ServiceDetails[] | 
LookupJiniTransactionManager.getServicesDetails()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
EventContainerServiceDetails
A generic event container service details. 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
AsyncPollingEventContainerServiceDetails
Async Polling container service details. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
SimpleAsyncPollingEventListenerContainer.getServicesDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregatedServiceDetails | 
AsyncPollingEventContainerServiceDetails.aggregateById(ServiceDetails[] servicesDetails)  | 
AggregatedServiceDetails | 
AsyncPollingEventContainerServiceDetails.aggregateByServiceSubType(ServiceDetails[] servicesDetails)  | 
| Constructor and Description | 
|---|
AggregatedAsyncPollingEventContainerServiceDetails(String serviceType,
                                                  ServiceDetails[] details)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
NotifyEventContainerServiceDetails
Notify container service details. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
SimpleNotifyEventListenerContainer.getServicesDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregatedServiceDetails | 
NotifyEventContainerServiceDetails.aggregateById(ServiceDetails[] servicesDetails)  | 
AggregatedServiceDetails | 
NotifyEventContainerServiceDetails.aggregateByServiceSubType(ServiceDetails[] servicesDetails)  | 
| Constructor and Description | 
|---|
AggregatedNotifyEventContainerServiceDetails(String serviceType,
                                            ServiceDetails[] details)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
PollingEventContainerServiceDetails
Polling container service details. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
SimplePollingEventListenerContainer.getServicesDetails()  | 
| Modifier and Type | Method and Description | 
|---|---|
AggregatedServiceDetails | 
PollingEventContainerServiceDetails.aggregateById(ServiceDetails[] servicesDetails)  | 
AggregatedServiceDetails | 
PollingEventContainerServiceDetails.aggregateByServiceSubType(ServiceDetails[] servicesDetails)  | 
| Constructor and Description | 
|---|
AggregatedPollingEventContainerServiceDetails(String serviceType,
                                             ServiceDetails[] details)  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
EventContainersBus.getServicesDetails()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
DotnetContainerServiceDetails
A service that holds a dot net. 
 | 
class  | 
DotnetServiceDetails
A service that holds a dot net. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
DotnetProcessingUnitBean.getServicesDetails()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
MemcachedServiceDetails  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
MemCacheDaemon.getServicesDetails()  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
JeeServiceDetails
A service that holds a jee container (such as jetty). 
 | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
CustomServiceDetails
This class should be used by customers in order to implement their ServiceDetails 
 | 
class  | 
PlainServiceDetails
A simple implementation of  
ServiceDetails. | 
| Modifier and Type | Field and Description | 
|---|---|
protected ServiceDetails | 
PlainServiceMonitors.details  | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails | 
PlainServiceMonitors.getDetails()  | 
ServiceDetails | 
ServiceMonitors.getDetails()
Returns the details of the service. 
 | 
ServiceDetails[] | 
ServiceDetailsProvider.getServicesDetails()
Retruns one or more service details that the service exposes. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
AggregatedServiceDetails | 
PlainServiceDetails.aggregateById(ServiceDetails[] servicesDetails)  | 
AggregatedServiceDetails | 
PlainServiceDetails.aggregateByServiceSubType(ServiceDetails[] servicesDetails)  | 
AggregatedServiceDetails | 
PlainServiceDetails.aggregateByServiceType(ServiceDetails[] servicesDetails)  | 
void | 
PlainServiceMonitors.setDetails(ServiceDetails details)  | 
| Constructor and Description | 
|---|
PlainAggregatedServiceDetails(String serviceType,
                             ServiceDetails[] details)  | 
| Modifier and Type | Class and Description | 
|---|---|
class  | 
RemotingServiceDetails
A generic remoting service details. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
ServiceDetails[] | 
SpaceRemotingServiceExporter.getServicesDetails()  | 
Copyright © GigaSpaces.