| Operation |
Details |
public addAgentToSWTerminal( int initialState, String password, String agentId, String listenerAddress, String agentAddress, String terminalName):AgentTerminal |
Sequential |
public getAddress( String addressId):Address |
Sequential | Notes: | Desc: Answers with the Address object for a given Address identifier. | |
public createAgent( int initialState, Account account):Agent |
Sequential | Notes: | Desc: Creates an instance of an Agent using validated account information and sets the state of the agent based on the incoming state parameter. | |
public getTerminal( String terminalName):Terminal |
Sequential |
public signOnToDevice( int initialState, String address, String terminalName, Collection acdAddresses, String password, String agentId):Response |
Sequential |
|