com.bankframe.services.uuid
Class UuidFactory

java.lang.Object
  extended bycom.bankframe.services.uuid.UuidFactory
Direct Known Subclasses:
UuidFactoryImpl

public abstract class UuidFactory
extends java.lang.Object

This class is used to create a new instance of the UuidFactory implementation specified by the uuidFactory setting in BankframeResource.properties

Author:
ksmith

Constructor Summary
UuidFactory()
           
 
Method Summary
static Uuid createUuid()
          This method creates a new UUID instance.
static UuidFactory getInstance()
          This method returns the UuidFactory instance.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

UuidFactory

public UuidFactory()
Method Detail

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 © 2004 Siebel Systems, Inc. All rights reserved.