public interface ICICSObjectListFactory<T extends ICICSObject>
| Modifier and Type | Method and Description |
|---|---|
void |
activate() |
void |
deactivate() |
T |
get(int index) |
java.util.List<T> |
get(int index,
int count) |
java.util.List<T> |
getAll() |
ICICSType<T> |
getCICSType() |
java.lang.String |
getDescription() |
int |
getSize() |
boolean |
isActivated() |
boolean isActivated()
void activate()
throws CICSActionException
CICSActionExceptionT get(int index) throws CICSActionException
CICSActionExceptionjava.util.List<T> get(int index, int count) throws CICSActionException
CICSActionExceptionvoid deactivate()
throws CICSActionException
CICSActionExceptionjava.util.List<T> getAll() throws CICSActionException
CICSActionExceptionint getSize()
java.lang.String getDescription()
Copyright ? 2008-2015 IBM Corp. All Rights Reserved.