public class ServiceContexts extends Object
Constructor and Description |
---|
ServiceContexts(InputStream s)
Read the Service contexts from the input stream.
|
ServiceContexts(ORB orb) |
Modifier and Type | Method and Description |
---|---|
void |
addAlignmentPadding() |
void |
delete(int scId) |
void |
delete(Integer id) |
ServiceContext |
get(int scId) |
ServiceContext |
get(Integer id) |
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.
|
void |
write(OutputStream os,
GIOPVersion gv)
Write the service contexts to the output stream.
|
static void |
writeNullServiceContext(OutputStream os) |
public ServiceContexts(ORB orb)
public ServiceContexts(InputStream s)
public static void writeNullServiceContext(OutputStream os)
public void addAlignmentPadding()
public void write(OutputStream os, GIOPVersion gv)
public void put(ServiceContext sc)
public void delete(int scId)
public void delete(Integer id)
public ServiceContext get(int scId)
public ServiceContext get(Integer id)
Copyright © 2021 JBoss by Red Hat. All rights reserved.