Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Uses of Class
waggle.core.id.XClientID

Packages that use XClientID
waggle.core.api The API execution manager. 
waggle.core.id This package contains Identifier classes which are used throughout waggle. 
waggle.core.info This package contains classes for aggregating data to be used in return values, updates, and external API transmission. 

 

Uses of XClientID in waggle.core.api

 

Methods in waggle.core.api that return XClientID
 XClientID XAPI.getClientID()
          Return the Client ID being used.

 

Methods in waggle.core.api with parameters of type XClientID
 void XAPI.setClientID(XClientID clientID)
          Set the Client ID to be used.
static void XAPIManager.setClientID(XClientID clientID)
          Set the Client ID for the XAPI singleton.

 

Uses of XClientID in waggle.core.id

 

Methods in waggle.core.id that return XClientID
static XClientID XClientID.generate()
          Generate a pseudo-random id based on current time.
static XClientID XClientID.valueOf(long clientID)
          Create a Client ID from a long.
static XClientID XClientID.valueOf(String clientID)
          Create a Client ID from a String.

 

Uses of XClientID in waggle.core.info

 

Methods in waggle.core.info that return XClientID
 XClientID XValue.getClientID()
          Get an XClientID value from the XUpdater.

 


Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.