Package org.wildfly.clustering
Interface Registration
-
- All Superinterfaces:
AutoCloseable
- All Known Subinterfaces:
ServiceProviderRegistration<T>
public interface Registration extends AutoCloseable
Encapsulates a registration.- Author:
- Paul Ferraro
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidclose()Removes this registration from the associatedRegistrar, after which this object is no longer functional.
-
-
-
Method Detail
-
close
void close()
Removes this registration from the associatedRegistrar, after which this object is no longer functional.- Specified by:
closein interfaceAutoCloseable
-
-