|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.sandev.TaskHeap.TaskHeapUI.TaskHeapUINodeDecl
public class 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)TaskPhaseCollection callTaskPhaseQuery(TaskPhaseQuery msg)TaskCollection callTaskQuery(TaskQuery msg)TaskTypeCollection callTaskTypeQuery(TaskTypeQuery msg)CacheAction callCacheActionRegistration(CacheAction msg)Stats callStatsQuery(StatsQuery msg)HeapAttributesCollection callHeapAttributesQuery(HeapAttributesQuery msg)AccountCollection callAccountQuery(AccountQuery msg)HeapAssociationCollection callHeapAssociationQuery(HeapAssociationQuery msg)SystemStatusCollection callSystemStatusQuery(SystemStatusQuery msg)DataManagementCollection callDataManagementQuery(DataManagementQuery msg)RoleCollection callRoleQuery(RoleQuery msg)HeapDisplay callHeapDisplay(HeapDisplay msg)DataImportExport callDataImportExport(DataImportExport msg)inbound synchronous message calls:
ExternalPlanCollection onReceive(ExternalPlanQuery msg)ExternalPlanUpdate onReceive(ExternalPlanUpdate msg)ExternalPlanSync onReceive(ExternalPlanSync msg)PlanCollection onReceive(PlanQuery msg)PlanUpdate onReceive(PlanUpdate msg)TaskPhaseCollection onReceive(TaskPhaseQuery msg)TaskCollection onReceive(TaskQuery msg)TaskUpdate onReceive(TaskUpdate msg)TaskTypeCollection onReceive(TaskTypeQuery msg)HeapAttributesCollection onReceive(HeapAttributesQuery msg)AccountCollection onReceive(AccountQuery msg)AccountUpdate onReceive(AccountUpdate msg)SystemStatusCollection onReceive(SystemStatusQuery msg)RoleCollection onReceive(RoleQuery 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 |
internalCommsUsername
The name of the internal node communications user, used to disallow login as this user. |
protected java.lang.String |
outputFileDir
The directory used for generated reports and other output. |
protected java.lang.String |
peerAuthUserLookupNode
The instance name of our UserLookup node. |
protected java.lang.String |
recalcUsername
The name of the recalc batch user, used to disallow login. |
protected java.lang.String |
techSupportEmailAddress
The email address for tech support. |
| Constructor Summary | |
|---|---|
TaskHeapUINodeDecl()
|
|
| 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
protected java.lang.String authorizerInstanceName
protected java.lang.String inputFileDir
protected java.lang.String outputFileDir
protected java.lang.String techSupportEmailAddress
protected java.lang.String internalCommsUsername
protected java.lang.String recalcUsername
| Constructor Detail |
|---|
public TaskHeapUINodeDecl()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||