Uses of Interface
com.verisign.epp.framework.EPPPollDataSource

Packages that use EPPPollDataSource
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 EPPPollDataSource in com.verisign.epp.framework
 

Methods in com.verisign.epp.framework that return EPPPollDataSource
 EPPPollDataSource EPPPollQueueMgr.getDataSource()
          Gets data source
 

Methods in com.verisign.epp.framework with parameters of type EPPPollDataSource
 void EPPPollQueueMgr.setDataSource(EPPPollDataSource aSource)
          Sets data source which is from config file.
 

Uses of EPPPollDataSource in com.verisign.epp.serverstub
 

Classes in com.verisign.epp.serverstub that implement EPPPollDataSource
 class PollDataSource
          The <PollDataSource> is registered and used by EPPPollQueueMgr to demostrate how data are stored into a queue.
 



Copyright ? VeriSign Inc. All Rights Reserved.