Remote Systems
v6.4.1

com.ibm.etools.systems.dftsubsystem.impl
Class DftsubsystemPackageImpl

java.lang.Object
  extended byEPackageImpl
      extended bycom.ibm.etools.systems.dftsubsystem.impl.DftsubsystemPackageImpl
All Implemented Interfaces:
DftsubsystemPackage

public class DftsubsystemPackageImpl
extends EPackageImpl
implements DftsubsystemPackage

An implementation of the model Package.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.systems.dftsubsystem.DftsubsystemPackage
DEFAULT_CMD_SUB_SYSTEM, DEFAULT_CMD_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES, DEFAULT_CMD_SUB_SYSTEM__ENV_VARS, DEFAULT_CMD_SUB_SYSTEM__FACTORY_ID, DEFAULT_CMD_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER, DEFAULT_CMD_SUB_SYSTEM__HIDDEN, DEFAULT_CMD_SUB_SYSTEM__IBM_ATTRIBUTES, DEFAULT_CMD_SUB_SYSTEM__NAME, DEFAULT_CMD_SUB_SYSTEM__PORT, DEFAULT_CMD_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER, DEFAULT_CMD_SUB_SYSTEM__USE_SSL, DEFAULT_CMD_SUB_SYSTEM__USER_ID, DEFAULT_CMD_SUB_SYSTEM__VENDOR_ATTRIBUTES, DEFAULT_CMD_SUB_SYSTEM_FACTORY, DEFAULT_CMD_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST, DEFAULT_CMD_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST, DEFAULT_CMD_SUB_SYSTEM_FACTORY_FEATURE_COUNT, DEFAULT_CMD_SUB_SYSTEM_FEATURE_COUNT, DEFAULT_FILE_SUB_SYSTEM, DEFAULT_FILE_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES, DEFAULT_FILE_SUB_SYSTEM__FACTORY_ID, DEFAULT_FILE_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER, DEFAULT_FILE_SUB_SYSTEM__HIDDEN, DEFAULT_FILE_SUB_SYSTEM__HOME_FOLDER, DEFAULT_FILE_SUB_SYSTEM__IBM_ATTRIBUTES, DEFAULT_FILE_SUB_SYSTEM__NAME, DEFAULT_FILE_SUB_SYSTEM__PORT, DEFAULT_FILE_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER, DEFAULT_FILE_SUB_SYSTEM__USE_SSL, DEFAULT_FILE_SUB_SYSTEM__USER_ID, DEFAULT_FILE_SUB_SYSTEM__VENDOR_ATTRIBUTES, DEFAULT_FILE_SUB_SYSTEM_FACTORY, DEFAULT_FILE_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST, DEFAULT_FILE_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST, DEFAULT_FILE_SUB_SYSTEM_FACTORY_FEATURE_COUNT, DEFAULT_FILE_SUB_SYSTEM_FEATURE_COUNT, DEFAULT_JOB_SUB_SYSTEM, DEFAULT_JOB_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES, DEFAULT_JOB_SUB_SYSTEM__FACTORY_ID, DEFAULT_JOB_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER, DEFAULT_JOB_SUB_SYSTEM__HIDDEN, DEFAULT_JOB_SUB_SYSTEM__IBM_ATTRIBUTES, DEFAULT_JOB_SUB_SYSTEM__NAME, DEFAULT_JOB_SUB_SYSTEM__PORT, DEFAULT_JOB_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER, DEFAULT_JOB_SUB_SYSTEM__USE_SSL, DEFAULT_JOB_SUB_SYSTEM__USER_ID, DEFAULT_JOB_SUB_SYSTEM__VENDOR_ATTRIBUTES, DEFAULT_JOB_SUB_SYSTEM_FACTORY, DEFAULT_JOB_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST, DEFAULT_JOB_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST, DEFAULT_JOB_SUB_SYSTEM_FACTORY_FEATURE_COUNT, DEFAULT_JOB_SUB_SYSTEM_FEATURE_COUNT, DEFAULT_SUB_SYSTEM, DEFAULT_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES, DEFAULT_SUB_SYSTEM__FACTORY_ID, DEFAULT_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER, DEFAULT_SUB_SYSTEM__HIDDEN, DEFAULT_SUB_SYSTEM__IBM_ATTRIBUTES, DEFAULT_SUB_SYSTEM__NAME, DEFAULT_SUB_SYSTEM__PORT, DEFAULT_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER, DEFAULT_SUB_SYSTEM__USE_SSL, DEFAULT_SUB_SYSTEM__USER_ID, DEFAULT_SUB_SYSTEM__VENDOR_ATTRIBUTES, DEFAULT_SUB_SYSTEM_FACTORY, DEFAULT_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST, DEFAULT_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST, DEFAULT_SUB_SYSTEM_FACTORY_FEATURE_COUNT, DEFAULT_SUB_SYSTEM_FEATURE_COUNT, eINSTANCE, eNAME, eNS_PREFIX, eNS_URI
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 EClass getDefaultCmdSubSystem()
           
 EClass getDefaultCmdSubSystemFactory()
           
 EClass getDefaultFileSubSystem()
           
 EClass getDefaultFileSubSystemFactory()
           
 EClass getDefaultJobSubSystem()
           
 EClass getDefaultJobSubSystemFactory()
           
 EClass getDefaultSubSystem()
           
 EClass getDefaultSubSystemFactory()
           
 DftsubsystemFactory getDftsubsystemFactory()
           
