|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectjava.util.Dictionary
java.util.Hashtable
org.opensync.engine.server.Synchronizations
This class represents a list of synchronization. It's just a helper class.
| Constructor Summary | |
Synchronizations()
Construct a Synchronizations object |
|
| Method Summary | |
void |
add(Synchronization sync)
Add a synchronization to the list |
Synchronization |
get(java.lang.String name)
Get a synchronization |
java.lang.String |
toString()
Use for debug only |
| Methods inherited from class java.util.Hashtable |
clear, clone, contains, containsKey, containsValue, elements, entrySet, equals, get, hashCode, isEmpty, keys, keySet, put, putAll, rehash, remove, size, values |
| Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Synchronizations()
| Method Detail |
public void add(Synchronization sync)
sync - the synchornization to addpublic Synchronization get(java.lang.String name)
name - the name of the synchronization to getpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||