com.plumtree.remote.util
Class DataSourceInfo

java.lang.Object
  extended bycom.plumtree.remote.util.NamedValueMap
      extended bycom.plumtree.remote.util.DataSourceInfo

public class DataSourceInfo
extends NamedValueMap

A NamedValueMap for storing Data Source settings.


Constructor Summary
DataSourceInfo()
          Default constructor.
DataSourceInfo(NamedValue[] nvArray)
          Valued constructor.
 
Method Summary
 java.lang.String getUserID()
          Gets the UserID.
 
Methods inherited from class com.plumtree.remote.util.NamedValueMap
fromArray, get, put, put, remove, remove, toArray, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DataSourceInfo

public DataSourceInfo()
Default constructor.


DataSourceInfo

public DataSourceInfo(NamedValue[] nvArray)
Valued constructor.

Method Detail

getUserID

public java.lang.String getUserID()
Gets the UserID. The UserID will only be sent if "Send Login token to Portlets" is checked on the Advanced Settings Page of the Web Service.

Returns:
UserID, or null if the login token was not sent.


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.