ojb.broker.util
Class GUID

java.lang.Object
  |
  +--ojb.broker.util.GUID

public class GUID
extends java.lang.Object

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


Constructor Summary
GUID()
          public constructor.
 
Method Summary
 java.lang.String toString()
          returns the String representation of the GUID
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

GUID

public GUID()
public constructor.

Method Detail

toString

public java.lang.String toString()
returns the String representation of the GUID

Overrides:
toString in class java.lang.Object


Authors: Thomas Mahler and others. (C) 2000, 2001.
All rights reserved. Published under the Gnu Public License.
http://objectbridge.sourceforge.net
Version: 0.8.375, 2002-04-04