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 Modifier and Type Interface Description static interface
ServiceContext.Factory
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description int
getId()
void
write(OutputStream s, GIOPVersion gv)
-
-
-
Method Detail
-
getId
int getId()
-
write
void write(OutputStream s, GIOPVersion gv)
-
-