|
Servoy 5.x Public API | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
public interface IHeadlessClient
| Method Summary | |
|---|---|
String |
getClientID()
Gets the clientId of this client. |
Object |
getDataProviderValue(String contextName,
String dataprovider)
Get a dataprovider value. |
IClientPluginAccess |
getPluginAccess()
Get the plugin access, for more functionality. |
boolean |
isValid()
Check if the client still valid for usage. |
Object |
setDataProviderValue(String contextName,
String dataprovider,
Object value)
Set a dataprovider value. |
void |
shutDown(boolean force)
Shut down this client |
| Method Detail |
|---|
String getClientID()
Object getDataProviderValue(String contextName,
String dataprovider)
context - This is the form name or null if the method is a global method.dataprovider - the dataprovider name as seen in Servoy
IClientPluginAccess getPluginAccess()
boolean isValid()
Object setDataProviderValue(String contextName,
String dataprovider,
Object value)
context - This is the form name or null if the method is a global method.dataprovider - the dataprovider name as seen in Servoyvalue - to set
void shutDown(boolean force)
force - to enforce shutdown
|
Copyright © 2010 Servoy B.V. | |||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||