Class ServiceContexts
java.lang.Object
com.sun.corba.se.spi.servicecontext.ServiceContexts
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidvoiddelete(int scId) voidget(int scId) voidput(ServiceContext sc) Add a service context to the stream, if there is not already a service context in this object with the same id as sc.voidwrite(OutputStream os, GIOPVersion gv) Write the service contexts to the output stream.static void
-
Constructor Details
-
ServiceContexts
-
ServiceContexts
Read the Service contexts from the input stream.
-
-
Method Details
-
writeNullServiceContext
-
addAlignmentPadding
public void addAlignmentPadding() -
write
Write the service contexts to the output stream. If they haven't been unmarshaled, we don't have to unmarshal them. -
put
Add a service context to the stream, if there is not already a service context in this object with the same id as sc. -
delete
public void delete(int scId) -
delete
-
get
-
get
-