Server Smalltalk Guide
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.
[ Top of Page | Previous Page | Next Page | Table of Contents | Index ]