Class ServiceContexts

java.lang.Object
com.sun.corba.se.spi.servicecontext.ServiceContexts

public class ServiceContexts extends Object
  • Constructor Details

    • ServiceContexts

      public ServiceContexts(ORB orb)
    • ServiceContexts

      public ServiceContexts(InputStream s)
      Read the Service contexts from the input stream.
  • Method Details

    • writeNullServiceContext

      public static void writeNullServiceContext(OutputStream os)
    • addAlignmentPadding

      public void addAlignmentPadding()
    • write

      public void write(OutputStream os, GIOPVersion gv)
      Write the service contexts to the output stream. If they haven't been unmarshaled, we don't have to unmarshal them.
    • put

      public void put(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.
    • delete

      public void delete(int scId)
    • delete

      public void delete(Integer id)
    • get

      public ServiceContext get(int scId)
    • get

      public ServiceContext get(Integer id)