public class ORBVersionServiceContextImpl extends ServiceContextBase implements ORBVersionServiceContext
ServiceContext.Factory| Modifier and Type | Field and Description |
|---|---|
static ORBVersionServiceContext |
singleton |
inSERVICE_CONTEXT_ID| Constructor and Description |
|---|
ORBVersionServiceContextImpl() |
ORBVersionServiceContextImpl(InputStream is,
GIOPVersion gv) |
ORBVersionServiceContextImpl(ORBVersion ver) |
| Modifier and Type | Method and Description |
|---|---|
int |
getId()
Returns Service context id.
|
ORBVersion |
getVersion() |
String |
toString() |
void |
writeData(OutputStream os)
Writes the data used to represent the subclasses service context
into an encapsulation stream.
|
writeclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitwritepublic static final ORBVersionServiceContext singleton
public ORBVersionServiceContextImpl()
public ORBVersionServiceContextImpl(ORBVersion ver)
public ORBVersionServiceContextImpl(InputStream is, GIOPVersion gv)
public int getId()
ServiceContextBasegetId in interface ServiceContextgetId in class ServiceContextBasepublic void writeData(OutputStream os) throws SystemException
ServiceContextBasewriteData in class ServiceContextBaseSystemExceptionpublic ORBVersion getVersion()
getVersion in interface ORBVersionServiceContextpublic String toString()
toString in class ServiceContextBaseCopyright © 2017–2019 Eclipse Foundation. All rights reserved.