public interface ImportRegistration
RemoteServiceAdmin.importService(EndpointDescription) method.
When this Import Registration has been closed, all methods must return
null.| Modifier and Type | Method and Description |
|---|---|
void |
close()
Close this Import Registration.
|
Throwable |
getException()
Return the exception for any error during the import process.
|
ImportReference |
getImportReference()
Return the Import Reference for the imported service.
|
ImportReference getImportReference()
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 Import 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.