| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
  |
  +--java.util.Observable
        |
        +--com.iplanet.services.cdm.Client
Provides common access to client data.
Client data is accessed for a particular client type. The underlying client data is stored in the profile service, but this interface should always used for accessing it (not by accessing the profile directly).
| Field Summary | |
| static java.lang.String | CDM_ACCEPT_CHARSET | 
| static java.lang.String | CDM_DEFAULT_CHARSET | 
| static java.lang.String | CDM_DEFAULT_CLIENT_TYPE | 
| static java.lang.String | CHARSET_ALIAS_ATTR | 
| static java.lang.String | G11N_SETTINGS_SERVICE_NAME | 
| static java.lang.String | JAVA_CHARSET_NAME | 
| static java.lang.String | LOCALE_CHARSET_ATTR | 
| Method Summary | |
| static java.util.Iterator | getAllInstances()Deprecated. Use ClientsManager#getAllInstances() | 
|  java.lang.String | getClientType()Gets the name of the client type for the data in this client instance. | 
| static Client | getDefaultInstance()Deprecated. Use ClientsManager#getDefaultInstance() | 
| static Client | getInstance(java.lang.String clientType)Deprecated. Use ClientsManager#getInstance(String) | 
|  java.util.Set | getProperties(java.lang.String name)Gets the client property for the specified key. | 
|  java.lang.String | getProperty(java.lang.String name)Gets the client property for the specified key. | 
|  java.util.Set | getPropertyNames()Returns a set of property names for this client data instance. | 
| Methods inherited from class java.util.Observable | 
| addObserver, countObservers, deleteObserver, deleteObservers, hasChanged, notifyObservers, notifyObservers | 
| Methods inherited from class java.lang.Object | 
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Field Detail | 
public static final java.lang.String G11N_SETTINGS_SERVICE_NAME
public static final java.lang.String LOCALE_CHARSET_ATTR
public static final java.lang.String CHARSET_ALIAS_ATTR
public static final java.lang.String JAVA_CHARSET_NAME
public static final java.lang.String CDM_ACCEPT_CHARSET
public static final java.lang.String CDM_DEFAULT_CHARSET
public static final java.lang.String CDM_DEFAULT_CLIENT_TYPE
| Method Detail | 
public static Client getInstance(java.lang.String clientType)
                          throws ClientException
clientType - Client Type.ClientException - if specified client type is null or not definedpublic static Client getDefaultInstance()
public static java.util.Iterator getAllInstances()
public java.lang.String getClientType()
public java.lang.String getProperty(java.lang.String name)
name - The key for the client property to be returned.public java.util.Set getProperties(java.lang.String name)
name - The key for the client property to be returned.public java.util.Set getPropertyNames()
| 
 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||