|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public IdentificationService
Interface to work with client side ids.
Method Summary | |
---|---|
String |
createClientID()
Returns a new client side ID. |
void |
attachClientID(Object clientID)
This method attaches a client side id to make it know to the service |
void |
releaseClientID(String id)
Releases an earlier through getClientID loaded client id. |
boolean |
isClientID(String id)
Checks whether the specified id is a client id of this IdentificationService |
boolean |
isServerID(String id)
Checks whether the specified id is a server id generated by the underling server implementation |
boolean |
isAlienID(String id)
Checks whether the specified id is neither an client id nor an server id but is specified outside the mashup framework. |
void |
attachServerID(Object clientID,
Object serverID)
This method attaches a server side id to an existing client side id. |
String |
resolveID(String id)
Returns the attached server side id for any given client side id. |
com.ibm.mashups.enabler.Identifiable |
resolveIdentifiable(String id)
Returns the attached server side id for any given client side id. |
Method Detail |
---|
String createClientID()
null
.void attachClientID(Object clientID)
clientID
-
client side id as string or Identifiable objectvoid releaseClientID(String id)
id
-
the id to releaseboolean isClientID(String id)
id
-
the id to check for client id
boolean isServerID(String id)
id
-
the id to check for server id
boolean isAlienID(String id)
id
-
the id to check for alien id
void attachServerID(Object clientID, Object serverID)
clientID
-
client side id as string or Identifiable objectserverID
-
server side id as string or Identifiable objectString resolveID(String id)
id
-
the id to resolve
com.ibm.mashups.enabler.Identifiable resolveIdentifiable(String id)
id
-
the id to resolve
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |