Uses of Class
com.almende.eve.agent.annotation.Required

Packages that use Required
com.almende.eve.agent   
com.almende.eve.agent.example   
 

Uses of Required in com.almende.eve.agent
 

Method parameters in com.almende.eve.agent with annotations of type Required
 List<Object> Agent.getMethods(Boolean asJSON)
          Get all available methods of this agent
 List<Object> AgentInterface.getMethods(Boolean asJSON)
          Retrieve a list with all the available methods.
 void Agent.onUnsubscribe(String subscriptionId, String event, String callbackUrl, String callbackMethod)
          Let an other agent unsubscribe from one of this agents events - If subscriptionId is provided, the subscription with this id will be deleted - If the parameter callbackUrl and optionally event and/or callbackMethod, all subscriptions with matching parameters will be deleted.
 void Agent.onUnsubscribe(String subscriptionId, String event, String callbackUrl, String callbackMethod)
          Let an other agent unsubscribe from one of this agents events - If subscriptionId is provided, the subscription with this id will be deleted - If the parameter callbackUrl and optionally event and/or callbackMethod, all subscriptions with matching parameters will be deleted.
 void Agent.onUnsubscribe(String subscriptionId, String event, String callbackUrl, String callbackMethod)
          Let an other agent unsubscribe from one of this agents events - If subscriptionId is provided, the subscription with this id will be deleted - If the parameter callbackUrl and optionally event and/or callbackMethod, all subscriptions with matching parameters will be deleted.
 void Agent.onUnsubscribe(String subscriptionId, String event, String callbackUrl, String callbackMethod)
          Let an other agent unsubscribe from one of this agents events - If subscriptionId is provided, the subscription with this id will be deleted - If the parameter callbackUrl and optionally event and/or callbackMethod, all subscriptions with matching parameters will be deleted.
 void AgentInterface.onUnsubscribe(String subscriptionId, String event, String callbackUrl, String callbackMethod)
          Let an other agent unsubscribe from one of this agents events - If subscriptionId is provided, the subscription with this id will be deleted - If the parameter callbackUrl and optionally event and/or callbackMethod, all subscriptions with matching parameters will be deleted.
 void AgentInterface.onUnsubscribe(String subscriptionId, String event, String callbackUrl, String callbackMethod)
          Let an other agent unsubscribe from one of this agents events - If subscriptionId is provided, the subscription with this id will be deleted - If the parameter callbackUrl and optionally event and/or callbackMethod, all subscriptions with matching parameters will be deleted.
 void AgentInterface.onUnsubscribe(String subscriptionId, String event, String callbackUrl, String callbackMethod)
          Let an other agent unsubscribe from one of this agents events - If subscriptionId is provided, the subscription with this id will be deleted - If the parameter callbackUrl and optionally event and/or callbackMethod, all subscriptions with matching parameters will be deleted.
 void AgentInterface.onUnsubscribe(String subscriptionId, String event, String callbackUrl, String callbackMethod)
          Let an other agent unsubscribe from one of this agents events - If subscriptionId is provided, the subscription with this id will be deleted - If the parameter callbackUrl and optionally event and/or callbackMethod, all subscriptions with matching parameters will be deleted.
 

Uses of Required in com.almende.eve.agent.example
 

Method parameters in com.almende.eve.agent.example with annotations of type Required
 void TestAgent.onEvent(String subscriptionId, String agent, String event, com.fasterxml.jackson.databind.node.ObjectNode params)
           
 void TestAgent.onEvent(String subscriptionId, String agent, String event, com.fasterxml.jackson.databind.node.ObjectNode params)
           
 void TestAgent.onEvent(String subscriptionId, String agent, String event, com.fasterxml.jackson.databind.node.ObjectNode params)
           
 void TestAgent.onEvent(String subscriptionId, String agent, String event, com.fasterxml.jackson.databind.node.ObjectNode params)
           
 String TestAgent.subscribeToAgent(String url)
           
 List<Object> TestAgent.testAgentProxy3(Boolean asJSON)
           
 Object TestAgent.testSend(String url, String method)
           
 Object TestAgent.testSend(String url, String method)
           
 void TestAgent.triggerPingEvent(String message)
           
 void TestAgent.unsubscribeFromAgent(String url, String subscriptionId)
           
 



Copyright © 2013 Almende BV. All Rights Reserved.