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


CORBA.NVList


Contents

CORBA.NVList.NVList()
CORBA.NVList.NVList()
CORBA.NVList.NVList()
CORBA.NVList.clone()
CORBA.NVList.add()
CORBA.NVList.add_item()
CORBA.NVList.add_value()
CORBA.NVList.count()
CORBA.NVList.IT_create()
CORBA.NVList.item()
CORBA.NVList._nil()
CORBA.NVList.remove()



Synopsis:

The Java class NVList implements the CORBA pseudo object type NVList. An NVList is a list of NamedValue elements–a NamedValue describes an argument to a Request.

CORBA:

OrbixWeb:

See Also:



CORBA.NVList.NVList()


Synopsis:

Description:

Default constructor.

Notes:

OrbixWeb specific. See CORBA.ORB.create_list() and CORBA.ORB.create_operation_list() for CORBA defined ways to create an NVList.

See Also:

Other NVList constructors.



CORBA.NVList.NVList()


Synopsis:

Description:

Constructs an NVList of length size.

Notes:

OrbixWeb specific. See CORBA.ORB.create_list() and CORBA.ORB.create_operation_list() for CORBA defined ways to create an NVList.

See Also:

Other NVList constructors.



CORBA.NVList.NVList()


Synopsis:

Description:

Copy constructor.

Notes:

OrbixWeb specific.

See Also:

Other NVList constructors.



CORBA.NVList.clone()


Synopsis:

Description:

Copies the current NVList to a new NVlist object and returns the new object.

Notes:

OrbixWeb specific.



CORBA.NVList.add()


Synopsis:

Description:

Creates an unnamed NamedValue, initialising only the Flags and adds it to the list.

Parameters:



     item_flags
    
Item flags (_CORBA.ARG_IN, _CORBA.ARG_OUT, _CORBA.ARG_INOUT).

Notes:

CORBA defined.



CORBA.NVList.add_item()


Synopsis:

Description:

Creates a NamedValue with name and Flags initialised, and adds it to the list.

Parameters:



     item_name
    
Name of item.

     item_flags
    
Item flags (_CORBA.ARG_IN, _CORBA.ARG_OUT, _CORBA.ARG_INOUT).

Notes:

CORBA defined.



CORBA.NVList.add_value()


Synopsis:

Description:

Creates a NamedValue with name, value and flags initialised and adds it to the list.

Parameters:



     item_name
    
Name of item.

     value
    
Value of item.

     item_flags
    
Item flags (_CORBA.ARG_IN, _CORBA.ARG_OUT, _CORBA.ARG_INOUT).

Notes:

CORBA defined.



CORBA.NVList.count()


Synopsis:

Description:

Returns the number of elements in the NVList.

Notes:

CORBA defined.



CORBA.NVList.IT_create()


Synopsis:

Description:

For consistency with other pseudo object types, OrbixWeb provides the IT_create() methods for class NVList.

See the corresponding constructors for details of the parameters to IT_create().

Notes:

OrbixWeb specific. See CORBA.ORB.create_list() and CORBA.ORB.create_operation_list() for CORBA defined ways of creating an NVList.

See Also:

NVList constructors.



CORBA.NVList.item()


Synopsis:

Description:

Returns the list item at the given index. The first item is at index 0.

Exceptions:

Raises a Bounds exception if index is out of range.

Notes:

CORBA defined.



CORBA.NVList._nil()


Synopsis:

Description:

Returns a nil object reference for an NVList object.

Notes:

CORBA defined.

See Also:



CORBA.NVList.remove()


Synopsis:

Description:

Removes the item at the given index. The first item is at index 0.

Exceptions:

Raises a Bounds exception if index is out of range.

Notes:

CORBA defined.



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