Public Instance Methods : SstGiopRemoteReference

class implements Interface: IuSstGiopMarshalable
* sstAsIorInContext: value goto
* sstGiopMarshalingValue: type goto
* sstIdlTypeId goto
* sstCast: typeId
	"ACTION
		Attempt to make the type information of the receiver more specific by
		establishing whether the receiver is also of type @typeId. 
		Answer true if the operation succeeds, false otherwise.
		For example, if the current type information says that the receiver is
		of type Foo, and @typeId is Bar, and Bar inherits from Foo, then
		update the type information of the receiver so that it knows it is a Bar.

	PARAMETERS
		typeId : <String>

	RETURN VALUE
		<Boolean> 

	EXCEPTIONS
		ExSstNonFatalError : if no IOR is associated with the receiver"
Categories
	SST-API Developer
* sstInterfaceDef
	"ACTION
		Make sure the interface definition has been cached locally in the context's
		IDL repository cache. 

	RETURN VALUE
		<Collection of <SstIdlInterfaceDef>>

	EXCEPTIONS
		ExSstNonFatalError

	NOTES
		It is essential to prime the cache with an interface prior to sending a remote
		method in cases where the interface defines an exception which you wish to
		handle.  Without this, no local binding for the exception will exist."
Categories
	SST-API Developer

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