RSE
Release 3.0

org.eclipse.rse.core.model
Interface ISubSystemConfigurationCategories


public interface ISubSystemConfigurationCategories

Constants for predefined subsystem factory categories. Use these in calls to ISystemRegistry.getHostsBySubSystemConfigurationCategory(String) . This is a constant interface. The individual items should be referenced directly.


Field Summary
static String SUBSYSTEM_CATEGORY_CMDS
          Command subsystems
static String SUBSYSTEM_CATEGORY_FILES
          File subsystems
static String SUBSYSTEM_CATEGORY_JOBS
          Job subsystems
 

Field Detail

SUBSYSTEM_CATEGORY_JOBS

static final String SUBSYSTEM_CATEGORY_JOBS
Job subsystems

See Also:
Constant Field Values

SUBSYSTEM_CATEGORY_FILES

static final String SUBSYSTEM_CATEGORY_FILES
File subsystems

See Also:
Constant Field Values

SUBSYSTEM_CATEGORY_CMDS

static final String SUBSYSTEM_CATEGORY_CMDS
Command subsystems

See Also:
Constant Field Values

RSE
Release 3.0

Copyright (c) IBM Corporation and others 2000, 2008. All Rights Reserved.