Public Instance Methods : SstRmiTypingRepository

* flush
	"ACTION
		Flush all Java class and interface definitions from the receiver."
Categories
	SST-API Developer
* loadDefinitionsFrom: application
	"ACTION
		Load the Java class definitions from @application.  The definitions
		are found in *instance* methods on the application class.  For 
		examples of these methods see the instance methods of SstRmiSupport.

	PARAMETERS
		application : <SubApplication>"
Categories
	SST-API Developer
* lookup: name
	"ACTION
		Lookup and answer the class/interface named @name in the receiver.  
		@name must be the fully qualitfied Java name (e.g., java.lang.Object).
		Answer nil if none is found.

	PARAMETERS
		name : <String>

	RETURN VALUE
		<SstRmiClass> | <SstRmiInterface> | nil"
Categories
	SST-API Developer
* prime
	"ACTION
		Ensure that all possible Java class and interface definitions
		available to the receiver are loaded.  Use #loadDefinitionsFrom:
		to make an application's definitions available."
Categories
	SST-API Developer
* removeDefinitionsFrom: application
	"ACTION
		Remove the Java class definitions specified in @application from 
		the receiver.  The definitions are found in *instance* methods on the 
		application class.  For examples of these methods see the instance 
		methods of SstRmiSupport.

	PARAMETERS
		application : <SubApplication>"
Categories
	SST-API Developer

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