Interface ServiceContext
- All Known Subinterfaces:
CodeSetServiceContext
,MaxStreamFormatVersionServiceContext
,ORBVersionServiceContext
,SendingContextServiceContext
,UEInfoServiceContext
,UnknownServiceContext
- All Known Implementing Classes:
CodeSetServiceContextImpl
,MaxStreamFormatVersionServiceContextImpl
,ORBVersionServiceContextImpl
,SendingContextServiceContextImpl
,UEInfoServiceContextImpl
,UnknownServiceContextImpl
public interface ServiceContext
Base class for all ServiceContext classes.
There is a derived ServiceContext class for each service context that
the ORB supports. Each subclass encapsulates the representation of
the service context and provides any needed methods for manipulating
the service context.
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.
-
Nested Class Summary
Nested Classes -
Method Summary
-
Method Details
-
getId
int getId() -
write
-