Package com.google.apphosting.runtime
Interface CloneControllerImpl.Callback
-
- Enclosing class:
- CloneControllerImpl
public static interface CloneControllerImpl.CallbackCallback interface for rpc-specific and sandbox-specific functionality to be abstracted over in this class.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voiddivertNetworkServices()Start re-routing the socket API in the JRE through the GAE socket API.AppVersiongetAppVersion(String appId, String versionId)
-
-
-
Method Detail
-
divertNetworkServices
void divertNetworkServices()
Start re-routing the socket API in the JRE through the GAE socket API.
-
getAppVersion
AppVersion getAppVersion(String appId, String versionId)
-
-