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

Packages that use LocalService
com.esri.client.local   
 

Uses of LocalService in com.esri.client.local
 

Subclasses of LocalService in com.esri.client.local
 class LocalFeatureService
          Class representing a feature service on the LocalServer.
 class LocalGeocodeService
          Class representing a geocode service on the LocalServer.
 class LocalGeoprocessingService
          Class representing a geoprocessing service on the LocalServer.
 class LocalMapService
          Class representing a map service on the LocalServer.
 

Methods in com.esri.client.local that return LocalService
 LocalService LayerDetails.getParentService()
          Returns the parent service of this layer.
 LocalService LocalServiceStartCompleteEvent.getService()
          Gets the service that this event is for.
 LocalService LocalServiceStopCompleteEvent.getService()
          Gets the service that this event is for.
 

Methods in com.esri.client.local that return types with arguments of type LocalService
 Collection<LocalService> LocalServer.getServices()
          Gets a read only list of local services currently running on the LocalServer.
 

Constructors in com.esri.client.local with parameters of type LocalService
LayerDetails(Layer layerInfo, String url, LocalService parentService)
          Construct a LayerDetail instance from Layer information.
LayerDetails(Table tableInfo, String url, LocalService parentService)
          Construct a LayerDetail instance from Table information.
LocalServiceStartCompleteEvent(LocalService source, int id)
          Instantiates a new local service start complete event.
LocalServiceStopCompleteEvent(LocalService source, int id)
          Instantiates a new local service stop complete event.
 



Copyright © 2012. All Rights Reserved.