|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.omg.CORBA.ServiceInformationHolder
public final class ServiceInformationHolder
A holder for the service information. This class is part of the service information support, but the 1.4 API specification states that this support should be not implemented.
| Field Summary | |
|---|---|
ServiceInformation |
value
A wrapped value. |
| Constructor Summary | |
|---|---|
ServiceInformationHolder()
Create an unitialised instance. |
|
ServiceInformationHolder(ServiceInformation initialValue)
Create the instance where the stored service information s intialised into the given value. |
|
| Method Summary | |
|---|---|
void |
_read(InputStream in)
Read the service information from the given CDR input stream. |
TypeCode |
_type()
Get the typecode of the service information. |
void |
_write(OutputStream out)
Write the stored service information into the given CDR output stream. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public ServiceInformation value
| Constructor Detail |
|---|
public ServiceInformationHolder()
public ServiceInformationHolder(ServiceInformation initialValue)
| Method Detail |
|---|
public void _read(InputStream in)
_read in interface Streamablein - the input stream to read from.public TypeCode _type()
_type in interface Streamablepublic void _write(OutputStream out)
_write in interface Streamableout - the output stream to write into.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||