All Packages Class Hierarchy This Package Previous Next Index
java.lang.Object | +----org.omg.CORBA.ContextList
#pragma prefix "omg.org/CORBA" interface ContextList { readonly attribute unsigned long count; void add( in string ctx ); string item( in unsigned long index ) raises( ::CORBA::Bounds ); void remove( in unsigned long index ) raises( ::CORBA::Bounds ); };
Operation: ::CORBA::ContextList::add.
Reader for attribute: ::CORBA::ContextList::count.
Operation: ::CORBA::ContextList::item.
Operation: ::CORBA::ContextList::remove.
public ContextList()
public abstract int count()
Reader for attribute: ::CORBA::ContextList::count.
#pragma prefix "omg.org/CORBA/ContextList" readonly attribute unsigned long count;
public abstract void add(String ctx)
Operation: ::CORBA::ContextList::add.
#pragma prefix "omg.org/CORBA/ContextList" void add( in string ctx );
public abstract String item(int index) throws Bounds
Operation: ::CORBA::ContextList::item.
#pragma prefix "omg.org/CORBA/ContextList" string item( in unsigned long index ) raises( ::CORBA::Bounds );
public abstract void remove(int index) throws Bounds
Operation: ::CORBA::ContextList::remove.
#pragma prefix "omg.org/CORBA/ContextList" void remove( in unsigned long index ) raises( ::CORBA::Bounds );
All Packages Class Hierarchy This Package Previous Next Index