org.red5.server.war
Class RemotableList
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractList<E>
java.util.ArrayList<WebSettings>
org.red5.server.war.RemotableList
- All Implemented Interfaces:
- Serializable, Cloneable, Iterable<WebSettings>, Remote, Collection<WebSettings>, List<WebSettings>, RandomAccess, IRemotableList
public class RemotableList
- extends ArrayList<WebSettings>
- implements IRemotableList
- 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 |
RemotableList
public RemotableList()
addChild
public boolean addChild(WebSettings settings)
throws RemoteException
- Specified by:
addChild in interface IRemotableList
- Throws:
RemoteException
clearList
public void clearList()
throws RemoteException
- Specified by:
clearList in interface IRemotableList
- Throws:
RemoteException
getAt
public WebSettings getAt(int index)
throws RemoteException
- Specified by:
getAt in interface IRemotableList
- Throws:
RemoteException
indexOf
public int indexOf(WebSettings settings)
throws RemoteException
- Specified by:
indexOf in interface IRemotableList
- Throws:
RemoteException
hasChildren
public boolean hasChildren()
throws RemoteException
- Specified by:
hasChildren in interface IRemotableList
- Throws:
RemoteException
removeAt
public WebSettings removeAt(int index)
throws RemoteException
- Specified by:
removeAt in interface IRemotableList
- Throws:
RemoteException
numChildren
public int numChildren()
throws RemoteException
- Specified by:
numChildren in interface IRemotableList
- Throws:
RemoteException
Copyright © 2006-2007 the Red5 project.