com.sun.jini.phoenix
Class ActivationGroupData
java.lang.Object
com.sun.jini.phoenix.ActivationGroupData
- All Implemented Interfaces:
- Serializable
public class ActivationGroupData
- extends Object
- implements Serializable
Initialization data for ActivationGroupImpl
, to control the
activation group's configuration. An instance of this is specified
in the ActivationGroupDesc
for the group.
- Since:
- 2.0
- Author:
- Sun Microsystems, Inc.
- See Also:
- Serialized Form
Method Summary |
String[] |
getConfig()
Returns the configuration options, or null . |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ActivationGroupData
public ActivationGroupData(String[] config)
- Constructs an instance with the specified
Configuration
options, if any.
- Parameters:
config
- the configuration options, or null
getConfig
public String[] getConfig()
- Returns the configuration options, or
null
.
- Returns:
- the configuration options, or
null
Copyright 2007, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.