public class ClientTransIdGenerator extends java.lang.Object implements EPPClientTransIdGenerator
Constructor and Description |
---|
ClientTransIdGenerator()
Default constructor.
|
ClientTransIdGenerator(java.lang.String aPrefix)
Constructor that takes the client transaction identifier prefix to use.
|
Modifier and Type | Method and Description |
---|---|
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.
|
public ClientTransIdGenerator()
public ClientTransIdGenerator(java.lang.String aPrefix)
aPrefix
- Prefix to use for the client transaction identifierpublic java.lang.String genClientTransId()
genClientTransId
in interface EPPClientTransIdGenerator