|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectSOMA.network.ConnectionStore
Calsse che memorizza le
connessioni
fra place dello stesso dominio.
Constructor Summary | |
ConnectionStore()
|
Method Summary | |
void |
closeAllConnections()
|
Connection |
getConnection(PlaceID placeID)
|
void |
printConnections(java.io.PrintStream out)
|
Connection |
putConnection(PlaceID placeID,
Connection connection)
|
Connection |
removeConnection(PlaceID placeID)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public ConnectionStore()
Method Detail |
public Connection getConnection(PlaceID placeID)
public Connection putConnection(PlaceID placeID, Connection connection)
public Connection removeConnection(PlaceID placeID)
public void closeAllConnections()
public void printConnections(java.io.PrintStream out)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |