Uses of Interface
com.google.appengine.tools.development.LocalRpcService
Packages that use LocalRpcService
Package
Description
-
Uses of LocalRpcService in com.google.appengine.api.appidentity.dev
Classes in com.google.appengine.api.appidentity.dev that implement LocalRpcServiceModifier and TypeClassDescriptionclassStub implementation of the app identity service. -
Uses of LocalRpcService in com.google.appengine.api.blobstore.dev
Classes in com.google.appengine.api.blobstore.dev that implement LocalRpcServiceModifier and TypeClassDescriptionfinal classImplementation of local blobstore service. -
Uses of LocalRpcService in com.google.appengine.api.capabilities.dev
Classes in com.google.appengine.api.capabilities.dev that implement LocalRpcServiceModifier and TypeClassDescriptionclassJava stub implementation of the capabilities api backend. -
Uses of LocalRpcService in com.google.appengine.api.datastore.dev
Classes in com.google.appengine.api.datastore.dev that implement LocalRpcServiceModifier and TypeClassDescriptionfinal classProvides an implementation ofLocalDatastoreServicethat is compatible with API Proxy.Methods in com.google.appengine.api.datastore.dev with parameters of type LocalRpcServiceModifier and TypeMethodDescriptionintWriteLatencyAdjuster.adjust(LocalRpcService service, Object request, int latencyMs) -
Uses of LocalRpcService in com.google.appengine.api.images.dev
Classes in com.google.appengine.api.images.dev that implement LocalRpcServiceModifier and TypeClassDescriptionfinal classJava stub implementation of the images api backend using Image 2D. -
Uses of LocalRpcService in com.google.appengine.api.log.dev
Classes in com.google.appengine.api.log.dev that implement LocalRpcService -
Uses of LocalRpcService in com.google.appengine.api.mail.dev
Classes in com.google.appengine.api.mail.dev that implement LocalRpcServiceModifier and TypeClassDescriptionfinal classStub implementation of the Google App Engine mail api. -
Uses of LocalRpcService in com.google.appengine.api.memcache.dev
Classes in com.google.appengine.api.memcache.dev that implement LocalRpcServiceModifier and TypeClassDescriptionfinal classJava bindings for the local Memcache service. -
Uses of LocalRpcService in com.google.appengine.api.modules.dev
Classes in com.google.appengine.api.modules.dev that implement LocalRpcServiceModifier and TypeClassDescriptionclassJava binding for the local ModulesService. -
Uses of LocalRpcService in com.google.appengine.api.search.dev
Classes in com.google.appengine.api.search.dev that implement LocalRpcServiceModifier and TypeClassDescriptionclassA search service implementation when running appengine on a local machine. -
Uses of LocalRpcService in com.google.appengine.api.taskqueue.dev
Classes in com.google.appengine.api.taskqueue.dev that implement LocalRpcServiceModifier and TypeClassDescriptionfinal classA local implementation of the Task Queue service interface backed by Quartz (http://www.opensymphony.com/quartz). -
Uses of LocalRpcService in com.google.appengine.api.urlfetch.dev
Classes in com.google.appengine.api.urlfetch.dev that implement LocalRpcServiceModifier and TypeClassDescriptionclassLocalURLFetchServicefetches URLs using Apache HttpClient. -
Uses of LocalRpcService in com.google.appengine.api.users.dev
Classes in com.google.appengine.api.users.dev that implement LocalRpcServiceModifier and TypeClassDescriptionfinal classcreates URLs that point toLocalLoginServletandLocalLogoutServletwhen used within the Development AppServer environment. -
Uses of LocalRpcService in com.google.appengine.tools.development
Classes in com.google.appengine.tools.development that implement LocalRpcServiceModifier and TypeClassDescriptionclassAn abstract implementation ofLocalRpcServicewhich runs no setup logic and provides no deadline hints.Methods in com.google.appengine.tools.development that return LocalRpcServiceModifier and TypeMethodDescriptionLocalServiceContext.getLocalService(String packageName) Retrieves the local service identified by the package name.ApiProxyLocal.getService(String pkg) Get theLocalRpcServiceidentified by the given package.final LocalRpcServiceApiProxyLocalImpl.getService(String pkg) Method needs to be synchronized to ensure that we don't end up starting multiple instances of the same service.Methods in com.google.appengine.tools.development with parameters of type LocalRpcServiceModifier and TypeMethodDescriptionintDynamicLatencyAdjuster.adjust(LocalRpcService service, Object request, int latencyMs) intDynamicLatencyAdjuster.Default.adjust(LocalRpcService service, Object request, int latencyMs) -
Uses of LocalRpcService in com.google.appengine.tools.development.testing
Methods in com.google.appengine.tools.development.testing that return LocalRpcServiceModifier and TypeMethodDescriptionstatic LocalRpcServiceLocalServiceTestHelper.getLocalService(String serviceName) Convenience function for getting ahold of a specific local service.