|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.j_spaces.core.client.ClientUIDHandler
SpaceId
annotation instead.
@Deprecated public class ClientUIDHandler
This Class enables the client to create entry UIDs by rendering a free-string , and to extract the free-string from a UID.
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 |
---|
public static String createUIDFromName(Object name, String typeName)
name
- any free string;
The following characters are not allowed as part of the entry name: ! @ # $ % ^ & * ( ) _ + = - ? > < , . / " : ; ' | \ } { [ ] ^
typeName
- full class-name string
|
GigaSpaces XAP 9.7.2 API | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |