[Previous] [Contents] [Next] [IONA Technologies]


CORBA.Flags


Contents

CORBA.Flags.Flags()
CORBA.Flags.Flags()
CORBA.Flags.Flags()
CORBA.Flags.clrf()
CORBA.Flags.copy()
CORBA.Flags.equals()
CORBA.Flags.isNil()
CORBA.Flags.isSet()
CORBA.Flags.isSetAll()
CORBA.Flags.isSetAny()
CORBA.Flags.reset()
CORBA.Flags.setArgDef()
CORBA.Flags.setf()



Synopsis:

The methods of a number of classes–including Context and Request–take a CORBA specified parameter of type Flags.

OrbixWeb:

Notes:

CORBA defined.



CORBA.Flags.Flags()


Synopsis:

Description:

Default constructor for null flags. All flags are cleared.

Notes:

OrbixWeb specific.

See Also:

Other Flags constructors.



CORBA.Flags.Flags()


Synopsis:

Description:

Creates a Flags object with flags set as indicated by l.

Notes:

OrbixWeb specific.

See Also:

Other Flags constructors.



CORBA.Flags.Flags()


Synopsis:

Description:

Copy constructor.

Notes:

OrbixWeb specific.

See Also:

Other Flags constructors.



CORBA.Flags.clrf()


Synopsis:

Description:

Clears flag i.

Notes:

OrbixWeb specific.



CORBA.Flags.copy()


Synopsis:

Description:

Copies the value of f to the current object.

Notes:

OrbixWeb specific.



CORBA.Flags.equals()


Synopsis:

Description:

Compares the flags settings of the current Flags object to those of the Flags object specified by parameter _obj. If _obj is not a Flags object, or the Flags settings differ, equals() returns false; otherwise returns true.

Notes:

OrbixWeb specific.



CORBA.Flags.isNil()


Synopsis:

Description:

Tests whether or not all flags are clear.

Return Value:

Returns true if all flags clear; returns false otherwise.

Notes:

OrbixWeb specific.



CORBA.Flags.isSet()


Synopsis:

Description:

Tests whether flag i is set in this object.

Return Value:

Returns true if i is set; returns false otherwise.

Notes:

OrbixWeb specific.

See Also:



CORBA.Flags.isSetAll()


Synopsis:

Description:

Tests whether all flags set in i are set in this object.

Return Value:

Returns true if all flags in i are set; returns false otherwise.

Notes:

OrbixWeb specific.



CORBA.Flags.isSetAny()


Synopsis:

Description:

Tests if any flag set in i is set in this object. (This is the same as isSet(int i).)

Return Value:

Returns true if any flag in i is set; returns false otherwise.

Notes:

OrbixWeb specific.

See Also:



CORBA.Flags.reset()


Synopsis:

Description:

Clears all flags.

Notes:

OrbixWeb specific.



CORBA.Flags.setArgDef()


Synopsis:

Description:

Sets flag as specified in i, and clears any other flag. This is usually used to set ARG flags (_CORBA.ARG_IN, _CORBA.ARG_OUT, _CORBA.ARG_INOUT) since they are mutually exclusive.

Notes:

OrbixWeb specific.

See Also:



CORBA.Flags.setf()


Synopsis:

Description:

Sets flags as specified in i.

Notes:

OrbixWeb specific.

See Also:



[Roadmap] [Utilities] [Compiling] [Configuration]
[Class Reference] [IR Reference] [Daemon Reference] [IDL Grammar] [System Exceptions]
[Index]