GigaSpaces XAP 8.0 API

Uses of Class
org.openspaces.admin.pu.DeploymentStatus

Packages that use DeploymentStatus
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. 
 

Uses of DeploymentStatus in org.openspaces.admin.pu
 

Methods in org.openspaces.admin.pu that return DeploymentStatus
 DeploymentStatus ProcessingUnit.getStatus()
          Returns the deployment status of the processing unit.
static DeploymentStatus DeploymentStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DeploymentStatus[] DeploymentStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Uses of DeploymentStatus in org.openspaces.admin.pu.events
 

Methods in org.openspaces.admin.pu.events that return DeploymentStatus
 DeploymentStatus ProcessingUnitStatusChangedEvent.getNewStatus()
          The new deployment status.
 DeploymentStatus ProcessingUnitStatusChangedEvent.getPreviousStatus()
          The previous deployment status.
 

Constructors in org.openspaces.admin.pu.events with parameters of type DeploymentStatus
ProcessingUnitStatusChangedEvent(ProcessingUnit processingUnit, DeploymentStatus previousStatus, DeploymentStatus newStatus)
           
 


GigaSpaces XAP 8.0 API

Copyright © GigaSpaces.