Up

EOGlobalID

Authors

Mirko Viviani (mirko.viviani@rccr.cremona.it)

Version: 22681

Date: 2006-03-19 19:03:50 +0100 (Son, 19 Mär 2006)

Copyright: (C) 2000-2002,2003,2004,2005 Free Software Foundation, Inc.


Contents -

  1. Software documentation for the EOGlobalID class
  2. Software documentation for the EOTemporaryGlobalID class

Software documentation for the EOGlobalID class

EOGlobalID : NSObject

Declared in:
EOControl/EOGlobalID.h
Conforms to:
NSCopying
Availability: OpenStep

Description forthcoming.
Method summary

hash 

- (unsigned) hash;
Availability: OpenStep

Description forthcoming.

isEqual: 

- (BOOL) isEqual: (id)other;
Availability: OpenStep

Description forthcoming.

isTemporary 

- (BOOL) isTemporary;
Availability: OpenStep

Description forthcoming.

Software documentation for the EOTemporaryGlobalID class

EOTemporaryGlobalID : EOGlobalID

Declared in:
EOControl/EOGlobalID.h
Conforms to:
NSCoding
Availability: OpenStep

Description forthcoming.

Instance Variables

Method summary

assignGloballyUniqueBytes: 

+ (void) assignGloballyUniqueBytes: (unsigned char*)buffer;
Availability: OpenStep

Fills the supplied buffer with 12 bytes that are unique to the subnet. The first two bytes encode a sequence of the process. Then two bytes encode the process ID followed by four bytes which encode a time stamp. The last four bytes encode the IP address. The caller must insure that the buffer pointed to is large enough to hold the twelve bytes.

temporaryGlobalID 

+ (EOTemporaryGlobalID*) temporaryGlobalID;
Availability: OpenStep

Description forthcoming.

encodeWithCoder: 

- (void) encodeWithCoder: (NSCoder*)coder;
Availability: OpenStep

Description forthcoming.

initWithCoder: 

- (id) initWithCoder: (NSCoder*)coder;
Availability: OpenStep

Description forthcoming.

isTemporary 

- (BOOL) isTemporary;
Availability: OpenStep

Description forthcoming.



Instance Variables for EOTemporaryGlobalID Class

_bytes

@protected unsigned char _bytes;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.

_refCount

@protected unsigned int _refCount;
Warning the underscore at the start of the name of this instance variable indicates that, even though it is not technically private, it is intended for internal use within the package, and you should not use the variable in other code.





Up