Public Class Methods : SstRmiSupport

* includeAllJavaClassesFrom: applicationName for: aRuleCollector
	"ACTION
		Add packaging rules to @aRuleCollector to include the methods on
		the application @applicationName necessary to build the Java RMI
		type repository.

	PARAMETERS
		applicationName : <Symbol>
		aRuleCollector : <IepRuleCreation>"
Categories
	SST-API User
* includeJavaClass: javaClassName from: applicationName for: aRuleCollector
	"ACTION
		Add packaging rules to @aRuleCollector to include the necessary methods
		for the implementation of @javaClassName (either a java class name
		like 'java.lang.Object' or the Smalltalk-translated equivalent like
		'java_lang_Object') taken from the application @applicationName necessary.

	PARAMETERS
		javaClassName : <String> | <Symbol>
		applicationName : <Symbol>
		aRuleCollector : <IepRuleCreation>"
Categories
	SST-API User

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