org.omg.CORBA

Class ContextList


public abstract class ContextList
extends java.lang.Object

Copyright (c) 1999 Object Management Group. Unlimited rights to duplicate and use this code are hereby granted provided that this copyright notice is included.

Method Summary

void
add(String ctx)
int
count()
String
item(int index)
void
remove(int index)

Method Details

add

public void add(String ctx)


count

public int count()


item

public String item(int index)
            throws Bounds


remove

public void remove(int index)
            throws Bounds