public interface ServiceProviderRegistration extends AutoCloseable
Modifier and Type | Interface and Description |
---|---|
static interface |
ServiceProviderRegistration.Listener |
Modifier and Type | Method and Description |
---|---|
void |
close()
Indicates that this local can no longer provide this service.
|
Set<Node> |
getProviders()
Returns the set of nodes that can provide this service.
|
Object |
getService()
The provided service.
|
Object getService()
Set<Node> getProviders()
void close()
close
in interface AutoCloseable
Copyright © 2013 JBoss by Red Hat. All rights reserved.