GigaSpaces XAP 7.1 API

Uses of Interface
org.openspaces.admin.gsa.GridServiceAgent

Packages that use GridServiceAgent
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.machine Support for managing of Machine(s) through the Admin API. 
org.openspaces.admin.vm Support for managing of Virtual Machine(s) through the Admin API. 
 

Uses of GridServiceAgent in org.openspaces.admin
 

Methods in org.openspaces.admin that return GridServiceAgent
 GridServiceAgent AgentGridComponent.getGridServiceAgent()
          Returns the GridServiceAgent that started the grid component.
 

Uses of GridServiceAgent in org.openspaces.admin.gsa
 

Methods in org.openspaces.admin.gsa that return GridServiceAgent
 GridServiceAgent GridServiceAgents.getAgentByUID(String uid)
          Returns an agent based on its uid.
 GridServiceAgent[] GridServiceAgents.getAgents()
          Returns all the currently discovered agents.
 GridServiceAgent GridServiceAgents.waitForAtLeastOne()
          Waits indefinitely till at least one agent is discovered.
 GridServiceAgent GridServiceAgents.waitForAtLeastOne(long timeout, TimeUnit timeUnit)
          Waits for the given timeout (in time unit) till at least one agent is discovered.
 

Methods in org.openspaces.admin.gsa that return types with arguments of type GridServiceAgent
 Map<String,GridServiceAgent> GridServiceAgents.getHostAddress()
          Returns a map of grid service agent with the key as the host address it is running on.
 Map<String,GridServiceAgent> GridServiceAgents.getHostNames()
          Returns a map of grid service agent with the key as the host name it is running on.
 Map<String,GridServiceAgent> GridServiceAgents.getUids()
          Returns a map of grid service agent with the key as the uid.
 

Uses of GridServiceAgent in org.openspaces.admin.gsa.events
 

Methods in org.openspaces.admin.gsa.events with parameters of type GridServiceAgent
 void GridServiceAgentAddedEventListener.gridServiceAgentAdded(GridServiceAgent gridServiceAgent)
          Called when a grid service is added.
 void GridServiceAgentRemovedEventListener.gridServiceAgentRemoved(GridServiceAgent gridServiceAgent)
          Called when a grid service is removed.
 

Uses of GridServiceAgent in org.openspaces.admin.machine
 

Methods in org.openspaces.admin.machine that return GridServiceAgent
 GridServiceAgent Machine.getGridServiceAgent()
          Returns the first grid service agent.
 

Uses of GridServiceAgent in org.openspaces.admin.vm
 

Methods in org.openspaces.admin.vm that return GridServiceAgent
 GridServiceAgent VirtualMachine.getGridServiceAgent()
          Returns the grid service agent started within this virtual machine.
 


GigaSpaces XAP 7.1 API

Copyright © GigaSpaces.