static DftsubsystemPackage init()
          Creates, registers, and initializes the Package for this model, and for any others upon which it depends.
 void initializePackageContents()
          Complete the initialization of the package and its meta-model.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static final String copyright

See Also:
Constant Field Values
Method Detail

init

public static DftsubsystemPackage init()
Creates, registers, and initializes the Package for this model, and for any others upon which it depends. Simple dependencies are satisfied by calling this method on all dependent packages before doing anything else. This method drives initialization for interdependent packages directly, in parallel with this package, itself.

Of this package and its interdependencies, all packages which have not yet been registered by their URI values are first created and registered. The packages are then initialized in two steps: meta-model objects for all of the packages are created before any are initialized, since one package's meta-model objects may refer to those of another.

Invocation of this method will not affect any packages that have already been initialized.

See Also:
DftsubsystemPackage.eNS_URI, createPackageContents(), initializePackageContents()

getDefaultSubSystemFactory

public EClass getDefaultSubSystemFactory()

Specified by:
getDefaultSubSystemFactory in interface DftsubsystemPackage
Returns:
the meta object for class 'Default Sub System Factory'.
See Also:
DefaultSubSystemFactory

getDefaultCmdSubSystemFactory

public EClass getDefaultCmdSubSystemFactory()

Specified by:
getDefaultCmdSubSystemFactory in interface DftsubsystemPackage
Returns:
the meta object for class 'Default Cmd Sub System Factory'.
See Also:
DefaultCmdSubSystemFactory

getDefaultJobSubSystemFactory

public EClass getDefaultJobSubSystemFactory()

Specified by:
getDefaultJobSubSystemFactory in interface DftsubsystemPackage
Returns:
the meta object for class 'Default Job Sub System Factory'.
See Also:
DefaultJobSubSystemFactory

getDefaultFileSubSystemFactory

public EClass getDefaultFileSubSystemFactory()

Specified by:
getDefaultFileSubSystemFactory in interface DftsubsystemPackage
Returns:
the meta object for class 'Default File Sub System Factory'.
See Also:
DefaultFileSubSystemFactory

getDefaultSubSystem

public EClass getDefaultSubSystem()

Specified by:
getDefaultSubSystem in interface DftsubsystemPackage
Returns:
the meta object for class 'Default Sub System'.
See Also:
DefaultSubSystem

getDefaultCmdSubSystem

public EClass getDefaultCmdSubSystem()

Specified by:
getDefaultCmdSubSystem in interface DftsubsystemPackage
Returns:
the meta object for class 'Default Cmd Sub System'.
See Also:
DefaultCmdSubSystem

getDefaultJobSubSystem

public EClass getDefaultJobSubSystem()

Specified by:
getDefaultJobSubSystem in interface DftsubsystemPackage
Returns:
the meta object for class 'Default Job Sub System'.
See Also:
DefaultJobSubSystem

getDefaultFileSubSystem

public EClass getDefaultFileSubSystem()

Specified by:
getDefaultFileSubSystem in interface DftsubsystemPackage
Returns:
the meta object for class 'Default File Sub System'.
See Also:
DefaultFileSubSystem

getDftsubsystemFactory

public DftsubsystemFactory getDftsubsystemFactory()

Specified by:
getDftsubsystemFactory in interface DftsubsystemPackage
Returns:
the factory that creates the instances of the model.

createPackageContents

public void createPackageContents()
Creates the meta-model objects for the package. This method is guarded to have no affect on any invocation but its first.


initializePackageContents

public void initializePackageContents()
Complete the initialization of the package and its meta-model. This method is guarded to have no affect on any invocation but its first.


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.