|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectorg.omg.PortableServer.Servant
org.omg.CosPropertyService.PropertiesIteratorPOA
org.omg.CosPropertyService.PropertiesIteratorPOATie
public class PropertiesIteratorPOATie
A PropertySet maintains a set of name-value pairs. The
get_all_properties operation of the PropertySet
interface returns a sequence of Property structures
(Properties). If there are additional properties, the
get_all_properties operation returns an object supporting
the PropertiesIterator interface with the additional
properties.
The PropertiesIterator interface allows a client to
iterate through the name-value pairs using the next_one
or next_n operations.
| Constructor Summary | |
|---|---|
PropertiesIteratorPOATie(PropertiesIteratorOperations tieObject)
Constructor |
|
PropertiesIteratorPOATie(PropertiesIteratorOperations tieObject,
org.omg.PortableServer.POA poa)
Constructor |
|
| Method Summary | |
|---|---|
org.omg.PortableServer.POA |
_default_POA()
_default_POA method |
PropertiesIteratorOperations |
_delegate()
Get the delegate |
void |
_delegate(PropertiesIteratorOperations delegate_)
Set the delegate |
void |
destroy()
Operation destroy |
boolean |
next_n(int how_many,
PropertiesHolder nproperties)
Operation next_n |
boolean |
next_one(PropertyHolder aproperty)
Operation next_one |
void |
reset()
Operation reset |
| Methods inherited from class org.omg.CosPropertyService.PropertiesIteratorPOA |
|---|
_all_interfaces, _invoke, _this, _this |
| Methods inherited from class org.omg.PortableServer.Servant |
|---|
_get_delegate, _get_interface_def, _is_a, _non_existent, _object_id, _orb, _poa, _set_delegate, _this_object, _this_object |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesIteratorPOATie(PropertiesIteratorOperations tieObject)
public PropertiesIteratorPOATie(PropertiesIteratorOperations tieObject,
org.omg.PortableServer.POA poa)
| Method Detail |
|---|
public PropertiesIteratorOperations _delegate()
public void _delegate(PropertiesIteratorOperations delegate_)
public org.omg.PortableServer.POA _default_POA()
_default_POA in class org.omg.PortableServer.Servantpublic void reset()
public boolean next_one(PropertyHolder aproperty)
aproperty - the retrieved property is returned in the output
parameter.
true if a property name was retrieved.
public boolean next_n(int how_many,
PropertiesHolder nproperties)
how_many - the number of properties to retrieve.nproperties - the sequence of retrieved properties
is returned in the output parameter.
true if at least one property was retrieved.public void destroy()
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||