![]() |
Spec-Zone .ru
спецификации, руководства, описания, API
|
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.omg.CosNaming.BindingHolder
Field Summary | |
Binding |
value
|
Constructor Summary | |
BindingHolder()
|
|
BindingHolder(Binding __arg)
|
Method Summary | |
void |
_read(InputStream in)
Reads data from istream and initalizes the
value field of the Holder with the unmarshalled data. |
TypeCode |
_type()
Retrieves the TypeCode object corresponding to the value
in the value field of the Holder. |
void |
_write(OutputStream out)
Marshals to ostream the value in the
value field of the Holder. |
Methods inherited from class java.lang.Object |
clone,
equals,
finalize,
getClass,
hashCode,
notify,
notifyAll,
toString,
wait,
wait,
wait |
Field Detail |
public Binding value
Constructor Detail |
public BindingHolder()
public BindingHolder(Binding __arg)
Method Detail |
public void _write(OutputStream out)
ostream
the value in the
value
field of the Holder.ostream
- the CDR OutputStreampublic void _read(InputStream in)
istream
and initalizes the
value
field of the Holder with the unmarshalled data.istream
- the InputStream that represents the CDR data from the wire.public TypeCode _type()
TypeCode
object corresponding to the value
in the value
field of the Holder.TypeCode
object for the value held in the holder
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |