|
|||||||||||
| 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.Sources
This class represents a list of sources. It's just a helper class.
| Constructor Summary | |
Sources()
Construct a Sources object |
|
| Method Summary | |
void |
add(Source src)
Add a source to the list |
Source |
get(java.lang.String name)
Get a source |
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 Sources()
| Method Detail |
public void add(Source src)
src - public Source get(java.lang.String name)
name - the name of the source to getpublic java.lang.String toString()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||