Package org.dlese.dpc.ndr.request
Class CountMembersRequest
java.lang.Object
org.dlese.dpc.ndr.request.SimpleNdrRequest
org.dlese.dpc.ndr.request.NdrRequest
org.dlese.dpc.ndr.request.CountMembersRequest
NOT YET DOCUMENTED
- Version:
- $Id: CountMembersRequest.java,v 1.2 2009/03/20 23:33:53 jweather Exp $
- Author:
- Jonathan Ostwald
-
Field Summary
Fields inherited from class org.dlese.dpc.ndr.request.NdrRequest
inputXML, objectType, payloadFields inherited from class org.dlese.dpc.ndr.request.SimpleNdrRequest
handle, requestAgent, verb, verbose -
Constructor Summary
ConstructorsConstructorDescriptionConstructor for the CountMembersRequest objectCountMembersRequest(String objectHandle) Constructor for the CountMembersRequest object given a handle for a Aggregator or MetadataProvider object. -
Method Summary
Modifier and TypeMethodDescriptionintgetCount()Gets the resultHandle attribute of the CountMembersRequest objectMethods 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, getNDRConnection, getObjectType, getPayload, report, setDataInfoStream, setObjectType, submit, submitMethods 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
-
Constructor Details
-
CountMembersRequest
public CountMembersRequest()Constructor for the CountMembersRequest object -
CountMembersRequest
Constructor for the CountMembersRequest object given a handle for a Aggregator or MetadataProvider object.- Parameters:
objectHandle- handle for Aggregator or MetadataProvider
-
-
Method Details
-
getCount
Gets the resultHandle attribute of the CountMembersRequest object- Returns:
- The resultHandle value
- Throws:
Exception- NOT YET DOCUMENTED
-