Rational Developer for Power Systems Software
V7.6

com.ibm.etools.iseries.subsystems.qsys.objects
Class QSYSObjectSubSystemConfiguration

java.lang.Object
  extended by SubSystemConfiguration
      extended by com.ibm.etools.iseries.subsystems.qsys.objects.QSYSObjectSubSystemConfiguration
All Implemented Interfaces:
IQSYSObjectSubSystemConfiguration

public class QSYSObjectSubSystemConfiguration
extends SubSystemConfiguration
implements IQSYSObjectSubSystemConfiguration

SubSystemConfiguration for QSYSObjectSubSystem.


Field Summary
static String CONFIGURATION_ID
           
static String copyright
           
 
Constructor Summary
QSYSObjectSubSystemConfiguration()
          Create a QSYSObjectSubSystemConfiguration.
 
Method Summary
protected  ISystemFilterPool createDefaultFilterPool(ISystemFilterPoolManager mgr)
           
 ISubSystem createSubSystemInternal(IHost host)
           
 IConnectorService getConnectorService(IHost host)
           
 IHost getCurrentConnection()
          Return current host for the subsystem.
 IQSYSObjectService getQSYSObjectService(IHost host)
          Get QSYS Object Service.
 IService getService(IHost host)
           
 Class getServiceImplType()
           
 Class getServiceType()
           
 String getTranslatedFilterTypeProperty(ISystemFilter selectedFilter)
           
 boolean showGenericShowInTableOnFilter()
          Return true if we should show the show in table action in the popup for the given element.
 boolean supportsNestedFilters()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

copyright

public static String copyright

CONFIGURATION_ID

public static final String CONFIGURATION_ID
See Also:
Constant Field Values
Constructor Detail

QSYSObjectSubSystemConfiguration

public QSYSObjectSubSystemConfiguration()
Create a QSYSObjectSubSystemConfiguration.

Method Detail

getConnectorService

public IConnectorService getConnectorService(IHost host)

createDefaultFilterPool

protected ISystemFilterPool createDefaultFilterPool(ISystemFilterPoolManager mgr)

createSubSystemInternal

public ISubSystem createSubSystemInternal(IHost host)

getTranslatedFilterTypeProperty

public String getTranslatedFilterTypeProperty(ISystemFilter selectedFilter)

getCurrentConnection

public IHost getCurrentConnection()
Return current host for the subsystem.


supportsNestedFilters

public boolean supportsNestedFilters()

getService

public IService getService(IHost host)

getQSYSObjectService

public final IQSYSObjectService getQSYSObjectService(IHost host)
Get QSYS Object Service.

Parameters:
host -
Returns:

getServiceImplType

public Class getServiceImplType()

getServiceType

public Class getServiceType()

showGenericShowInTableOnFilter

public boolean showGenericShowInTableOnFilter()
Return true if we should show the show in table action in the popup for the given element.


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.