equal
deleted
inserted
replaced
92 * For an example of the use of <code>CARD_INSERTION</code>, |
92 * For an example of the use of <code>CARD_INSERTION</code>, |
93 * see {@link #waitForChange}. |
93 * see {@link #waitForChange}. |
94 * |
94 * |
95 * @param state the State |
95 * @param state the State |
96 * @return an unmodifiable list of all terminals matching the specified |
96 * @return an unmodifiable list of all terminals matching the specified |
97 * attribute. |
97 * state. |
98 * |
98 * |
99 * @throws NullPointerException if attr is null |
99 * @throws NullPointerException if state is null |
100 * @throws CardException if the card operation failed |
100 * @throws CardException if the card operation failed |
101 */ |
101 */ |
102 public abstract List<CardTerminal> list(State state) throws CardException; |
102 public abstract List<CardTerminal> list(State state) throws CardException; |
103 |
103 |
104 /** |
104 /** |