DLESE Tools
v1.6.0

org.dlese.dpc.ndr.request
Class AddAgentRequest

java.lang.Object
  extended by org.dlese.dpc.ndr.request.SimpleNdrRequest
      extended by org.dlese.dpc.ndr.request.NdrRequest
          extended by org.dlese.dpc.ndr.request.SignedNdrRequest
              extended by org.dlese.dpc.ndr.request.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

Field Summary
 
Fields inherited from class org.dlese.dpc.ndr.request.SignedNdrRequest
inputXML, objectType
 
Fields inherited from class org.dlese.dpc.ndr.request.SimpleNdrRequest
handle, requestAgent, verb, verbose
 
Constructor Summary
AddAgentRequest()
          Constructor for the AddAgentRequest object
 
Method Summary
static String addAgent(String id, String type)
          Creates an Agent object and returns it's handle.
 void addDcsStream(String title, String description, String subject)
           
 void setId(String id, String type)
           
 
Methods inherited from class org.dlese.dpc.ndr.request.SignedNdrRequest
authorizeToChange, authorizeToChange, getNDRConnection, report
 
Methods inherited from class org.dlese.dpc.ndr.request.NdrRequest
addCommand, addCommand, addCommand, addCommand, addDataStreamCmd, addDataStreamCmd, addDCStreamCmd, addDleseCommand, addDleseCommand, addNativeDataStreamCmd, addNativeDataStreamCmd, addNcsPropertyCmd, addNcsPropertyCmd, addNcsRelationshipCmd, addNcsRelationshipCmd, addOaiVisibilityCmd, addOaiVisibilityCmd, addQualifiedCommand, addQualifiedCommand, addServiceDescriptionCmd, addServiceDescriptionCmd, addStateCmd, addStateCmd, getComponent, getInputXML, getObjectType, getPayload, setDataInfoStream, setObjectType, submit, submit
 
Methods inherited from class org.dlese.dpc.ndr.request.SimpleNdrRequest
getDebug, getHandle, getNDRConnection, getRequestAgent, getVerb, getVerbose, makePath, pp, prtln, prtlnErr, report, setDebug, setHandle, setRequestAgent, setVerb, setVerbose
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AddAgentRequest

public AddAgentRequest()
Constructor for the AddAgentRequest object

Method Detail

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

DLESE Tools
v1.6.0