@Target(value=ANNOTATION_TYPE)
@Retention(value=RUNTIME)
public @interface CreationInfo
Modifier and Type | Optional Element and Description |
---|---|
NameValue[] |
arguments
The argument values.
|
java.lang.String |
configuration
The configuration name.
|
IMonitoringService.PublishEventLevel |
monitoring
The monitoring flag.
|
java.lang.String |
name
The component name.
|
java.lang.String |
number
The number of components to start (parsed).
|
Boolean3 |
persistable
The persistable flag.
|
Boolean3 |
suspend
The suspend state.
|
Boolean3 |
synchronous
The synchronous flag.
|
java.lang.String |
type
The local component type.
|
public abstract Boolean3 suspend
public abstract Boolean3 synchronous
public abstract Boolean3 persistable
public abstract IMonitoringService.PublishEventLevel monitoring
public abstract java.lang.String number
public abstract NameValue[] arguments