Public Class Methods : SstIdlRepository

* load: cache with: containers context: context
	"ACTION
		Attempt to download the contents of each of @containers. a collection of
		ids (not names) in the repository.  The remote repository is obtained
		from @context. The definitions are loaded into @cache. Answer @cache.

	PARAMETERS
		cache : <SstIdlRepository>
		containers : <Collection of <CORBA::RepositoryId>>
		context : <IuSstApplicationContext>

	RETURN VALUE
		<SstIdlRepository>"
Categories
	SST-API Developer
* loadCacheWith: containers context: context
	"ACTION
		Attempt to download the contents of each of @containers. a collection of
		ids (not names) in the repository.  The remote repository is obtained
		from @context. The definitions are loaded into the context’'s IDL repository
		cache. Answer the the context's repository cache.

	PARAMETERS
		containers : <Collection of <CORBA::RepositoryId>>
		context : <IuSstApplicationContext>

	RETURN VALUE
		<SstIdlRepository>"
Categories
	SST-API Developer

[FIRST] [PREV] [NEXT] [LAST]