org.opensync.engine.server
Class Synchronizations

java.lang.Object
  extended byjava.util.Dictionary
      extended byjava.util.Hashtable
          extended byorg.opensync.engine.server.Synchronizations
All Implemented Interfaces:
java.lang.Cloneable, java.util.Map, java.io.Serializable

public class Synchronizations
extends java.util.Hashtable

This class represents a list of synchronization. It's just a helper class.

See Also:
Serialized Form

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

Synchronizations

public Synchronizations()
Construct a Synchronizations object

Method Detail

add

public void add(Synchronization sync)
Add a synchronization to the list

Parameters:
sync - the synchornization to add

get

public Synchronization get(java.lang.String name)
Get a synchronization

Parameters:
name - the name of the synchronization to get

toString

public java.lang.String toString()
Use for debug only



Copyright © 2004 sourceforge. All Rights Reserved.