org.dlese.dpc.ndr.request
Class AddAgentRequest
java.lang.Object
org.dlese.dpc.ndr.request.SimpleNdrRequest
org.dlese.dpc.ndr.request.NdrRequest
org.dlese.dpc.ndr.request.SignedNdrRequest
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
Constructor Summary |
AddAgentRequest()
Constructor for the AddAgentRequest object |
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 |
AddAgentRequest
public AddAgentRequest()
- Constructor for the AddAgentRequest object
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 attributetype
- 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