Package com.ibm.cics.model
Interface ICICSObjectListFactory<T extends ICICSObject>
-
public interface ICICSObjectListFactory<T extends ICICSObject>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidactivate()voiddeactivate()Tget(int index)java.util.List<T>get(int index, int count)java.util.List<T>getAll()ICICSType<T>getCICSType()java.lang.StringgetDescription()intgetSize()booleanisActivated()
-
-
-
Method Detail
-
isActivated
boolean isActivated()
-
activate
void activate() throws CICSActionException- Throws:
CICSActionException
-
get
T get(int index) throws CICSActionException
- Throws:
CICSActionException
-
get
java.util.List<T> get(int index, int count) throws CICSActionException
- Throws:
CICSActionException
-
deactivate
void deactivate() throws CICSActionException- Throws:
CICSActionException
-
getAll
java.util.List<T> getAll() throws CICSActionException
- Throws:
CICSActionException
-
getSize
int getSize()
-
getDescription
java.lang.String getDescription()
-
-