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. |
private static final long serialVersionUID
private final String[] config
public ActivationGroupData(String[] config)
Configuration
options, if any.config
- the configuration options, or null
public String[] getConfig()
null
.null
Copyright 2007-2013, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.