Uses of Class
tassl.workflow.resources.NodeAcct

Packages that use NodeAcct
tassl.application.cometcloud   
tassl.workflow.resources   
 

Uses of NodeAcct in tassl.application.cometcloud
 

Methods in tassl.application.cometcloud that return NodeAcct
 NodeAcct AgentResourceManager.removeNodeAcct(java.lang.String ip, java.util.List<NodeAcct> nodeAcctList)
           
 

Method parameters in tassl.application.cometcloud with type arguments of type NodeAcct
 void AgentResourceManager.releaseResource(java.lang.String oneworker, java.lang.String workflowId, java.lang.String stageId, java.util.List<NodeAcct> nodeAcctList, java.util.List<java.lang.String> workersNamesforAS, java.util.List<NodeAcct> nodeAcctListRemove)
           
 void AgentResourceManager.releaseResource(java.lang.String oneworker, java.lang.String workflowId, java.lang.String stageId, java.util.List<NodeAcct> nodeAcctList, java.util.List<java.lang.String> workersNamesforAS, java.util.List<NodeAcct> nodeAcctListRemove)
           
 NodeAcct AgentResourceManager.removeNodeAcct(java.lang.String ip, java.util.List<NodeAcct> nodeAcctList)
           
 

Uses of NodeAcct in tassl.workflow.resources
 

Methods in tassl.workflow.resources that return types with arguments of type NodeAcct
abstract  java.util.List<NodeAcct> Resource.generateAccountingInfo(java.lang.String wflId, java.lang.String stageId, long timestamp, java.util.List<NodeAcct> currentNodeAcct)
          Generate the accounting information of a stage.
 java.util.List<NodeAcct> ResourceCloud.generateAccountingInfo(java.lang.String wflId, java.lang.String stageId, long timestamp, java.util.List<NodeAcct> currentNodeAcct)
           
 java.util.List<NodeAcct> ResourceCluster.generateAccountingInfo(java.lang.String wflId, java.lang.String stageId, long timestamp, java.util.List<NodeAcct> currentNodeAcct)
           
 

Method parameters in tassl.workflow.resources with type arguments of type NodeAcct
protected  boolean Resource.checkIfExistsNodeAcct(java.util.List<NodeAcct> currentNodeAcct, java.lang.String ip)
          Check if an machine, identified by IP, is registered in the accounting already.
abstract  java.util.List<NodeAcct> Resource.generateAccountingInfo(java.lang.String wflId, java.lang.String stageId, long timestamp, java.util.List<NodeAcct> currentNodeAcct)
          Generate the accounting information of a stage.
 java.util.List<NodeAcct> ResourceCloud.generateAccountingInfo(java.lang.String wflId, java.lang.String stageId, long timestamp, java.util.List<NodeAcct> currentNodeAcct)
           
 java.util.List<NodeAcct> ResourceCluster.generateAccountingInfo(java.lang.String wflId, java.lang.String stageId, long timestamp, java.util.List<NodeAcct> currentNodeAcct)