@Target(value=ANNOTATION_TYPE) @Retention(value=RUNTIME) public @interface CreationInfo
Modifier and Type | Optional Element and Description |
---|---|
NameValue[] |
arguments
The argument values.
|
boolean |
autoshutdown
The autoshutdown flag.
|
String |
configuration
The configuration name.
|
boolean |
daemon
The daemon flag.
|
boolean |
master
The master flag.
|
String |
name
The component name.
|
String |
number
The number of components to start (parsed).
|
boolean |
suspend
The suspend state.
|
String |
type
The local component type.
|
public abstract boolean suspend
public abstract boolean master
public abstract boolean daemon
public abstract boolean autoshutdown
public abstract String name
public abstract String type
public abstract String configuration
public abstract String number
public abstract NameValue[] arguments
Copyright © 2013. All Rights Reserved.