Label: component

Content with label component in XAP 6.6 Documentation (See content from all spaces)
Related Labels: listener , sync , remoting , polling , event , map , book-all-java , cache , gigamap , service , mode , events , data , gigaspace , book-prog , components , transaction , container , async , more »

Async Remoting Component
Async Remoting allows you to use remote invocations of POJO services, with the space as the transport layer.\\ (/) You can find working examples for this feature in the Open Spaces Data Example Data Example and under the Remoting Example SBP:Remoting Example ...
Data Event Listener
Describe the common Space Data Event Listener and its different adapters. Overview OpenSpaces provides a single interface for Space Data event listeners used by different event containers (Space data event generators) such as Polling Event and Notify Event ...
GigaMap Component
IMap}}/{{JCache}} {{Cache}} API is abstracted in OpenSpaces by a simple wrapper: the {{GigaMap}} interface. Overview OpenSpaces provides a simpler Map/{{JCache}} API using the {{GigaMap}} interface, by wrapping the {{IMap}} (and the {{JCache}} {{Cache}}), and simplifying both the API and its programming model ...
GigaSpace Component
JavaSpaces API is abstracted in OpenSpaces by a simple wrapper: the {{GigaSpace}} interface. Overview OpenSpaces provides a simpler space API using the interface, by wrapping the (and the Jini JavaSpace http://www.gigaspaces.com/docs/JiniApi/net/jini/space/JavaSpace.html), and simplifying both the API ...
GigaSpace Context
Allows you to inject a predefined {{GigaSpace}} instance using annotations. GigaSpace Context Spring dependency injection support allows you to inject the GigaSpace GigaSpace Component instace using either setter injection or constructor injection. OpenSpaces extends this injection ...
Local Cache and Local View Components
OpenSpaces allows you to easily configure and use the space local view feature using the {{LocalViewSpaceFactoryBean}} component and local cache using {{LocalCacheSpaceFactoryBean}}. Local View OpenSpaces allows you to easily configure and use the space local view\ OBS:Space ...
Map Component
Map component allows you to create an {{IMap}} (or {{JCache}} {{Cache}}) based on a Space component. Overview GigaSpaces allows applications to interact with the space using the Map API (JCache). Accessing the space via the Map API can be done using ...
Polling Container Component
Allows you to perform polling receive operations against the space. Overview The polling event container performs polling receive operations against the space. If a receive operation succeeds (a value is returned from the receive operation), the Data Event Listener Data ...
Scripting Component
Scripting over remoting allows to simply execute scripting and dynamic languages as remote "jobs". Overview Async Remoting Async Remoting Component and Sync Remoting Sync Remoting Component allow you to simply expose and execute custom services using ...
Service Reloading
Service reloading allows you to reload business logic without bringing down the Processing Unit. Overview The service reloading feature allows you to reload business logic (Spring beans) without bringing down the deployed Processing Unit. In order ...