public interface ServiceContexts
| Modifier and Type | Method and Description |
|---|---|
ServiceContexts |
copy() |
void |
delete(int scId)
Remove the service context with the id, if any.
|
ServiceContext |
get(int scId)
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.
|
void write(OutputStream os, GIOPVersion gv)
void put(ServiceContext sc)
void delete(int scId)
ServiceContext get(int scId)
ServiceContexts copy()
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.