agentland.device.intelliCD
Interface CollectionHandler
- All Superinterfaces:
- Agent, Good, Remote, Spy
- All Known Subinterfaces:
- SongListHandler
- All Known Implementing Classes:
- CollectionHandlerAgent
- public interface CollectionHandler
- extends Good
Methods inherited from interface agentland.util.Spy |
tell |
setCollection
public void setCollection(SongContainer dc)
throws RemoteException
setConnection
public void setConnection(ManagedConnection cnxn)
throws RemoteException
getCollection
public SongContainer getCollection()
throws RemoteException
setContainerTitle
public void setContainerTitle(SongContainer d,
String title)
throws RemoteException
setContainerAuthor
public void setContainerAuthor(SongContainer d,
String author)
throws RemoteException
setSongTitle
public void setSongTitle(Song d,
String title)
throws RemoteException
setSongAuthor
public void setSongAuthor(Song d,
String author)
throws RemoteException
setSongDuration
public void setSongDuration(Song s,
int d)
throws RemoteException
setSongDuration
public void setSongDuration(Song s,
String d)
throws RemoteException,
NumberFormatException
add
public void add(SongContainerElement s)
throws RemoteException
add
public void add(Object o)
throws RemoteException
clear
public boolean clear()
throws RemoteException
remove
public boolean remove(SongContainerElement el)
throws RemoteException