Class AddAgentRequest


public class AddAgentRequest extends SignedNdrRequest
NOT YET DOCUMENTED
Version:
$Id: AddAgentRequest.java,v 1.3 2009/03/20 23:33:53 jweather Exp $
Author:
Jonathan Ostwald
  • Constructor Details

    • AddAgentRequest

      public AddAgentRequest()
      Constructor for the AddAgentRequest object
  • Method Details

    • addAgent

      public static String addAgent(String id, String type) throws Exception
      Creates an Agent object and returns it's handle.
      Parameters:
      id - The feature to be added to the Agent attribute
      type - The feature to be added to the Agent attribute
      Returns:
      NOT YET DOCUMENTED
      Throws:
      Exception - NOT YET DOCUMENTED
    • setId

      public void setId(String id, String type)
    • addDcsStream

      public void addDcsStream(String title, String description, String subject) throws Exception
      Throws:
      Exception