public abstract class ServiceContext extends Object
The subclass can be constructed either directly from the service context representation, or by reading the representation from an input stream. These cases are needed when the service context is created and written to the request or reply, and when the service context is read from the received request or reply.
| Modifier and Type | Method and Description |
|---|---|
abstract int |
getId()
Returns Service context id.
|
String |
toString() |
void |
write(OutputStream s,
GIOPVersion gv)
Write the service context to an output stream.
|
public abstract int getId()
public void write(OutputStream s, GIOPVersion gv) throws SystemException
SystemExceptionCopyright © 2020 ADDC Infotech GmbH. All rights reserved.