Package | Description |
---|---|
com.sun.corba.se.impl.naming.cosnaming | |
com.sun.corba.se.impl.naming.pcosnaming | |
org.omg.CosNaming |
Provides a naming service for Java IDL.
|
Modifier and Type | Method and Description |
---|---|
boolean |
BindingIteratorImpl.list(int how_many,
BindingListHolder blh)
lists next n bindings.
|
void |
NamingContextImpl.list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
List the contents of this NamingContest.
|
void |
TransientNamingContext.List(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
List the contents of this NamingContext.
|
void |
NamingContextDataStore.List(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
Method which implements listing the contents of this
NamingContext and return a binding list and a binding iterator.
|
boolean |
BindingIteratorImpl.next_n(int how_many,
BindingListHolder blh)
Return the next n bindings.
|
Modifier and Type | Method and Description |
---|---|
void |
NamingContextImpl.list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
List the contents of this NamingContest.
|
void |
NamingContextImpl.List(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
List the contents of this NamingContext.
|
Modifier and Type | Method and Description |
---|---|
void |
_NamingContextExtStub.list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
The list operation allows a client to iterate through a set of
bindings in a naming context.
|
void |
NamingContextPOATie.list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
The list operation allows a client to iterate through a set of
bindings in a naming context.
|
void |
_NamingContextStub.list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
The list operation allows a client to iterate through a set of
bindings in a naming context.
|
void |
NamingContextExtPOATie.list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
The list operation allows a client to iterate through a set of
bindings in a naming context.
|
void |
NamingContextOperations.list(int how_many,
BindingListHolder bl,
BindingIteratorHolder bi)
The list operation allows a client to iterate through a set of
bindings in a naming context.
|
boolean |
_BindingIteratorStub.next_n(int how_many,
BindingListHolder bl)
This operation returns at most the requested number of bindings.
|
boolean |
BindingIteratorOperations.next_n(int how_many,
BindingListHolder bl)
This operation returns at most the requested number of bindings.
|
boolean |
BindingIteratorPOATie.next_n(int how_many,
BindingListHolder bl)
This operation returns at most the requested number of bindings.
|
Copyright © 2019 JBoss by Red Hat. All rights reserved.