GigaSpaces XAP 9.0 API

com.j_spaces.core.client
Class ClientUIDHandler

java.lang.Object
  extended by com.j_spaces.core.client.ClientUIDHandler

Deprecated. Since 8.0 - This class is reserved for internal usage only, Use SpaceId annotation instead.

@Deprecated
public class ClientUIDHandler
extends Object

This Class enables the client to create entry UIDs by rendering a free-string , and to extract the free-string from a UID.

Version:
3.2
Author:
Yechiel Fefer

Method Summary
static String createUIDFromName(Object name, String typeName)
          Deprecated. This method is used to create a UID given a name (i.e. any free string) and the entry (full) classname.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

createUIDFromName

public static String createUIDFromName(Object name,
                                       String typeName)
Deprecated. 
This method is used to create a UID given a name (i.e. any free string) and the entry (full) classname. NOTE - it is the caller's responsibility to create a unique UID by supplying a unique name

Parameters:
name - any free string;

The following characters are not allowed as part of the entry name: ! @ # $ % ^ & * ( ) _ + = - ? > < , . / " : ; ' | \ } { [ ] ^

typeName - full class-name string
Returns:
UID string

GigaSpaces XAP 9.0 API

Copyright © GigaSpaces.