Package | Description |
---|---|
com.google.gwt.dev | |
com.google.gwt.dev.shell |
Modifier and Type | Method and Description |
---|---|
ModuleHandle |
DevModeBase.UiBrowserWidgetHostImpl.createModuleLogger(String moduleName,
String userAgent,
String url,
String tabKey,
String sessionKey,
BrowserChannelServer serverChannel,
byte[] userAgentIcon) |
Modifier and Type | Method and Description |
---|---|
ModuleHandle |
BrowserWidgetHost.createModuleLogger(String moduleName,
String userAgent,
String url,
String tabKey,
String sessionKey,
BrowserChannelServer serverChannel,
byte[] userAgentIcon)
Create a logger for a module instance.
|
void |
OophmSessionHandler.freeValue(BrowserChannelServer channel,
int[] ids) |
abstract BrowserChannel.SessionHandler.ExceptionOrReturnValue |
BrowserChannelServer.SessionHandlerServer.getProperty(BrowserChannelServer channel,
int refId,
int dispId) |
BrowserChannel.SessionHandler.ExceptionOrReturnValue |
OophmSessionHandler.getProperty(BrowserChannelServer channel,
int refId,
int dispId) |
abstract BrowserChannel.SessionHandler.ExceptionOrReturnValue |
BrowserChannelServer.SessionHandlerServer.invoke(BrowserChannelServer channel,
BrowserChannel.Value thisObj,
int dispId,
BrowserChannel.Value[] args) |
BrowserChannel.SessionHandler.ExceptionOrReturnValue |
OophmSessionHandler.invoke(BrowserChannelServer channel,
BrowserChannel.Value thisVal,
int methodDispatchId,
BrowserChannel.Value[] args)
Invoke a method on a server object in from client code.
|
abstract TreeLogger |
BrowserChannelServer.SessionHandlerServer.loadModule(BrowserChannelServer channel,
String moduleName,
String userAgent,
String url,
String tabKey,
String sessionKey,
byte[] userAgentIcon)
Load a new instance of a module.
|
TreeLogger |
OophmSessionHandler.loadModule(BrowserChannelServer channel,
String moduleName,
String userAgent,
String url,
String tabKey,
String sessionKey,
byte[] userAgentIcon) |
abstract BrowserChannel.SessionHandler.ExceptionOrReturnValue |
BrowserChannelServer.SessionHandlerServer.setProperty(BrowserChannelServer channel,
int refId,
int dispId,
BrowserChannel.Value newValue) |
BrowserChannel.SessionHandler.ExceptionOrReturnValue |
OophmSessionHandler.setProperty(BrowserChannelServer channel,
int refId,
int dispId,
BrowserChannel.Value newValue) |
abstract void |
BrowserChannelServer.SessionHandlerServer.unloadModule(BrowserChannelServer channel,
String moduleName) |
void |
OophmSessionHandler.unloadModule(BrowserChannelServer channel,
String moduleName) |
Constructor and Description |
---|
ModuleSpaceOOPHM(ModuleSpaceHost msh,
String moduleName,
BrowserChannelServer channel) |
Copyright © 2018. All rights reserved.