|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Fields inherited from interface metaglue.Agent |
ALIVE, DIED, NO_METAGLUE, NOT_RUNNING, STARTING |
| Method Summary | |
void |
add(Object o)
|
void |
add(SongContainerElement s)
|
boolean |
clear()
|
SongContainer |
getCollection()
|
boolean |
remove(SongContainerElement el)
|
void |
setCollection(SongContainer dc)
|
void |
setConnection(ManagedConnection cnxn)
|
void |
setContainerAuthor(SongContainer d,
String author)
|
void |
setContainerTitle(SongContainer d,
String title)
|
void |
setSongAuthor(Song d,
String author)
|
void |
setSongDuration(Song s,
int d)
|
void |
setSongDuration(Song s,
String d)
|
void |
setSongTitle(Song d,
String title)
|
| Methods inherited from interface agentland.util.Good |
getHistory, getHistoryElement, resetHistory |
| Methods inherited from interface metaglue.Agent |
addMonitor, alive, getAgentID, getMetaglueAgentID, shutdown, startup, whereAreYou |
| Methods inherited from interface agentland.util.Spy |
tell |
| Method Detail |
public void setCollection(SongContainer dc)
throws RemoteException
public void setConnection(ManagedConnection cnxn)
throws RemoteException
public SongContainer getCollection()
throws RemoteException
public void setContainerTitle(SongContainer d,
String title)
throws RemoteException
public void setContainerAuthor(SongContainer d,
String author)
throws RemoteException
public void setSongTitle(Song d,
String title)
throws RemoteException
public void setSongAuthor(Song d,
String author)
throws RemoteException
public void setSongDuration(Song s,
int d)
throws RemoteException
public void setSongDuration(Song s,
String d)
throws RemoteException,
NumberFormatException
public void add(SongContainerElement s)
throws RemoteException
public void add(Object o)
throws RemoteException
public boolean clear()
throws RemoteException
public boolean remove(SongContainerElement el)
throws RemoteException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||