public class ORBVersionServiceContext extends ServiceContext
| Modifier and Type | Field and Description |
|---|---|
static int |
SERVICE_CONTEXT_ID |
in| Constructor and Description |
|---|
ORBVersionServiceContext() |
ORBVersionServiceContext(InputStream is,
GIOPVersion gv) |
ORBVersionServiceContext(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.
|
writepublic static final int SERVICE_CONTEXT_ID
public ORBVersionServiceContext()
public ORBVersionServiceContext(ORBVersion ver)
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
public int getId()
ServiceContextgetId in class ServiceContextpublic void writeData(OutputStream os) throws SystemException
ServiceContextwriteData in class ServiceContextSystemExceptionpublic ORBVersion getVersion()
public String toString()
toString in class ServiceContextCopyright © 2018 JBoss by Red Hat. All rights reserved.