Public Instance Methods : SstApplicationContext
flushIdlRepositoryCache
"ACTION
Clear out the existing repository cache and restore it to its base level state, either
by reloading from the swapper-format file or by construction. Answer the resulting
cache. Raise an exception if the cache couldn't be reloaded.
RETURN VALUE
<SstIdlRepository>
EXCEPTIONS
ExSstNonFatalError : The cache could not be reloaded"
Categories
SST-API Developer
idlRepository
"ACTION
Return the stringified IOR which represents the IDL repository object being
used by the receiver.
RETURN VALUE
<String>"
Categories
SST-API User
idlRepository: iorString cache: cache
"ACTION
Set the object reference for the IDL repository to @iorString, a stringified IOR
or something from which an IOR can be fetched from (as understood by
SstIor class>>#asIorStringFrom:). @cache is used to build a cache; it can be either
a pathname to a Swapped-out repository; a zero-argument block which will generates a new
cache when fired; or nil causing a new cache to be instantiated.
PARAMETERS
iorString : <String>
cache : <String> | <Block> | nil"
Categories
SST-API User
[FIRST] [PREV] [NEXT] [LAST]