Spec-Zone .ru
спецификации, руководства, описания, API
|
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.omg.CosNaming.BindingIteratorHelper
public abstract class BindingIteratorHelper extends Object
The BindingIterator interface allows a client to iterate through the bindings using the next_one or next_n operations. The bindings iterator is obtained by using the list method on the NamingContext.
NamingContextOperations.list(int, org.omg.CosNaming.BindingListHolder, org.omg.CosNaming.BindingIteratorHolder)
Constructor and Description |
---|
BindingIteratorHelper()
|
Modifier and Type | Method and Description |
---|---|
static BindingIterator |
extract(Any a)
|
static String |
id()
|
static void |
insert(Any a,
BindingIterator that)
|
static BindingIterator |
narrow(Object obj)
|
static BindingIterator |
read(InputStream istream)
|
static TypeCode |
type()
|
static BindingIterator |
unchecked_narrow(Object obj)
|
static void |
write(OutputStream ostream,
BindingIterator value)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BindingIteratorHelper()
Method Detail |
---|
public static void insert(Any a, BindingIterator that)
public static BindingIterator extract(Any a)
public static TypeCode type()
public static String id()
public static BindingIterator read(InputStream istream)
public static void write(OutputStream ostream, BindingIterator value)
public static BindingIterator narrow(Object obj)
public static BindingIterator unchecked_narrow(Object obj)
|
Java™ Platform Standard Ed. 7 DRAFT ea-b118 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Copyright © 1993, 2010, Oracle Corporation. All rights reserved.