Package com.ibm.cics.model
Interface ICICSObjectContainer<E extends ICICSObject>
-
- All Known Subinterfaces:
ICICSDefinitionContainer,ICICSResourceContainer,ICPSMConfigurationDefinitionContainer,ICPSMDefinitionContainer,ICPSMManagerContainer,ICSDDefinitionContainer
public interface ICICSObjectContainer<E extends ICICSObject>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description <T extends E>
ICICSObjectSet<T>getCICSObjectSet(ICICSType<T> type)com.ibm.cics.model.topology.CPSMgetCPSM()java.lang.StringgetDescription()<T extends E>
Tresolve(ICICSObjectReference<T> reference)
-
-
-
Method Detail
-
getDescription
java.lang.String getDescription()
-
getCICSObjectSet
<T extends E> ICICSObjectSet<T> getCICSObjectSet(ICICSType<T> type)
-
resolve
<T extends E> T resolve(ICICSObjectReference<T> reference) throws CICSActionException
- Throws:
CICSActionException
-
getCPSM
com.ibm.cics.model.topology.CPSM getCPSM()
-
-