|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |
@Target(value=TYPE) @Retention(value=RUNTIME) public @interface Service
Optional Element Summary | |
---|---|
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
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: REQUIRED | OPTIONAL | DETAIL: ELEMENT |