public interface ExportRegistration
RemoteServiceAdmin.exportService(ServiceReference,Map) method.
When this Export Registration has been closed, all methods must return
null.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Delete the local endpoint and disconnect any remote distribution
providers.
|
Throwable |
getException()
Return the exception for any error during the export process.
|
ExportReference |
getExportReference()
Return the Export Reference for the exported service.
|
ExportReference getExportReference()
IllegalStateException - When this registration was not properly
initialized. See getException().void close()
null.
This method has no effect when this registration has already been closed
or is being closed.Throwable getException()
null.
The error must be set before this Export Registration is returned.
Asynchronously occurring errors must be reported to the log.null if no exception occurred.Copyright © 2018 JBoss by Red Hat. All rights reserved.