@Documented @Target(value=TYPE) @Retention(value=RUNTIME) public @interface Service
| Modifier and Type | Required Element and Description |
|---|---|
String |
name
the service name
|
Class<? extends javax.slee.Sbb> |
rootSbb
the ref to the root sbb
|
String |
vendor
the service vendor
|
String |
version
the service version
|
| Modifier and Type | Optional Element and Description |
|---|---|
String |
addressProfileTable
optional, the address profile table
|
byte |
defaultPriority
the default priority, 0 if not defined
|
ServiceConfigProperties[] |
properties
optional, overriding sbb config properties
|
public abstract String name
public abstract String vendor
public abstract String version
public abstract Class<? extends javax.slee.Sbb> rootSbb
public abstract byte defaultPriority
public abstract String addressProfileTable
public abstract ServiceConfigProperties[] properties
Copyright © 2016. All Rights Reserved.