public class ServiceContextsImpl extends Object implements ServiceContexts
| Constructor and Description |
|---|
ServiceContextsImpl(InputStream s)
Read the Service contexts from the input stream.
|
ServiceContextsImpl(ORB orb) |
| Modifier and Type | Method and Description |
|---|---|
ServiceContexts |
copy()
send back a shallow copy of the ServiceContexts container
|
void |
delete(int scId)
Remove the service context with the id, if any.
|
ServiceContext |
get(int id)
Return the service context with scId, or null if not
found.
|
void |
put(ServiceContext sc)
Add a service context.
|
void |
write(OutputStream os,
GIOPVersion gv)
Write the service contexts to the output stream.
|
public ServiceContextsImpl(ORB orb)
public ServiceContextsImpl(InputStream s)
public void write(OutputStream os, GIOPVersion gv)
write in interface ServiceContextspublic void put(ServiceContext sc)
ServiceContextsput in interface ServiceContextspublic void delete(int scId)
ServiceContextsdelete in interface ServiceContextspublic ServiceContext get(int id)
ServiceContextsget in interface ServiceContextspublic ServiceContexts copy()
copy in interface ServiceContextsCopyright © 2017–2019 Eclipse Foundation. All rights reserved.