Method Summary |
|
public synchronized Object | pcmf_addCluster(String xSource, String xCluster) |
public synchronized void | pcmf_addSource(String xSource) |
public synchronized void | pcmf_addSourceReNew(String xSource) |
public synchronized void | pcmf_addSourceURIReNew(String xSource) |
public synchronized void | pcmf_cleanCluster(String xSource, String xCluster) |
public boolean | pcmf_existsCluster(String xSource, String xCluster) |
public synchronized Iterator | pcmf_getClusterKeys() |
public synchronized Iterator | pcmf_getClusterKeys(String xSource) |
public synchronized Iterator | pcmf_getKeys(String Source, String xCluster) |
public synchronized Iterator | pcmf_getKeys(String xCluster) |
public synchronized Object | pcmf_getParameter(String xSource, String xCluster, String xKey) |
public synchronized Object | pcmf_getParameter(String xCluster, String xKey) |
public synchronized Object | pcmf_getParameter(String xKey) |
public synchronized String | pcmf_getParameterString(String xSource, String xCluster, String xKey) |
public synchronized String | pcmf_getParameterString(String xCluster, String xKey) |
public synchronized String | pcmf_getParameterString(String xKey) |
public synchronized Object | pcmf_removeCluster(String xSource, String xCluster) |
public synchronized Object | pcmf_removeParameter(String xSource, String xCluster, String xKey) |
public synchronized void | pcmf_removeSource(String xSource) |
public synchronized void | pcmf_setActiveSource(String xSource) |
public synchronized Object | pcmf_setParameter(String xKey, Object xValue) |
public synchronized Object | pcmf_setParameter(String xCluster, String xKey, Object xValue) |
public synchronized Object | pcmf_setParameter(String xSource, String xCluster, String xKey, Object xValue) |
public synchronized int | pcmf_setRoot(String xSource, String xCluster) |
public synchronized void | pcmf_setSource(String xSource) |
public synchronized void | pcmf_setSourceURI(String xSource) |
public synchronized String | toString() |