This tab allows you to specify Open Server event handlers when you have configured EAServer to support Open Server client connections. This feature allows you to run legacy Sybase Open Server applications in EAServer. For more information, see Appendix B, “Migrating Open Server Applications to EAServer,” in the EAServer Programmer’s Guide. These handlers are called only for events that are generated by clients that connect to a listener that is configured to accept Open Server requests.
Specifying an event handler
Select the Handlers tab.
Enter the DLL or shared library name and the function name of the specific event handler being called, separated by a colon.
The following example illustrates an entry for a connect event handler:
Platform |
Entry |
---|---|
Solaris, AIX, Digital UNIX, and LINUX |
libsamp.so:debug_connect |
HP-UX |
libsamp.sl:debug_connect |
Windows |
libsamp.dll:debug_connect |
where libsamp is the DLL or shared library name and debug_connect is the function called whenever a connect event handler is called.
Table 3-6 summarizes the types of event handlers that you can install. For information on coding event handlers, see Appendix B, “Migrating Open Server Applications to EAServer,” in the EAServer Programmer’s Guide.
Copyright © 2003. Sybase Inc. All rights reserved. |
![]() |