public class ActivationGroupData extends Object implements Serializable
ActivationGroupImpl, to control the
activation group's configuration. An instance of this is specified
in the ActivationGroupDesc for the group.| Modifier and Type | Field and Description |
|---|---|
private String[] |
config
The configuration options.
|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
ActivationGroupData(String[] config)
Constructs an instance with the specified
Configuration options, if any. |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getConfig()
Returns the configuration options, or
null. |
private static final long serialVersionUID
private final String[] config
public ActivationGroupData(String[] config)
Configuration options, if any.config - the configuration options, or nullpublic String[] getConfig()
null.nullCopyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.