|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.verisign.epp.pool.ClientTransIdGenerator
public class ClientTransIdGenerator
Client transaction identifier generator that is used to generate a client transaction identifier when creating or terminating sessions in the session pool. The format of the client transaction identifier is <prefix>'-'<epoch time>'-'<random>, where the default <prefix> is "SAMPLE".
Constructor Summary | |
---|---|
ClientTransIdGenerator()
Default constructor. |
|
ClientTransIdGenerator(java.lang.String aPrefix)
Constructor that takes the client transaction identifier prefix to use. |
Method Summary | |
---|---|
java.lang.String |
genClientTransId()
Generates a sample client transaction identifier with the format <prefix>'-'<epoch time>'-'<random> that is clipped to the maximum 64 characters if needed. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ClientTransIdGenerator()
public ClientTransIdGenerator(java.lang.String aPrefix)
Method Detail |
---|
public java.lang.String genClientTransId()
genClientTransId
in interface EPPClientTransIdGenerator
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |