Public Instance Methods : IdSstRmiEnablement

* sstIsRmiRemotable
	"ACTION
		Answer true if the receiver is to be considered 'remotable' according
		to the specification in Java.  In general this means that the object is passed
		by reference rather than by value.  Answering true requires that there be
		a Java class mapping specified in the relevant JavaTypeRepository and
		that that mapping have the correct hash values for the class' corresponding
		stub and skeleton.  The mapping must also specify any methods which are to 
		be invoked/serviced.

	RETURN VALUE
		<Boolean>"
* sstIsRmiSerializable
	"ACTION
		Answer true if the receiver is to be considered 'serializable' according
		to the specification in Java.  In general this means that the object is passed
		by value rather than by reference.  Answering true requires that there be
		a Java class mapping specified in the relevant JavaTypeRepository and
		that that mapping have the correct serialization id and definitions for the object's
		slots/types.

	RETURN VALUE
		<Boolean>"
* sstRmiClassName
	"ACTION
		Answer the name of the Java class corresponding to the class of the 
		receiver (e.g, 'java.lang.String').  This is required if the receiver is to 
		be passed to/from Java by value or by reference (i.e., using 
		serialization or stubs).

	RETURN VALUE
		<String>"

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