public class ServiceExportsRepository
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
ServiceExportsRepository(RemoteServiceAdmin rsa,
EndpointListenerNotifier notifier) |
| Modifier and Type | Method and Description |
|---|---|
void |
addService(<any> sref,
java.util.Collection<ExportRegistration> exports) |
void |
close() |
java.util.List<EndpointDescription> |
getAllEndpoints() |
void |
modifyService(<any> sref) |
void |
removeService(<any> sref) |
public ServiceExportsRepository(RemoteServiceAdmin rsa,
EndpointListenerNotifier notifier)
public void close()
close in interface java.io.Closeableclose in interface java.lang.AutoCloseablepublic void addService(<any> sref,
java.util.Collection<ExportRegistration> exports)
public void modifyService(<any> sref)
public void removeService(<any> sref)
public java.util.List<EndpointDescription> getAllEndpoints()
Data In Motion Consulting GmbH