|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sandev.TaskHeap.TaskHeapUI.TaskHeapUINodeDecl
The TaskHeapUI serves as the access point for all messages in and out of the system. A servlet or other UI adaptor can call the methods in this node directly to communicate with the main application.
outbound synchronous message calls:
AggregateUpdate callAggregateUpdate(AggregateUpdate msg)ExternalPlanCollection callExternalPlanQuery(ExternalPlanQuery msg)ExternalPlanSync callExternalPlanSync(ExternalPlanSync msg)PlanComponentCollection callPlanComponentQuery(PlanComponentQuery msg)PlanCollection callPlanQuery(PlanQuery msg)PlanRecalc callPlanRecalc(PlanRecalc msg)ReaderCollection callReaderQuery(ReaderQuery msg)ResourceCollection callResourceQuery(ResourceQuery msg)TaskPhaseCollection callTaskPhaseQuery(TaskPhaseQuery msg)TaskCollection callTaskQuery(TaskQuery msg)TaskTypeCollection callTaskTypeQuery(TaskTypeQuery msg)CacheAction callCacheActionRegistration(CacheAction msg)Stats callStatsQuery(StatsQuery msg)HeapAttributesCollection callHeapAttributesQuery(HeapAttributesQuery msg)DataImportExport callDataImportExport(DataImportExport msg)inbound asynchronous message calls:
void onDelivery(CacheAction msg)void onDelivery(Stats msg)| Field Summary | |
protected java.lang.String |
authorizerInstanceName
The instance name of our Authorizer node. |
protected java.lang.String |
inputFileDir
The directory used for uploaded import files. |
protected java.lang.String |
outputFileDir
The directory used for generated reports and other output. |
protected java.lang.String |
techSupportEmailAddress
The email address for tech support. |
protected java.lang.String |
userLookupInstanceName
The instance name of our UserLookup node. |
| Constructor Summary | |
TaskHeapUINodeDecl()
|
|
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String userLookupInstanceName
protected java.lang.String authorizerInstanceName
protected java.lang.String inputFileDir
protected java.lang.String outputFileDir
protected java.lang.String techSupportEmailAddress
| Constructor Detail |
public TaskHeapUINodeDecl()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||