KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > org > omg > CORBA > ContextList

org.omg.CORBA
Class ContextList

java.lang.Object
  extended by org.omg.CORBA.ContextList
See Also:
Top Examples, Source Code, Context

public abstract void add(String ctx)
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public ContextList()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract int count()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract String item(int index)
                     throws Bounds
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public abstract void remove(int index)
                     throws Bounds
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags