Uses of Interface
com.verisign.epp.pool.EPPClientTransIdGenerator

Packages that use EPPClientTransIdGenerator
com.verisign.epp.pool   
 

Uses of EPPClientTransIdGenerator in com.verisign.epp.pool
 

Classes in com.verisign.epp.pool that implement EPPClientTransIdGenerator
 class ClientTransIdGenerator
          Client transaction identifier generator that is used to generate a client transaction identifier when creating or terminating sessions in the session pool.
 

Methods in com.verisign.epp.pool that return EPPClientTransIdGenerator
 EPPClientTransIdGenerator EPPSessionPoolableFactory.getClientTransIdGenerator()
          Gets the client transaction identifier generator object that is set.
 

Methods in com.verisign.epp.pool with parameters of type EPPClientTransIdGenerator
 void EPPSessionPoolableFactory.setClientTransIdGenerator(EPPClientTransIdGenerator aClientTransIdGenerator)
          Sets the client transaction identifier generator object that is used to generate client transaction identifiers for the login and logout commands.
 



Copyright © VeriSign Inc. All Rights Reserved.