Modifier and Type | Optional Element and Description |
---|---|
String |
autoExport
the auto-export mode for the service.
|
Class<?>[] |
interfaces
the interfaces that the service should be advertised as supporting.
|
int |
ranking
the ranking value to use when advertising the service.
|
RegistrationListener[] |
registerationListeners
the registration listeners to be notified when the service is
registered and unregistered with the framework.
|
ServiceProperty[] |
serviceProperties
the user declared properties to be advertised with the service.
|
public abstract RegistrationListener[] registerationListeners
public abstract int ranking
service.ranking
service property.public abstract String autoExport
public abstract Class<?>[] interfaces
public abstract ServiceProperty[] serviceProperties
Copyright © 2024. All rights reserved.