Public Class Methods : SstName

* from: value
	"ACTION
		Creates an instance of the receiver from the structured string @value.
		For example, 'foo/bar.type' as an instance of the receiver is interpreted 
		to mean the object bound to a name 'bar' and kind 'type' within the naming
		context called 'foo' which in turn will be bound within some other naming context.

	PARAMETERS
		value : <String>

	RETURN VALUE
		<instance of self>
		
	NOTES
		Instances of the receiver conform to the CORBA CosNaming::Name definition."
Categories
	SST-API Developer

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