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
CICSActionException
T get(int index) throws CICSActionException
CICSActionException
java.util.List<T> get(int index, int count) throws CICSActionException
CICSActionException
void deactivate() throws CICSActionException
CICSActionException
java.util.List<T> getAll() throws CICSActionException
CICSActionException
int getSize()
java.lang.String getDescription()
Copyright © 2008-2013 IBM Corp. All Rights Reserved.