|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.apache.ojb.broker.util.GUID
GUIDFactory.
public class GUID
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()
Deprecated. public no args constructor. |
|
GUID(java.lang.String theGuidString)
Deprecated. public constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object obj)
Deprecated. |
int |
hashCode()
Deprecated. |
java.lang.String |
toString()
Deprecated. returns the String representation of the GUID |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public GUID()
public GUID(java.lang.String theGuidString)
theGuidString - a globally unique String| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.ObjectObject.equals(Object)public int hashCode()
hashCode in class java.lang.ObjectObject.hashCode()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||