public class FailedGridServiceAgent extends Object
Constructor and Description |
---|
FailedGridServiceAgent(String agentUid,
Object agentContext,
int recoveryAttempts) |
Modifier and Type | Method and Description |
---|---|
Object |
getAgentContext() |
String |
getAgentUid() |
int |
getRecoveryAttempts() |
String |
toString() |
public FailedGridServiceAgent(String agentUid, Object agentContext, int recoveryAttempts)
agentUid
- - the agent UIDagentContext
- - the agent context as provided by the machine provisioning (cloud
driver). recoveryAttempts is zero.recoveryAttempts
- - 0 if this is a new machine, 1 if the first recovery attempt of a
failed machine, 2 if the second recovery attempt, etc...Copyright © GigaSpaces.