JavaScript is disabled on your browser.
java.lang.Object
org.apache.ojb.broker.util.GUID
All Implemented Interfaces:
java.io.Serializable
public class GUID
extends java.lang.Object
implements java.io.Serializable
simple GUID (Globally Unique ID) implementation.
A GUID is composed of two parts:
1. The IP-Address of the local machine.
2. A java.rmi.server.UID
Version:
$Id: GUID.java 365232 2005-12-21 22:36:07Z tomdz $
Author:
Thomas Mahler
See Also: Serialized Form
Constructor Summary
Constructors
Constructor and Description
GUID ()
public no args constructor.
GUID (java.lang.String theGuidString)
public constructor.
Method Summary
Methods
Modifier and Type
Method and Description
boolean
equals (java.lang.Object obj)
int
hashCode ()
java.lang.String
toString ()
returns the String representation of the GUID
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
Method Detail
hashCode
public int hashCode()
Overrides:
hashCode
in class java.lang.Object
See Also: Object.hashCode()
(C) 2002 - 2005 Apache Software Foundation All rights reserved. Published under the Apache License 2.0. http://db.apache.org/ojb Version: 1.0.4, 2005-12-30