Package com.ibm.cics.model
Interface ICICSResourceContainer
-
- All Superinterfaces:
ICICSObjectContainer<ICICSResource>
public interface ICICSResourceContainer extends ICICSObjectContainer<ICICSResource>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description com.ibm.cics.model.topology.CICSplex
getCICSplex()
com.ibm.cics.model.topology.CSDRepository
getCSDCICSDefinitionContainer()
ICSDDefinitionContainer
getCSDCSDDefinitionContainer()
java.lang.String
getName()
-
Methods inherited from interface com.ibm.cics.model.ICICSObjectContainer
getCICSObjectSet, getCPSM, getDescription, resolve
-
-
-
-
Method Detail
-
getCSDCICSDefinitionContainer
com.ibm.cics.model.topology.CSDRepository getCSDCICSDefinitionContainer()
-
getCSDCSDDefinitionContainer
ICSDDefinitionContainer getCSDCSDDefinitionContainer()
-
getCICSplex
com.ibm.cics.model.topology.CICSplex getCICSplex()
-
getName
java.lang.String getName()
-
-