|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcsdk.v1_0.runner.core.RunnerEnvironment
public class RunnerEnvironment
Interface das aplicações com o ambiente Runner.
| Constructor Summary | |
|---|---|
RunnerEnvironment(Map<Class<? extends IContext>,IContext> contexts)
Construtor. |
|
| Method Summary | ||
|---|---|---|
void |
cleanupContexts()
Limpa os contextos. |
|
void |
finishApplication()
|
|
Charset |
getCharset()
|
|
|
getContext(Class<T> contextClass)
|
|
Locale |
getLocale()
|
|
Charset |
getServerCharset()
|
|
void |
handleException(Exception error,
Window parent)
|
|
String |
runApplication(String appId)
|
|
boolean |
sendMessage(String appId,
IMessage message)
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RunnerEnvironment(Map<Class<? extends IContext>,IContext> contexts)
contexts - contextos disponíveis no ambiente.| Method Detail |
|---|
public void finishApplication()
finishApplication in interface ICSDKEnvironmentpublic void cleanupContexts()
public String runApplication(String appId)
throws ApplicationException
runApplication in interface ICSDKEnvironmentApplicationException
public boolean sendMessage(String appId,
IMessage message)
sendMessage in interface ICSDKEnvironment
public void handleException(Exception error,
Window parent)
handleException in interface ICSDKEnvironmentpublic <T extends IContext> T getContext(Class<T> contextClass)
getContext in interface ICSDKEnvironmentpublic Locale getLocale()
getLocale in interface ICSDKEnvironmentpublic Charset getCharset()
getCharset in interface ICSDKEnvironmentpublic Charset getServerCharset()
getServerCharset in interface ICSDKEnvironment
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||