Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.services.qsys.api
Interface IQSYSFactory

All Superinterfaces:
IISeriesHostListBaseFactory, IISeriesHostListObjectFactory, IISeriesHostObjectFactory
All Known Implementing Classes:
QSYSHostFactory, QSYSRemoteFactory

public interface IQSYSFactory
extends IISeriesHostListObjectFactory

Factory class for creating QSYS model objects.


Field Summary
static String copyright
           
 
Fields inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListObjectFactory
Copyright
 
Method Summary
 IQSYSDataMember createDataMember()
          Create a data member
 IQSYSLibrary createLibraryObject()
          Create a new IQSYSLibraryObject
 IQSYSMessageDescription createMessageDescription()
          Create a message description object
 IQSYSObject createObject(String type, String attribute)
          Create a new IQSYSObject
 IQSYSSourceMember createSourceMember()
          Create a source member
 
Methods inherited from interface com.ibm.etools.iseries.comm.interfaces.IISeriesHostListObjectFactory
createIFSFolderObject, wantToIncludeSize
 

Field Detail

copyright

static final String copyright
See Also:
Constant Field Values
Method Detail

createLibraryObject

IQSYSLibrary createLibraryObject()
Create a new IQSYSLibraryObject

Specified by:
createLibraryObject in interface IISeriesHostListObjectFactory

createObject

IQSYSObject createObject(String type,
                         String attribute)
Create a new IQSYSObject

Specified by:
createObject in interface IISeriesHostObjectFactory
Parameters:
type - The type of object requested.
attribute - The attribute of the object requested. The attribute may be null.

createSourceMember

IQSYSSourceMember createSourceMember()
Create a source member

Specified by:
createSourceMember in interface IISeriesHostListObjectFactory

createDataMember

IQSYSDataMember createDataMember()
Create a data member

Specified by:
createDataMember in interface IISeriesHostListObjectFactory

createMessageDescription

IQSYSMessageDescription createMessageDescription()
Create a message description object


Rational Developer for Power Systems Software
V7.6

Copyright © 2011 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.