|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.waveset.object.SourceManager
This is the interface to create and manage synchronization events. Events come in from multiple sources - authoritative feeds, listeners, reconciliation, etc. // GPC: The way I read it, SourceManager allows you to start, stop // and see the progress of the SourceAdapterTask on a particular resource.
Field Summary | |
static java.lang.String |
code_id
Deprecated. |
protected static Trace |
trace
Deprecated. |
Constructor Summary | |
SourceManager()
Deprecated. |
Method Summary | |
static java.lang.String |
getResourceStatus(java.lang.String resourceName)
Deprecated. - Get view "SourceAdapterManageViewer".
|
static SourceManager |
getSourceManager(java.lang.Object repo,
java.lang.Object cache,
java.lang.Object access,
java.lang.Object taskman)
Deprecated. - Use view "SourceAdapterManageViewer" NOTE: The signature of this method has been changed so that its arguments no longer refer to IDM server classes. Since this method is static, callers must be recompiled. |
static void |
shutdown()
Deprecated. Called by server shutdown to clean up instance. |
static boolean |
startResource(java.lang.String resourceName)
Deprecated. - Use SessionUtil#startActiveSyncOnResource or checkin view "SourceAdapterManageViewer". |
static boolean |
stopResource(java.lang.String resourceName)
Deprecated. - Use SessionUtil#stopActiveSyncOnResource or checkin view "SourceAdapterManageViewer". |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final java.lang.String code_id
protected static final Trace trace
Constructor Detail |
public SourceManager()
Method Detail |
public static SourceManager getSourceManager(java.lang.Object repo, java.lang.Object cache, java.lang.Object access, java.lang.Object taskman) throws WavesetException
NOTE: The signature of this method has been changed so that its arguments no longer refer to IDM server classes. Since this method is static, callers must be recompiled.
WavesetException
public static void shutdown()
public static java.lang.String getResourceStatus(java.lang.String resourceName)
String activeSyncStatus = null;
Map options = new HashMap();
options.put(SourceAdapterManageViewer.OP_SOURCE_ADAPTER, resource.getId());
options.put(SourceAdapterManageViewer.OP_STATUS, Boolean.TRUE);
GenericObject view = s.getView("SourceAdapterManageViewer", options);
if (view!=null) {
activeSyncStatus = (String)view.get(SourceAdapterManageViewer.ATT_STATUS);
}
public static boolean startResource(java.lang.String resourceName) throws WavesetException
WavesetException
public static boolean stopResource(java.lang.String resourceName)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |