com.sun.jini.phoenix
Class ActivationGroupData

java.lang.Object
  extended by 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

Field Summary
private  String[] config
          The configuration options.
private static long serialVersionUID
           
 
Constructor Summary
ActivationGroupData(String[] config)
          Constructs an instance with the specified Configuration options, if any.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

config

private final String[] config
The configuration options.

Constructor Detail

ActivationGroupData

public ActivationGroupData(String[] config)
Constructs an instance with the specified Configuration options, if any.

Parameters:
config - the configuration options, or null
Method Detail

getConfig

public String[] getConfig()
Returns the configuration options, or null.

Returns:
the configuration options, or null


Copyright 2007-2010, multiple authors.
Licensed under the Apache License, Version 2.0, see the NOTICE file for attributions.