public interface GXIReadOnlyBaseObject
GXIClientBaseObject
Modifier and Type | Method and Description |
---|---|
GXClientApplicationConfig |
getApplicationConfig()
Returns the current application configuration.
|
GXIScreen |
getScreen()
Returns the current screen from the host.
|
GXIScreen |
getScreen(GXGetScreenRequest request)
Returns the current screen from the host.
|
int |
getSeqScreenNumber()
returns the sequential number of the host screen in the server (counted since the session started).
|
String |
getSessionID() |
boolean |
isReadOnly()
Return whether this client has a write access, or only a read-only access.
|
GXIScreen getScreen(GXGetScreenRequest request) throws GXConnectionException, GXGeneralException
request
- the getScreen request.GXConnectionException
- When connection problems occurred between
the client and ApplinX server or the ApplinX server and the host.GXGeneralException
- Other errors.getScreen()
GXIScreen getScreen() throws GXConnectionException, GXGeneralException
GXConnectionException
- When connection problems occurred between
the client and ApplinX server or the ApplinX server and the host.GXGeneralException
- Other errors.int getSeqScreenNumber() throws GXConnectionException, GXGeneralException
GXConnectionException
- When connection problems occurred between
the client and ApplinX server or the ApplinX server and the host.GXGeneralException
- Other errors.String getSessionID()
GXClientApplicationConfig getApplicationConfig() throws GXConnectionException, GXGeneralException
GXConnectionException
- When connection problems occurred between
the client and ApplinX server or the ApplinX server and the host.GXGeneralException
- Other errors.boolean isReadOnly()
Copyright 2021 Software AG. All rights reserved. Use is subject to license terms.