Uses of Class
com.esri.client.local.LocalServiceStatus

Packages that use LocalServiceStatus
com.esri.client.local   
 

Uses of LocalServiceStatus in com.esri.client.local
 

Methods in com.esri.client.local that return LocalServiceStatus
 LocalServiceStatus LocalService.getStatus()
          Gets the status of the service.
 LocalServiceStatus LocalGeocodeService.start()
           
 LocalServiceStatus LocalGeoprocessingService.start()
           
 LocalServiceStatus LocalMapService.start()
           
abstract  LocalServiceStatus LocalService.start()
          Starts the service on the LocalServer and blocks the application till the service has stopped.
protected  LocalServiceStatus LocalService.startInner()
           
 LocalServiceStatus LocalService.stop()
          Stops the service and blocks the application till the service has stopped.
static LocalServiceStatus LocalServiceStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static LocalServiceStatus[] LocalServiceStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.esri.client.local with parameters of type LocalServiceStatus
 void LocalService.setStatus(LocalServiceStatus status)
          Set the status of the service.
 



Copyright © 2012. All Rights Reserved.