Specifications
COM+ reference
92
Glink: API reference manual Gallagher & Robertson
Error type: User name or user password is missing or wrong.
static int GlinkEvent_VE_NO_API_LICENSE
Error type: License key allowing use of the API not found.
static int GlinkEvent_VE_NO_CNX_LICENSE
Error type: License key allowing use of connector not found.
static int GlinkEvent_VE_OUT_OF_MEMORY
Error type: The Java VM reported out of memory when loading Glink.
static int GlinkEvent_VE_SESSIONS_ERROR
Error type: The GlinkApi.getAvailableSessions failed.
static int GlinkEvent_VE_STARTUP_ERROR
Error type: Glink failed to start.
static int GlinkEvent_VE_TOOMANY_INSTANCES
Error type: Too many simultaneous instances for Pro version.
Method Summary
int getEventCode()
The application should check the Glink event code to determine which Glink
event did occur, for example that the Glink session was connected or
disconnected.
GlinkApi getSource()
The method returns the GlinkApi object that generated the event.
int getValue()
Some Glink events have a value set that gives more information about the
given event.