Remote Systems
v6.4.1

com.ibm.etools.systems.universaljobsubsys.impl
Class UniversaljobsubsysPackageImpl

java.lang.Object
  extended byEPackageImpl
      extended bycom.ibm.etools.systems.universaljobsubsys.impl.UniversaljobsubsysPackageImpl
All Implemented Interfaces:
UniversaljobsubsysPackage

public class UniversaljobsubsysPackageImpl
extends EPackageImpl
implements UniversaljobsubsysPackage

An implementation of the model Package.

See Also:
Serialized Form

Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.systems.universaljobsubsys.UniversaljobsubsysPackage
eINSTANCE, eNAME, eNS_PREFIX, eNS_URI, UNIVERSAL_JOB_SUB_SYSTEM, UNIVERSAL_JOB_SUB_SYSTEM__ADDITIONAL_ATTRIBUTES, UNIVERSAL_JOB_SUB_SYSTEM__FACTORY_ID, UNIVERSAL_JOB_SUB_SYSTEM__FILTER_POOL_REFERENCE_MANAGER, UNIVERSAL_JOB_SUB_SYSTEM__HIDDEN, UNIVERSAL_JOB_SUB_SYSTEM__IBM_ATTRIBUTES, UNIVERSAL_JOB_SUB_SYSTEM__NAME, UNIVERSAL_JOB_SUB_SYSTEM__PORT, UNIVERSAL_JOB_SUB_SYSTEM__REMOTE_SERVER_LAUNCHER, UNIVERSAL_JOB_SUB_SYSTEM__USE_SSL, UNIVERSAL_JOB_SUB_SYSTEM__USER_ID, UNIVERSAL_JOB_SUB_SYSTEM__VENDOR_ATTRIBUTES, UNIVERSAL_JOB_SUB_SYSTEM_FACTORY, UNIVERSAL_JOB_SUB_SYSTEM_FACTORY__FILTER_POOL_MANAGER_LIST, UNIVERSAL_JOB_SUB_SYSTEM_FACTORY__SUB_SYSTEM_LIST, UNIVERSAL_JOB_SUB_SYSTEM_FACTORY_FEATURE_COUNT, UNIVERSAL_JOB_SUB_SYSTEM_FEATURE_COUNT
 
Method Summary
 void createPackageContents()
          Creates the meta-model objects for the package.
 UniversaljobsubsysFactory getUniversaljobsubsysFactory()
           
 EClass getUniversalJobSubSystem()
           
 EClass getUniversalJobSubSystemFactory()
           
static UniversaljobsubsysPackage 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 UniversaljobsubsysPackage 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:
UniversaljobsubsysPackage.eNS_URI, createPackageContents(), initializePackageContents()

getUniversalJobSubSystemFactory

public EClass getUniversalJobSubSystemFactory()

Specified by:
getUniversalJobSubSystemFactory in interface UniversaljobsubsysPackage
Returns:
the meta object for class 'Universal Job Sub System Factory'.
See Also:
UniversalJobSubSystemFactory

getUniversalJobSubSystem

public EClass getUniversalJobSubSystem()

Specified by:
getUniversalJobSubSystem in interface UniversaljobsubsysPackage
Returns:
the meta object for class 'Universal Job Sub System'.
See Also:
UniversalJobSubSystem

getUniversaljobsubsysFactory

public UniversaljobsubsysFactory getUniversaljobsubsysFactory()

Specified by:
getUniversaljobsubsysFactory in interface UniversaljobsubsysPackage
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.