public class UnknownServiceContextImpl extends ServiceContextBase implements UnknownServiceContext
ServiceContext.Factoryin| Constructor and Description |
|---|
UnknownServiceContextImpl(int id,
byte[] data) |
UnknownServiceContextImpl(int id,
InputStream is) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
getData() |
int |
getId()
Returns Service context id.
|
void |
write(OutputStream os,
GIOPVersion gv)
Write the service context to an output stream.
|
void |
writeData(OutputStream os)
Writes the data used to represent the subclasses service context
into an encapsulation stream.
|
toStringpublic UnknownServiceContextImpl(int id,
byte[] data)
public UnknownServiceContextImpl(int id,
InputStream is)
public int getId()
ServiceContextBasegetId in interface ServiceContextgetId in class ServiceContextBasepublic void writeData(OutputStream os)
ServiceContextBasewriteData in class ServiceContextBasepublic void write(OutputStream os, GIOPVersion gv)
ServiceContextBasewrite in interface ServiceContextwrite in class ServiceContextBasepublic byte[] getData()
getData in interface UnknownServiceContextCopyright © 2017–2019 Eclipse Foundation. All rights reserved.