Public Instance Methods : SstGiopMarshalingConfiguration

* alwaysCheckLocation
	"ACTION
		Answer true if every request is always preceeded by a LOCATE_REQUEST message
		to the remote reference object; answer false otherwise.  

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* alwaysCheckLocation: value
	"ACTION
		Set the configuration option %alwaysCheckLocation to @value.  If @value is set to true,
		every request is always preceeded by a LOCATE_REQUEST message to the remote 
		reference object.  The default for the configuration is false.  Setting it to true results in a
		significant performance degradation.  

	PARAMETERS
		value : <Boolean>"
Categories
	SST-API Developer
* defaultBufferSize
	"ACTION
		Answer the default size (in bytes) of buffer to create when starting 
		a marshaling operation (typically a dump).  The correct setting of 
		this value can have significant impacts on the marshaler's
		performance.

	RETURN VALUE
		<Integer>"
Categories
	SST-API Developer
* defaultBufferSize: value
	"ACTION
		Set the default size (in bytes) of buffer to create when starting 
		a marshaling operation (typically a dump).  The correct setting 
		of this value can have significant impacts on the marshaler's
		performance.

	PARAMETERS
		value : <Integer>"
Categories
	SST-API Developer
* endianOutput
	"ACTION
		Get the endianess information of GIOP messages when marshaling objects.
		By default, the GIOP marshaling configuration uses the platform endianess
		to encode messages. However, various commercial ORBs work only with
		specific endian-encoded messages.

	RETURN VALUE
		{SstBigEndian, SstLittleEndian, SstPlatformEndian}"
Categories
	SST-API Developer
* endianOutput: value
	"ACTION
		Set the endianess information of GIOP messages when marshaling objects.
		By default, the GIOP marshaling configuration uses the platform endianess
		to encode messages. However, various commercial ORBs work only with
		specific endian-encoded messages.

	PARAMETERS
		value : {SstBigEndian, SstLittleEndian, SstPlatformEndian}"
Categories
	SST-API Developer
* trapExceptions
	"ACTION
		Answer the configuration option %trapExceptions. If %trapExceptions is set to true,
		all marshaling operations that generate exceptions are trapped, and the error
		converted into an appropriate CORBA system exception. 
		The default for the configuration is true. 

	RETURN VALUE
		<Boolean>"
Categories
	SST-API Developer
* trapExceptions: value
	"ACTION
		Set the configuration option %trapExceptions to @value.  If @value is true,
		all marshaling operations that generate exceptions are trapped, and the error
		converted into an appropriate CORBA system exception. 
		The default for the configuration is true. 

	PARAMETERS
		value : <Boolean>"
Categories
	SST-API Developer

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