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.
|
write
public static final int SERVICE_CONTEXT_ID
public ORBVersionServiceContext()
public ORBVersionServiceContext(ORBVersion ver)
public ORBVersionServiceContext(InputStream is, GIOPVersion gv)
public int getId()
ServiceContext
getId
in class ServiceContext
public void writeData(OutputStream os) throws SystemException
ServiceContext
writeData
in class ServiceContext
SystemException
public ORBVersion getVersion()
public String toString()
toString
in class ServiceContext
Copyright © 2016 JBoss by Red Hat. All rights reserved.