org.japura.debug.tasks.executions
Class SessionExecutions
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<Execution>
org.japura.debug.tasks.executions.SessionExecutions
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<Execution>, Collection<Execution>, List<Execution>, RandomAccess
public class SessionExecutions
- extends ArrayList<Execution>
Copyright (C) 2013 Carlos Eduardo Leite de Andrade
This library is free software: you can redistribute it and/or modify it under
the terms of the GNU Lesser General Public License as published by the Free
Software Foundation, either version 3 of the License, or (at your option) any
later version.
This program is distributed in the hope that it will be useful, but WITHOUT
ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more
details.
You should have received a copy of the GNU Lesser General Public License
along with this program. If not, see www.gnu.org/licenses/
For more information, contact: www.japura.org
- Author:
- Carlos Eduardo Leite de Andrade
- See Also:
- Serialized Form
| Methods inherited from class java.util.ArrayList |
add, add, addAll, addAll, clear, clone, contains, ensureCapacity, get, indexOf, isEmpty, lastIndexOf, remove, remove, removeRange, set, size, toArray, toArray, trimToSize |
SessionExecutions
public SessionExecutions(String sessionId)
getSessionId
public String getSessionId()
Copyright © 2014. All rights reserved.