Class StringOIDGenerator

java.lang.Object
de.intarsys.tools.oid.CommonOIDGenerator
de.intarsys.tools.oid.StringOIDGenerator
All Implemented Interfaces:
IOIDGenerator

public class StringOIDGenerator extends CommonOIDGenerator
Create an OID unique to the running VM. Multiple StringOIDGenerator instances create different OIDs.
  • Constructor Details

    • StringOIDGenerator

      public StringOIDGenerator(String prefix, String suffix)
  • Method Details

    • createOID

      public Object createOID()