To identify a C++ pseudocomponent, format a URL as follows:
pseudo://cpp/library/package/component
Where:
library is
the base name of the shared library or DLL that contains the component
implementation, without the platform-specific file extension. For
example, mypseudo
to indicate
a file named mypseudo.dll on Windows or mypseudo.so on
Solaris or Linux. The location of the library must be specified
in the system’s library search path.
package is the EAServer Manager package name.
component is the EAServer Manager component name.
Copyright © 2005. Sybase Inc. All rights reserved. |