Public Instance Methods : SstCosNamingContext

* bind: name obj: value
	"ACTION
		Binds @value to @name within the receiver.  If @value is an instance of the receiver,
		it will not participate in compound name resolution.  If @name is a compound
		name, each component except the last identifies a naming context which must
		already exist.

	PARAMETERS
		name : CosNaming::Name
		value : <Object>

	EXCEPTIONS
		ExSstNonFatalError : with possible errors {SstNamingNotFoundError,
			SstNamingCannotProceedError, SstNamingInvalidNameError,
			SstNamingAlreadyBoundError}
		
	NOTES
		The operation is part of CORBA's CosNaming::NamingContext interface"
Categories
	: CosNaming::NamingContext
* bindContext: name nc: value
	"ACTION
		Binds @value to @name within the receiver. @value will participate in compound name
		resolution.  If @name is a compound name, each component except the last identifies 
		a naming context which must already exist.

	PARAMETERS
		name : CosNaming::Name
		value : <SstNamingContext>

	EXCEPTIONS
		ExSstNonFatalError : with possible errors {SstNamingNotFoundError,
			SstNamingCannotProceedError, SstNamingInvalidNameError,
			SstNamingAlreadyBoundError}
		
	NOTES
		The operation is part of CORBA's CosNaming::NamingContext interface"
Categories
	: CosNaming::NamingContext
* bindNewContext: name
	"ACTION
		Creates a new instance of the receiver and binds it to @name within the receiver.
		
	PARAMETERS
		name : CosNaming::Name

	RETURN VALUE
		CosNaming::NamingContext

	EXCEPTIONS
		ExSstNonFatalError : with possible errors {SstNamingNotFoundError,
			SstNamingCannotProceedError, SstNamingInvalidNameError,
			SstNamingAlreadyBoundError}

	NOTES
		The operation is part of CORBA's CosNaming::NamingContext interface"
Categories
	: CosNaming::NamingContext
* rebind: name obj: value
	"ACTION
		Binds @value to @name within the receiver.  If @value is an instance of the receiver,
		it will not participate in compound name resolution. If @name is a compound
		name, each component except the last identifies a naming context which must
		already exist.

	PARAMETERS
		name : CosNaming::Name
		value : <Object>

	EXCEPTIONS
		ExSstNonFatalError : with possible errors {SstNamingNotFoundError,
			SstNamingCannotProceedError, SstNamingInvalidNameError}
		
	NOTES
		The operation is part of CORBA's CosNaming::NamingContext interface"
Categories
	: CosNaming::NamingContext
* rebindContext: name nc: value
	"ACTION
		Binds @value to @name within the receiver. @value will participate in compound name
		resolution. If @name is a compound name, each component except the last identifies 
		a naming context which must	already exist.

	PARAMETERS
		name : CosNaming::Name
		value : CosNaming::NamingContext

	EXCEPTIONS
		ExSstNonFatalError : with possible errors {SstNamingNotFoundError,
			SstNamingCannotProceedError, SstNamingInvalidNameError}
		
	NOTES
		The operation is part of CORBA's CosNaming::NamingContext interface"
Categories
	: CosNaming::NamingContext
* resolve: name
	"ACTION
		Retrieves the object bound to @name in the receiver. If the name is a compound
		name, each component except the last identifies a naming context which must
		already exist.

	PARAMETERS
		name : CosNaming::Name

	RETURN VALUE
		<Object>

	EXCEPTIONS
		ExSstNonFatalError : with possible errors {SstNamingNotFoundError,
			SstNamingCannotProceedError, SstNamingInvalidNameError}
		
	NOTES
		The operation is part of CORBA's CosNaming::NamingContext interface"
Categories
	: CosNaming::NamingContext
* unbind: name
	"ACTION
		Removes a binding for @name within the receiver. If @name is a compound
		name, each component except the last identifies a naming context which must
		already exist.
		
	PARAMETERS
		name : CosNaming::Name

	EXCEPTIONS
		ExSstNonFatalError : with possible errors {SstNamingNotFoundError,
			SstNamingCannotProceedError, SstNamingInvalidNameError}

	NOTES
		The operation is part of the CORBA::CosNaming::NamingContext interface"
Categories
	: CosNaming::NamingContext
class implements Interface: IuSstGiopMarshalable
* sstAsIorInContext: value goto
* sstGiopMarshalingValue: type goto
* sstIdlTypeId goto

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