| |
|
| org.cougaar.planning.plugin.legacy.SimplePlugin org.cougaar.mlm.plugin.DMPIClusterStartup
DMPIClusterStartup | final public class DMPIClusterStartup extends SimplePlugin implements LDMPluginServesLDM(Code) | | This Data Management Plugin class reads a .ini file and creates a Cluster'
startup data. For the moment the Plugin only instantiates the LDM
classes of interest to this Cluster.
|
Constructor Summary | |
public | DMPIClusterStartup() The public constructor wiht no args to set the default values. | public | DMPIClusterStartup(String fileName) The public constructor that enables the user to set the sepecific file to use in startup. |
DMPIClusterStartup | public DMPIClusterStartup()(Code) | | The public constructor wiht no args to set the default values.
|
DMPIClusterStartup | public DMPIClusterStartup(String fileName)(Code) | | The public constructor that enables the user to set the sepecific file to use in startup.
|
execute | protected void execute()(Code) | | |
getFileName | public String getFileName()(Code) | | Accessor for theFileName.
String The object currently referenced by theFileName variable |
setupSubscriptions | protected void setupSubscriptions()(Code) | | Load the data from the file synchronously.
We'll not actually do anything later on.
|
|
|
|