Name

ContextList

Synopsis

A list of context property names only (i.e., a list of Strings). A ContextList along with an NVList containing NamedValue objects is used to represent the relevant subset of a Context that is passed along with remote method calls.

public abstract class ContextList {
// Public Constructors
   public ContextList();  
// Public Instance Methods
   public abstract void add( String ctx);  
   public abstract int count();  
   public abstract String item(
        int index) throws org.omg.CORBA.Bounds;  
   public abstract void remove(
        int index) throws org.omg.CORBA.Bounds;  
}

Passed To

LocalObject._create_request(), org.omg.CORBA.Object._create_request(), org.omg.CORBA.portable.Delegate.create_request(), org.omg.CORBA.portable.ObjectImpl._create_request(), org.omg.CORBA.portable.OutputStream.write_Context()

Returned By

org.omg.CORBA.ORB.create_context_list(), Request.contexts()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.