com.bankframe.services.uuid
Class UuidFactory
java.lang.Object
com.bankframe.services.uuid.UuidFactory
- Direct Known Subclasses:
- UuidFactoryImpl
public abstract class UuidFactory
- extends Object
This class is used to create a new instance of the UuidFactory implementation specified by the
uuidFactory
setting in BankframeResource.properties
UuidFactory
public UuidFactory()
getInstance
public static UuidFactory getInstance()
- This method returns the UuidFactory instance.
- Returns:
- UuidFactory
createUuid
public static Uuid createUuid()
- This method creates a new UUID instance.
- Returns:
- Uuid
Copyright © 2005, 2007, Oracle. All rights reserved.