Remote Systems
v6.4.1

com.ibm.etools.systems.subsystems
Interface ISubSystemConstants

All Known Implementing Classes:
SubSystemFactoryImpl

public interface ISubSystemConstants

Common constants used by the various subsystems.


Field Summary
static String Copyright
           
static Integer DEFAULT_PORT
          Default port number for subsystems: Integer(0)
static String SAVEFILE_FILTERS
          File where filters are saved: "filters.xmi"
static String SAVEFILE_SUBSYSTEMS
          File where subsystem instances are saved: "subsystems.xmi"
 

Field Detail

Copyright

public static final String Copyright
See Also:
Constant Field Values

DEFAULT_PORT

public static final Integer DEFAULT_PORT
Default port number for subsystems: Integer(0)


SAVEFILE_SUBSYSTEMS

public static final String SAVEFILE_SUBSYSTEMS
File where subsystem instances are saved: "subsystems.xmi"

See Also:
Constant Field Values

SAVEFILE_FILTERS

public static final String SAVEFILE_FILTERS
File where filters are saved: "filters.xmi"

See Also:
Constant Field Values

Remote Systems
v6.4.1

Copyright © 2005 IBM Corp. All Rights Reserved.

Note: This documentation is for part of an interim API that is still under development and expected to change significantly before reaching stability. It is being made available at this early stage to solicit feedback from pioneering adopters on the understanding that any code that uses this API will almost certainly be broken (repeatedly) as the API evolves.