Uses of Class
com.verisign.epp.framework.EPPPollQueueException

Packages that use EPPPollQueueException
com.verisign.epp.framework   
com.verisign.epp.serverstub Stub Server classes to support the server handler for use of the Change Poll Extension. 
 

Uses of EPPPollQueueException in com.verisign.epp.framework
 

Methods in com.verisign.epp.framework that throw EPPPollQueueException
 EPPResponse EPPPollQueueMgr.delete(java.lang.Object aRecp, java.lang.String aMsgId, java.lang.Object aContextData)
          Delete object from data source
 int EPPPollDataSource.delete(java.lang.Object aRecp, java.lang.String aMsgId, java.lang.Object aContextData)
          Deletes a message from a recipients poll queue my message identifier.
 EPPResponse EPPPollQueueMgr.get(java.lang.Object aRecp, java.lang.Object aContextData)
          Get EPPResponse from data source
 EPPPollDataRecord EPPPollDataSource.get(java.lang.Object aRecp, java.lang.Object aContextData)
          Gets the next poll data record for the specified recipient.
 void EPPPollQueueMgr.put(java.lang.Object aRecp, java.lang.String aKind, java.lang.Object aData, java.lang.Object aContextData)
          Put object into data source
 void EPPPollDataSource.put(java.lang.Object aRecp, java.lang.String aKind, java.lang.Object aData, java.lang.Object aContextData)
          Puts a message in the poll queue associated with aRecp.
 EPPResponse EPPPollHandler.toResponse(EPPPollDataRecord aRecord)
          DOCUMENT ME!
 

Uses of EPPPollQueueException in com.verisign.epp.serverstub
 

Methods in com.verisign.epp.serverstub that throw EPPPollQueueException
 int PollDataSource.delete(java.lang.Object aRecp, java.lang.String aMsgId, java.lang.Object aContextData)
          Delete data from data source and return number of messages
 EPPPollDataRecord PollDataSource.get(java.lang.Object aRecp, java.lang.Object aContextData)
          Gets data from queue
 EPPResponse RgpDomainPollHandler.toResponse(EPPPollDataRecord aRecord)
          DOCUMENT ME!
 EPPResponse RegistryPollHandler.toResponse(EPPPollDataRecord aRecord)
           
 EPPResponse NameVerificationPollHandler.toResponse(EPPPollDataRecord aRecord)
          Convert an EPPPollDataRecord to an EPPResponse
 EPPResponse NSPollHandler.toResponse(EPPPollDataRecord aRecord)
          Convert an EPPPollDataRecord to an EPPResponse
 EPPResponse LowBalancePollHandler.toResponse(EPPPollDataRecord aRecord)
          DOCUMENT ME!
 EPPResponse LaunchPollHandler.toResponse(EPPPollDataRecord aRecord)
          Convert an EPPPollDataRecord to an EPPResponse
 EPPResponse DomainPollHandler.toResponse(EPPPollDataRecord aRecord)
          Converts a poll queue EPPPollDataRecord to an EPPResponse.
 EPPResponse ContactPollHandler.toResponse(EPPPollDataRecord aRecord)
          Converts the internal poll data record to a valid EPPResponse.
 



Copyright © VeriSign Inc. All Rights Reserved.