org.red5.server.war
Interface IRemotableList
- All Superinterfaces:
- Remote
- All Known Implementing Classes:
- RemotableList
public interface IRemotableList
- extends Remote
addChild
boolean addChild(WebSettings settings)
throws RemoteException
- Throws:
RemoteException
clearList
void clearList()
throws RemoteException
- Throws:
RemoteException
getAt
WebSettings getAt(int index)
throws RemoteException
- Throws:
RemoteException
indexOf
int indexOf(WebSettings settings)
throws RemoteException
- Throws:
RemoteException
hasChildren
boolean hasChildren()
throws RemoteException
- Throws:
RemoteException
removeAt
WebSettings removeAt(int index)
throws RemoteException
- Throws:
RemoteException
numChildren
int numChildren()
throws RemoteException
- Throws:
RemoteException
Copyright © 2006-2007 the Red5 project.