Public Class Methods : SstNamingContext

* nameFrom: 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' or kind 'type' within the naming
		context called 'foo' which in turn will be bound within some other naming context.

	PARAMETERS
		value : <String>

	RETURN VALUE
		<SstName>

	NOTES
		The operation is a convenience method for generating names that conform to 
		the CORBA pseudo-IDL interface LName"
Categories
	SST-API Developer
* new
	"ACTION
		Answer a nnew instance of the receiver, with no initial associations and
		not embedded in an existing naming context hierarchy.

	RETURN VALUE
		<instance of self>

	NOTES
		The operation returns an object which implements the
		CORBA::CosNaming::NamingContext interface"
Categories
	SST-API Developer

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