Server Smalltalk Guide

Constants

Because SST is not an ORB, the standard IDL-to-Smalltalk mapping is not appropriate. To access values that should appear in the CORBAConstants global dictionary, you can either interrogate the repository directly or use the local cache. The protocol on the local cache is corbaConstants, which returns a keyed collection corresponding to the IDL-to-Smalltalk mapping specifications. Naturally, this will only include those values which have been cached locally.


[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]