Searched refs:ContextList (Results 1 - 24 of 24) sorted by relevance

/openjdk7/corba/src/share/classes/org/omg/CORBA/
H A DContextList.java37 * <code>ContextList</code> object as the third parameter.
42 * A <code>ContextList</code> object is created by the ORB, as
46 * org.omg.CORBA.ContextList ctxList = orb.create_context_list();
49 * <code>ContextList</code> object. Strings are added to
58 public abstract class ContextList { class
62 * <code>ContextList</code> object.
65 * <code>String</code>s in this <code>ContextList</code> object
71 * Adds a <code>String</code> object to this <code>ContextList</code>
87 * <code>ContextList</code> object
101 * this <code>ContextList</cod
[all...]
H A DRequest.java133 * Retrieves the <code>ContextList</code> object for this request.
143 public abstract ContextList contexts();
H A DObject.java211 * @param ctxlist a <code>ContextList</code> object containing a list of
220 * @see ContextList
228 ContextList ctxlist);
H A DLocalObject.java216 * @param contexts a <code>ContextList</code> object containing a list of
231 ContextList contexts) {
H A DORB.java645 * Creates an empty <code>ContextList</code> object.
647 * @return the newly-created <code>ContextList</code> object
648 * @see ContextList
651 abstract public ContextList create_context_list();
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DContextListImpl.java35 import org.omg.CORBA.ContextList;
39 public class ContextListImpl extends ContextList
H A DRequestImpl.java40 import org.omg.CORBA.ContextList;
82 private ContextList _ctxList;
109 ContextList ctxList)
178 public ContextList contexts()
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DContextList.java32 class ContextList { class
H A DServerImpl.java51 private ContextList contexts;
96 contexts = new ContextList();
/openjdk7/corba/src/share/classes/com/sun/corba/se/spi/presentation/rmi/
H A DStubWrapper.java36 import org.omg.CORBA.ContextList ;
141 NamedValue result, ExceptionList exclist, ContextList ctxlist)
/openjdk7/corba/src/share/classes/org/omg/CORBA/portable/
H A DDelegate.java31 import org.omg.CORBA.ContextList;
159 ContextList ctxlist);
H A DObjectImpl.java31 import org.omg.CORBA.ContextList;
243 ContextList contexts) {
H A DOutputStream.java268 * @param contexts a <code>ContextList</code> object containing the list of contexts
274 org.omg.CORBA.ContextList contexts) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStreamBase.java103 org.omg.CORBA.ContextList contexts) {
H A DCDROutputStream.java236 org.omg.CORBA.ContextList contexts) {
/openjdk7/corba/src/share/classes/org/omg/PortableInterceptor/
H A DInterceptors.idl69 * <code>ContextList</code> PIDL represented by <code>ContextList</code>
73 typedef CORBA::StringSeq ContextList;
382 readonly attribute Dynamic::ContextList contexts;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/protocol/
H A DCorbaClientDelegateImpl.java35 import org.omg.CORBA.ContextList;
369 ContextList ctxlist)
H A DSharedCDRClientRequestDispatcherImpl.java52 import org.omg.CORBA.ContextList;
H A DCorbaClientRequestDispatcherImpl.java49 import org.omg.CORBA.ContextList;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/copyobject/
H A DJavaOutputStream.sjava240 org.omg.CORBA.ContextList contexts) {
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/interceptors/
H A DClientRequestInfoImpl.java35 import org.omg.CORBA.ContextList;
124 // ContextList will be delegated to RequestImpl.
588 ContextList ctxList = request.contexts( );
H A DRequestInfoImpl.java49 import org.omg.CORBA.ContextList;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/orb/
H A DORBSingleton.java47 import org.omg.CORBA.ContextList;
303 public org.omg.CORBA.ContextList create_context_list() {
H A DORBImpl.java62 import org.omg.CORBA.ContextList;
634 * Create a ContextList
636 * @result ContextList created
638 public synchronized org.omg.CORBA.ContextList create_context_list()

Completed in 309 milliseconds