|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.ExternalSync.ExternalSyncNodeDecl
public class ExternalSyncNodeDecl
Synchronize external plan time estimates from the published reference heap data. Synchronization is done either by a periodic worker thread or on request.
outbound synchronous message calls:
ExternalPlanCollection callExternalPlanQuery(ExternalPlanQuery msg)AggregateUpdate callAggregateUpdate(AggregateUpdate msg)inbound synchronous message calls:
Ping onReceive(Ping msg)ExternalPlanSync onReceive(ExternalPlanSync msg)| Field Summary | |
|---|---|
protected java.lang.String |
externalPlanFailure
Text used for the lastModifiedReason when retrieval of external plan data fails. |
protected java.lang.String |
externalPlanSuccess
Text used for the lastModifiedReason when retrieval of external plan data was successful. |
protected java.lang.String |
httpAgentID
How we identify ourselves to other http servers when we connect. |
protected int |
initialPollWaitSeconds
An initial wait period before the first PollingThread pass. |
protected java.lang.String |
peerAuthUserLookupNode
The instance name of our UserLookup node. |
java.lang.String |
peerIDLookupNode
The instance name of a local node that implements IDLookup. |
protected int |
pollingIntervalMinutes
The number of minutes the PollingThread should wait between checking if there is additional work to do. |
| Constructor Summary | |
|---|---|
ExternalSyncNodeDecl()
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
protected java.lang.String peerAuthUserLookupNode
public java.lang.String peerIDLookupNode
protected int initialPollWaitSeconds
protected int pollingIntervalMinutes
protected java.lang.String externalPlanSuccess
protected java.lang.String externalPlanFailure
protected java.lang.String httpAgentID
| Constructor Detail |
|---|
public ExternalSyncNodeDecl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||