public class AgentTokenPool extends Object
| Modifier and Type | Class and Description |
|---|---|
static class |
AgentTokenPool.InvalidTokenIdException |
| Constructor and Description |
|---|
AgentTokenPool() |
| Modifier and Type | Method and Description |
|---|---|
void |
closeTokenReservationSession(String tokenId) |
void |
createTokenReservationSession(String tokenId) |
AgentTokenWrapper |
getTokenForExecution(String tokenId) |
List<AgentTokenWrapper> |
getTokens() |
void |
offerToken(AgentTokenWrapper token) |
public List<AgentTokenWrapper> getTokens()
public void offerToken(AgentTokenWrapper token)
public AgentTokenWrapper getTokenForExecution(String tokenId) throws AgentTokenPool.InvalidTokenIdException
public void createTokenReservationSession(String tokenId) throws AgentTokenPool.InvalidTokenIdException
public void closeTokenReservationSession(String tokenId) throws AgentTokenPool.InvalidTokenIdException
Copyright © 2018. All rights reserved.