RSE
Release 1.0

org.eclipse.rse.core.model
Interface ISubSystemConfigurationCategories


public interface ISubSystemConfigurationCategories

Constants for pre-defined subsystem factory categories. Use these in calls to org.eclipse.rse.model.ISystemRegistry#getHostsBySubSystemConfigurationCategory(String).


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

public static final String SUBSYSTEM_CATEGORY_JOBS
Job subsystems

See Also:
Constant Field Values

SUBSYSTEM_CATEGORY_FILES

public static final String SUBSYSTEM_CATEGORY_FILES
File subsystems

See Also:
Constant Field Values

SUBSYSTEM_CATEGORY_CMDS

public static final String SUBSYSTEM_CATEGORY_CMDS
Command subsystems

See Also:
Constant Field Values

RSE
Release 1.0

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