Named value lookups
You can use one of three methods in SstApplicationContext to obtain local copies of CORBA objects. They work only if you are using an IIOP application context with a repository cache which is valid. The methods include the following:
constantNamed: value
Answers the constant value associated with the fully qualified name @value of an IDL constant definition.
corbaConstants
Answers the constants from the interface repository cache, where these objects are associated with keys which are their absolute names within the interface repository. The objects responding to CORBAExceptionEvent protocol are also present in the answer.
exceptionNamed: value
Answers the object that responds to CORBAExceptionEvent protocol corresponding to the fully qualified name @value of an IDL exception.
Last modified date: 01/29/2015