DLESE Tools
v1.6.0

org.dlese.dpc.ndr.request
Class ModifyAggregatorRequest

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.ModifyAggregatorRequest

public class ModifyAggregatorRequest
extends SignedNdrRequest


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
ModifyAggregatorRequest()
           
ModifyAggregatorRequest(String mdHandle)
           
 
Method Summary
 void associateWith(String resourceHandle)
           
 void setAggregatorFor(String agentHandle)
           
 
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

ModifyAggregatorRequest

public ModifyAggregatorRequest()

ModifyAggregatorRequest

public ModifyAggregatorRequest(String mdHandle)
Method Detail

setAggregatorFor

public void setAggregatorFor(String agentHandle)

associateWith

public void associateWith(String resourceHandle)

DLESE Tools
v1.6.0