public class Agent extends Object
| Modifier and Type | Field and Description |
|---|---|
static String |
AGENT_TYPE_KEY |
| Constructor and Description |
|---|
Agent(AgentConf agentConf) |
Agent(String[] args) |
| Modifier and Type | Method and Description |
|---|---|
void |
addTokens(int count,
Map<String,String> attributes,
Map<String,String> selectionPatterns,
Map<String,String> properties) |
AgentTokenServices |
getAgentTokenServices() |
protected String |
getAgentUrl() |
protected List<Token> |
getAvailableTokens() |
protected String |
getGridHost() |
String |
getId() |
protected RegistrationTask |
getRegistrationTask() |
protected AgentTokenPool |
getTokenPool() |
protected List<Token> |
getTokens() |
void |
start() |
void |
stop() |
public static final String AGENT_TYPE_KEY
public String getId()
public void addTokens(int count,
Map<String,String> attributes,
Map<String,String> selectionPatterns,
Map<String,String> properties)
protected String getAgentUrl()
protected AgentTokenPool getTokenPool()
protected RegistrationTask getRegistrationTask()
public AgentTokenServices getAgentTokenServices()
protected String getGridHost()
Copyright © 2018. All rights reserved.