org.red5.server.war
Interface IRemotableList

All Superinterfaces:
Remote
All Known Implementing Classes:
RemotableList

public interface IRemotableList
extends Remote


Method Summary
 boolean addChild(WebSettings settings)
           
 void clearList()
           
 WebSettings getAt(int index)
           
 boolean hasChildren()
           
 int indexOf(WebSettings settings)
           
 int numChildren()
           
 WebSettings removeAt(int index)
           
 

Method Detail

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.