GigaSpaces XAP 7.0 API

Uses of Package
org.openspaces.admin

Packages that use org.openspaces.admin
org.openspaces.admin Entry point for Admin API, allowing to use AdminFactory in order to create an Admin instance. 
org.openspaces.admin.gsa Support for managing of Grid Service Agent(s) through the Admin API. 
org.openspaces.admin.gsa.events Support for managing of Grid Service Agent events through the Admin API. 
org.openspaces.admin.gsc Support for managing of Grid Service Container(s) through the Admin API. 
org.openspaces.admin.gsc.events Support for managing of Grid Service Container events through the Admin API. 
org.openspaces.admin.gsm Support for managing of Grid Service Manager(s) through the Admin API. 
org.openspaces.admin.gsm.events Support for managing of Grid Service Manager events through the Admin API. 
org.openspaces.admin.lus Support for managing of Lookup Service(s) through the Admin API. 
org.openspaces.admin.lus.events Support for managing of Lookup Service events through the Admin API. 
org.openspaces.admin.machine Support for managing of Machine(s) through the Admin API. 
org.openspaces.admin.machine.events Support for managing of Machine events through the Admin API. 
org.openspaces.admin.os Support for managing of Operating System(s) through the Admin API. 
org.openspaces.admin.os.events Support for managing of Operating System events through the Admin API. 
org.openspaces.admin.pu Support for managing of Processing Unit(s) through the Admin API. 
org.openspaces.admin.pu.events Support for managing of Processing Unit events through the Admin API. 
org.openspaces.admin.samples   
org.openspaces.admin.space Support for managing of Space(s) through the Admin API. 
org.openspaces.admin.space.events Support for managing of Space events through the Admin API. 
org.openspaces.admin.transport Support for managing of Transport(s) through the Admin API. 
org.openspaces.admin.transport.events Support for managing of Transport events through the Admin API. 
org.openspaces.admin.vm Support for managing of Virtual Machine(s) through the Admin API. 
org.openspaces.admin.vm.events Support for managing of Virtual Machine events through the Admin API. 
org.openspaces.admin.zone Support for managing of Zone(s) through the Admin API. 
org.openspaces.admin.zone.events Support for managing of Zone events through the Admin API. 
 

Classes in org.openspaces.admin used by org.openspaces.admin
Admin
          The main interface for accessing Admin API.
AdminAware
          A general interface implements by elements that can provide access to Admin.
AdminEventListener
          A generics marker interface for all different Admin Events.
AdminFactory
          A factory allowing to create Admin instance.
DiscoverableComponent
          A discoverable component is a component that is found from the lookup service.
GridComponent
          Grid Component is an element that can provide information on the machine it is running one, the transport it uses, the Operating system it is running on, and the virtual machine that started it.
StatisticsMonitor
          Components implement this interface indicating that they can be monitored for statistics.
 

Classes in org.openspaces.admin used by org.openspaces.admin.gsa
AdminAware
          A general interface implements by elements that can provide access to Admin.
DiscoverableComponent
          A discoverable component is a component that is found from the lookup service.
GridComponent
          Grid Component is an element that can provide information on the machine it is running one, the transport it uses, the Operating system it is running on, and the virtual machine that started it.
 

Classes in org.openspaces.admin used by org.openspaces.admin.gsa.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.gsc
AdminAware
          A general interface implements by elements that can provide access to Admin.
AgentGridComponent
          An Agent grid component is a GridComponent that can be started by a GridServiceAgent.
DiscoverableComponent
          A discoverable component is a component that is found from the lookup service.
GridComponent
          Grid Component is an element that can provide information on the machine it is running one, the transport it uses, the Operating system it is running on, and the virtual machine that started it.
 

Classes in org.openspaces.admin used by org.openspaces.admin.gsc.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.gsm
AdminAware
          A general interface implements by elements that can provide access to Admin.
AgentGridComponent
          An Agent grid component is a GridComponent that can be started by a GridServiceAgent.
DiscoverableComponent
          A discoverable component is a component that is found from the lookup service.
GridComponent
          Grid Component is an element that can provide information on the machine it is running one, the transport it uses, the Operating system it is running on, and the virtual machine that started it.
 

Classes in org.openspaces.admin used by org.openspaces.admin.gsm.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.lus
AdminAware
          A general interface implements by elements that can provide access to Admin.
AgentGridComponent
          An Agent grid component is a GridComponent that can be started by a GridServiceAgent.
DiscoverableComponent
          A discoverable component is a component that is found from the lookup service.
GridComponent
          Grid Component is an element that can provide information on the machine it is running one, the transport it uses, the Operating system it is running on, and the virtual machine that started it.
 

Classes in org.openspaces.admin used by org.openspaces.admin.lus.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.machine
AdminAware
          A general interface implements by elements that can provide access to Admin.
 

Classes in org.openspaces.admin used by org.openspaces.admin.machine.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.os
AdminAware
          A general interface implements by elements that can provide access to Admin.
StatisticsMonitor
          Components implement this interface indicating that they can be monitored for statistics.
 

Classes in org.openspaces.admin used by org.openspaces.admin.os.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.pu
AdminAware
          A general interface implements by elements that can provide access to Admin.
DiscoverableComponent
          A discoverable component is a component that is found from the lookup service.
GridComponent
          Grid Component is an element that can provide information on the machine it is running one, the transport it uses, the Operating system it is running on, and the virtual machine that started it.
StatisticsMonitor
          Components implement this interface indicating that they can be monitored for statistics.
 

Classes in org.openspaces.admin used by org.openspaces.admin.pu.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.samples
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.space
AdminAware
          A general interface implements by elements that can provide access to Admin.
DiscoverableComponent
          A discoverable component is a component that is found from the lookup service.
GridComponent
          Grid Component is an element that can provide information on the machine it is running one, the transport it uses, the Operating system it is running on, and the virtual machine that started it.
StatisticsMonitor
          Components implement this interface indicating that they can be monitored for statistics.
 

Classes in org.openspaces.admin used by org.openspaces.admin.space.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.transport
AdminAware
          A general interface implements by elements that can provide access to Admin.
StatisticsMonitor
          Components implement this interface indicating that they can be monitored for statistics.
 

Classes in org.openspaces.admin used by org.openspaces.admin.transport.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.vm
AdminAware
          A general interface implements by elements that can provide access to Admin.
StatisticsMonitor
          Components implement this interface indicating that they can be monitored for statistics.
 

Classes in org.openspaces.admin used by org.openspaces.admin.vm.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 

Classes in org.openspaces.admin used by org.openspaces.admin.zone
AdminAware
          A general interface implements by elements that can provide access to Admin.
 

Classes in org.openspaces.admin used by org.openspaces.admin.zone.events
AdminEventListener
          A generics marker interface for all different Admin Events.
 


GigaSpaces XAP 7.0 API

Copyright © GigaSpaces.