Nitido Inc.

Serialized Form


Package com.nitido.directory

Class com.nitido.directory.DirAuthenticationFailedException extends DirectoryException implements Serializable

Class com.nitido.directory.DirectoryException extends java.lang.Exception implements Serializable

Serialized Fields

_rootCause

java.lang.Throwable _rootCause

_errorCode

int _errorCode

Class com.nitido.directory.DirEntryAlreadyExistsException extends DirectoryException implements Serializable

Class com.nitido.directory.DirReferralException extends DirectoryException implements Serializable

Class com.nitido.directory.DirSchemaViolationException extends DirectoryException implements Serializable

Class com.nitido.directory.Entry extends java.lang.Object implements Serializable

Serialized Fields

dn

java.lang.String dn

attributes

OpenHash attributes

keys

java.util.Hashtable<K,V> keys

Class com.nitido.directory.IllegalEntryDNException extends java.lang.IllegalArgumentException implements Serializable

Serialized Fields

_rootCause

java.lang.Throwable _rootCause

Class com.nitido.directory.IllegalSearchFilterException extends java.lang.IllegalArgumentException implements Serializable

Serialized Fields

_rootCause

java.lang.Throwable _rootCause

Package com.nitido.nim

Class com.nitido.nim.ActivationException extends NiMException implements Serializable

Class com.nitido.nim.AuthenticationFailedException extends NiMException implements Serializable

Class com.nitido.nim.Brand extends java.lang.Object implements Serializable

Serialized Fields

_properties

java.util.Map<K,V> _properties
Brand properties for this brand. The mapping is PropertyKey -> PropertyValue


_availLocales

java.util.Map<K,V> _availLocales
Locales supported by this brand. The mapping is LocaleCode -> display name The LocaleCode should be ISO639 format. However, most of our applications have been tested with the ISO 639-1 (2 character) format only.


_defaultLocale

java.lang.String _defaultLocale
The default locale to be used for this brand. This is usually determined by the BrandService when constructing this Brand object. This default brand may not be really specified by the corresponding Brand entry in the backend. Instead, it is usually specified by the Domain that the user was requesting, or simply the system default.


_brandID

java.lang.String _brandID
The ID of this brand.


_domainID

java.lang.String _domainID
The ID of the requesting domain.


_apps

java.util.List<E> _apps
A list of applications configured for this brand for this person.


_isSystemDefault

boolean _isSystemDefault
Boolean flag to indicate whether this object is a system default brand.


_userLocale

java.lang.String _userLocale
The user's current locale. This is specified by the brand service when instantiating this object.

Class com.nitido.nim.CachableNugget extends Nugget implements Serializable

Class com.nitido.nim.ContainerEntity extends Entity implements Serializable

Class com.nitido.nim.Credential extends java.lang.Object implements Serializable

Serialized Fields

_idGroup

java.lang.String _idGroup
Reference to the entity type associated to this credential.


_entityId

java.lang.String _entityId
Reference to the entity id associated to this credential.


_tokens

java.util.Hashtable<K,V> _tokens
Hashtable of authentication tokens for this credential.


_authenticated

boolean _authenticated
Boolean flag to indicate if the credential has been authenticated.

Class com.nitido.nim.DataControl extends java.lang.Object implements Serializable

Class com.nitido.nim.DataControlException extends NiMException implements Serializable

Class com.nitido.nim.Entity extends java.lang.Object implements Serializable

Serialization Methods

readObject

private void readObject(java.io.ObjectInputStream in)
                 throws java.io.IOException,
                        java.lang.ClassNotFoundException
This method is called by the JVM when the object is being deserialized. The method is overridden so that DataControl and Nugget members of this object can be activated after the deserialization is complete. Since this method must be declared private, the activation calls are done in a separate method, activate(), that can be called by subclasses of this object.

Throws:
java.io.IOException - If unable to deserialize the object from the given input stream.
java.lang.ClassNotFoundException - If unable to instantiate the serialized entity back to an Entity object.

writeObject

private void writeObject(java.io.ObjectOutputStream out)
                  throws java.io.IOException
This method is called by the JVM when this object is being serialized. The method is overridden so that the DataControl and Nugget members of this object can be deactivated. Since this method must be declared private, the deactivation calls are done in a separate method. The deactivate() method is protected and thus can be called by subclasses.

Throws:
java.io.IOException - If unable to serialize the object to the given output stream.
Serialized Fields

_identifyingCred

Credential _identifyingCred
Reference to the identifying credential of the entity.


_datacontrol

DataControl _datacontrol
Reference to the entities data control object.


_nuggets

java.util.HashMap<K,V> _nuggets
Reference to the list of nuggets currently attached to this entity.


_released

boolean _released

Class com.nitido.nim.EntityProvisionDescriptor extends java.lang.Object implements Serializable

Serialized Fields

_credential

Credential _credential
Reference to the identifying credential of the entity.


_params

java.util.HashMap<K,V> _params
Hashtable with the entity profile information

Class com.nitido.nim.EntityProvisionException extends NiMException implements Serializable

Class com.nitido.nim.EntityReleasedException extends PermissionDeniedException implements Serializable

Class com.nitido.nim.IllegalCredentialException extends java.lang.IllegalArgumentException implements Serializable

Class com.nitido.nim.IllegalNimletClassException extends java.lang.IllegalArgumentException implements Serializable

Class com.nitido.nim.InitializationFailedException extends NiMException implements Serializable

Class com.nitido.nim.InvalidSettingException extends NiMException implements Serializable

Class com.nitido.nim.LicenseMissingException extends NiMRuntimeException implements Serializable

Class com.nitido.nim.NiMException extends java.lang.Exception implements Serializable

Serialized Fields

_errorCode

int _errorCode
The error code of the exception. By default, it is -1.

Class com.nitido.nim.NimletException extends NiMException implements Serializable

Class com.nitido.nim.NiMRuntimeException extends java.lang.RuntimeException implements Serializable

Serialized Fields

_errorCode

int _errorCode
The error code of the exception. By default, it is 1.

Class com.nitido.nim.NonCachableNugget extends Nugget implements Serializable

Class com.nitido.nim.NotificationServiceException extends NiMException implements Serializable

Class com.nitido.nim.Nugget extends java.lang.Object implements Serializable

Serialized Fields

_nuggetName

java.lang.String _nuggetName
The name associated with the Nugget.


_entity

Entity _entity
The entity this nugget is associated to.


_settings

java.util.Hashtable<K,V> _settings
The settings used to initialize this nugget.

Class com.nitido.nim.NuggetNotAvailableException extends NiMException implements Serializable

Class com.nitido.nim.PermissionDeniedException extends NiMRuntimeException implements Serializable

Class com.nitido.nim.StatusNotFoundException extends NotificationServiceException implements Serializable

Class com.nitido.nim.User extends Entity implements Serializable


Package com.nitido.nimbox.http

Class com.nitido.nimbox.http.HttpNimletDriver extends javax.servlet.http.HttpServlet implements Serializable

Serialized Fields

_nimlets

java.util.HashMap<K,V> _nimlets
Cache for all Nimlets configured to be loaded by this driver.


_dispatchers

java.util.HashMap<K,V> _dispatchers
Cache for all skin dispatchers used by this driver.


_parsers

java.util.HashMap<K,V> _parsers
Cache for all request parsers


_nim

NiM _nim
Reference to the NiM instance


_logger

Logger _logger
Reference to the logger for this class


_initAllNimlets

boolean _initAllNimlets
Boolean flag to indicate if this driver will instantiate and initialize all nimlets at the beginning. The default is false.


_entity

ContainerEntity _entity
The entity object that represents this container.


_defErrorSkin

Skin _defErrorSkin
Reference to the default error skin

Class com.nitido.nimbox.http.InvalidRequestException extends java.lang.Exception implements Serializable

Serialized Fields

_hasRootCause

boolean _hasRootCause

Class com.nitido.nimbox.http.UploadedFile extends java.lang.Object implements Serializable

Serialized Fields

_dir

java.lang.String _dir
The directory where the file is stored


_fileName

java.lang.String _fileName
The name under which the file is stored in the given directory


_originalName

java.lang.String _originalName
The original name of the file as retrieved from the imput stream of the request.


_contentType

java.lang.String _contentType
The mime type of the uploaded file.


_size

long _size
The size of the uploaded file.


Package com.nitido.nimbox.http.enhanced

Class com.nitido.nimbox.http.enhanced.ClientProfile extends java.lang.Object implements Serializable

Serialized Fields

_markup

java.lang.String _markup

_markupVersion

java.lang.String _markupVersion

_screenWidth

int _screenWidth

_screenHeight

int _screenHeight

_maxImageWidth

int _maxImageWidth

_maxImageHeight

int _maxImageHeight

_screenColumns

int _screenColumns

_screenRows

int _screenRows

_maxDeckSize

int _maxDeckSize

_maxObjectSize

int _maxObjectSize

_maxUrlLengthInRequest

int _maxUrlLengthInRequest

_maxUrlLengthCachedPage

int _maxUrlLengthCachedPage

Package com.nitido.nimbox.http.services.ad

Class com.nitido.nimbox.http.services.ad.ADClickThroughEvent extends TrackingEvent implements Serializable

Serialized Fields

_src

java.lang.String _src
Reference to the source skin where the AD was displayed.


_dest

java.lang.String _dest
The URL where the AD is pointing too.


_msg

java.lang.String _msg
The msg that is displayed when this event is recorded.

Class com.nitido.nimbox.http.services.ad.ADDisplayEvent extends TrackingEvent implements Serializable

Serialized Fields

_msg

java.lang.String _msg

_skinID

java.lang.String _skinID

_skinLocation

java.lang.String _skinLocation

Class com.nitido.nimbox.http.services.ad.AdNotFoundException extends NiMException implements Serializable

Class com.nitido.nimbox.http.services.ad.SkinAd extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
The AD id


_linkURL

java.lang.String _linkURL
the URL for the Ad


_content

java.lang.String _content
the AD content


_description

java.lang.String _description

Class com.nitido.nimbox.http.services.ad.SkinAdMap extends java.lang.Object implements Serializable

Serialized Fields

_skinID

java.lang.String _skinID
reference to the skin ID associated to this map


_ads

java.util.HashMap<K,V> _ads
contains the set of Ads for a given skin.


_entity

Entity _entity
Reference to the Entity object making the request


_displayTrackingEnabled

boolean _displayTrackingEnabled
If set, AD display tracking is enabled


Package com.nitido.nimbox.http.services.tracking

Class com.nitido.nimbox.http.services.tracking.TrackingEvent extends java.lang.Object implements Serializable

Serialized Fields

_id

java.lang.String _id
The event tracking id.


Package com.nitido.nimx.nuggets.extmail

Class com.nitido.nimx.nuggets.extmail.ExternalMailNugget extends NonCachableNugget implements Serializable

Class com.nitido.nimx.nuggets.extmail.ExternalMailNuggetException extends NiMException implements Serializable


Package com.nitido.nimx.nuggets.extmail.real

Class com.nitido.nimx.nuggets.extmail.real.ExternalMailNuggetImpl extends ExternalMailNugget implements Serializable


Package com.nitido.nimx.nuggets.helpdesk

Class com.nitido.nimx.nuggets.helpdesk.HelpDeskNugget extends IPlanetSettingsNugget implements Serializable


Package com.nitido.nimx.nuggets.helpdesk.dirpool

Class com.nitido.nimx.nuggets.helpdesk.dirpool.HelpDeskNuggetImpl extends HelpDeskNugget implements Serializable

Serialized Fields

_userDN

java.lang.String _userDN

_readPoolName

java.lang.String _readPoolName

_writePoolName

java.lang.String _writePoolName

_adminBaseDN

java.lang.String _adminBaseDN

_userBaseDN

java.lang.String _userBaseDN

Package com.nitido.nimx.nuggets.helpdesk.real

Class com.nitido.nimx.nuggets.helpdesk.real.HelpDeskNuggetImpl extends HelpDeskNugget implements Serializable

Serialized Fields

_logger

Logger _logger

Package com.nitido.nimx.nuggets.iplanetset

Class com.nitido.nimx.nuggets.iplanetset.IPlanetServerException extends IPlanetSettingsException implements Serializable

Class com.nitido.nimx.nuggets.iplanetset.IPlanetSettingsException extends NiMException implements Serializable

Class com.nitido.nimx.nuggets.iplanetset.IPlanetSettingsNugget extends NonCachableNugget implements Serializable


Package com.nitido.nimx.nuggets.iplanetset.dirpool

Class com.nitido.nimx.nuggets.iplanetset.dirpool.IPlanetSettingsNuggetImpl extends IPlanetSettingsNugget implements Serializable


Package com.nitido.nimx.nuggets.iplanetset.real

Class com.nitido.nimx.nuggets.iplanetset.real.IPlanetSettingsNuggetImpl extends IPlanetSettingsNugget implements Serializable


Package com.nitido.nimx.nuggets.iplanetset.stub

Class com.nitido.nimx.nuggets.iplanetset.stub.IPlanetSettingsNuggetImpl extends IPlanetSettingsNugget implements Serializable

Serialized Fields

_vacMsgSubject

java.lang.String _vacMsgSubject

_vacMsgInternal

java.lang.String _vacMsgInternal

_vacMsgExternal

java.lang.String _vacMsgExternal

_vacMsgRepeatDays

int _vacMsgRepeatDays

_vacMsgEnabled

boolean _vacMsgEnabled

_vacMsgStartDate

java.lang.String _vacMsgStartDate

_vacMsgEndDate

java.lang.String _vacMsgEndDate

_filters

java.util.Vector<E> _filters

_signature

java.lang.String _signature

_signatureEnabled

boolean _signatureEnabled

_vcard

java.lang.String _vcard

_vcardEnabled

boolean _vcardEnabled

_copyForwardEnabled

boolean _copyForwardEnabled

_copyForward

java.lang.String[] _copyForward

_commonName

java.lang.String _commonName

_replyTo

java.lang.String _replyTo

_copySend

boolean _copySend

_replyInclude

boolean _replyInclude

_composeWidth

int _composeWidth

_paginationSize

int _paginationSize

_composeTextSize

int _composeTextSize

_notificationEmailAddress

java.lang.String _notificationEmailAddress

_notificationFrom

java.lang.String[] _notificationFrom

_notificationOption

java.lang.String _notificationOption

_notificationUrgentOption

boolean _notificationUrgentOption

_notificationListOption

boolean _notificationListOption

_notificationPhoneFrom

java.lang.String[] _notificationPhoneFrom

_notificationPhoneNumber

java.lang.String _notificationPhoneNumber

_notificationPhoneOption

java.lang.String _notificationPhoneOption

_notificationPhoneUrgentOption

boolean _notificationPhoneUrgentOption

_notificationPhoneListOption

boolean _notificationPhoneListOption

_extendedPrefs

java.util.Hashtable<K,V> _extendedPrefs

_extMailSettings

java.util.Vector<E> _extMailSettings

_transactionLevel

int _transactionLevel

Package com.nitido.nimx.nuggets.iplanetset.userspace

Class com.nitido.nimx.nuggets.iplanetset.userspace.IPlanetSettingsNuggetImpl extends IPlanetSettingsNugget implements Serializable


Package com.nitido.nimx.nuggets.javamail

Class com.nitido.nimx.nuggets.javamail.InvalidUIDException extends JavaMailNuggetException implements Serializable

Class com.nitido.nimx.nuggets.javamail.JavaMailNugget extends Nugget implements Serializable

Class com.nitido.nimx.nuggets.javamail.JavaMailNuggetException extends NiMException implements Serializable

Serialized Fields

_rootCause

java.lang.Throwable _rootCause

Class com.nitido.nimx.nuggets.javamail.MessageNotInFolderException extends JavaMailNuggetException implements Serializable

Class com.nitido.nimx.nuggets.javamail.Usage extends java.lang.Object implements Serializable

Serialized Fields

spaceUsed

long spaceUsed
The amount of space used from the mail box.


spaceQuota

long spaceQuota
The usage quota of the mail box.


msgUsed

long msgUsed
The number of messages stored in the mailbox currently.


msgQuota

long msgQuota
The maximum number of message allowed in the mailbox.


Package com.nitido.nimx.nuggets.javamail.real

Class com.nitido.nimx.nuggets.javamail.real.JavaMailNuggetImpl extends JavaMailNugget implements Serializable

Serialized Fields

_checkUIDValidity

boolean _checkUIDValidity

Package com.nitido.nimx.nuggets.javamail.valet

Class com.nitido.nimx.nuggets.javamail.valet.JavaMailNuggetImpl extends JavaMailNugget implements Serializable

Serialized Fields

_ticketKey

java.lang.String _ticketKey

_expireTime

long _expireTime

_imapUser

java.lang.String _imapUser

_imapPwd

java.lang.String _imapPwd

_imapHost

java.lang.String _imapHost

_jmProp

java.util.Properties _jmProp

_isDebug

boolean _isDebug

_checkUIDValidity

boolean _checkUIDValidity

Package com.nitido.nimx.nuggets.pab

Class com.nitido.nimx.nuggets.pab.InvalidAttributeException extends PABException implements Serializable

Class com.nitido.nimx.nuggets.pab.InvalidEntryException extends PABException implements Serializable

Class com.nitido.nimx.nuggets.pab.PABBatchResult extends java.lang.Object implements Serializable

Serialized Fields

_uniqueNames

java.lang.String[] _uniqueNames

_errorCodes

int[] _errorCodes

_hasBadEntries

boolean _hasBadEntries

_numberOfBadEntries

int _numberOfBadEntries

_numberOfGoodEntries

int _numberOfGoodEntries

Class com.nitido.nimx.nuggets.pab.PABEntry extends java.lang.Object implements Serializable

Serialized Fields

_hash

OpenHashMap<K,V> _hash

Class com.nitido.nimx.nuggets.pab.PABException extends NiMException implements Serializable

Serialized Fields

_rootCause

java.lang.Throwable _rootCause

Class com.nitido.nimx.nuggets.pab.PABGroup extends PABEntry implements Serializable

Class com.nitido.nimx.nuggets.pab.PABNugget extends CachableNugget implements Serializable

Class com.nitido.nimx.nuggets.pab.PABPerson extends PABEntry implements Serializable


Package com.nitido.nimx.nuggets.pab.real

Class com.nitido.nimx.nuggets.pab.real.PABNuggetImpl extends PABNugget implements Serializable

Serialized Fields

_ocPABPerson

java.lang.String _ocPABPerson
The object class of the PAB person


_ocPABGroup

java.lang.String _ocPABGroup
The object class of the PAB group


_readPoolName

java.lang.String _readPoolName
The read pool name.


_writePoolName

java.lang.String _writePoolName
The write pool name.


_addrBookUN

java.lang.String _addrBookUN
The UN of the address book. (All of its member should have memberOfPAB attribute pointing to this UN.)


_base

java.lang.String _base
The parent base of all user PAB subtree. (e.g. ou=People, o=nitido.com, o=isp, o=pab)


_dmUid

java.lang.String _dmUid
The DirectoryManager user id. (i.e. the DN).


_dmPwd

java.lang.String _dmPwd
The DirectoryManager password.


_pabBase

java.lang.String _pabBase
The user's PAB subtree. In other words, it is the base of all PAB entries of the user. (e.g. ou=MyUserId, ou=People, o=nitido.com, o=isp, o=pab)


_userid

java.lang.String _userid
The user's own ID.


Package com.nitido.nimx.nuggets.pab.stub

Class com.nitido.nimx.nuggets.pab.stub.PABNuggetStub extends PABNugget implements Serializable

Serialized Fields

_entries

java.util.Hashtable<K,V> _entries

Package com.nitido.nimx.nuggets.wcap

Class com.nitido.nimx.nuggets.wcap.Component extends java.lang.Object implements Serializable

Serialized Fields

_uid

java.lang.String _uid

_rid

java.lang.String _rid

_title

java.lang.String _title

_desc

java.lang.String _desc

_location

java.lang.String _location

_status

CompStatus _status

_rdates

java.util.Vector<E> _rdates

_rrules

java.util.Vector<E> _rrules

_exdates

java.util.Vector<E> _exdates

_exrules

java.util.Vector<E> _exrules

_alarm

Alarm _alarm

_priority

int _priority

_sequence

int _sequence

_created

java.util.Date _created

_lastMod

java.util.Date _lastMod

_timeZoneId

java.lang.String _timeZoneId

Class com.nitido.nimx.nuggets.wcap.Event extends Component implements Serializable

Serialized Fields

_attendees

java.util.Vector<E> _attendees

_isAllDay

boolean _isAllDay

_start

java.util.Date _start

_end

java.util.Date _end

_duration

Duration _duration

Class com.nitido.nimx.nuggets.wcap.InvalidParameterException extends WcapException implements Serializable

Class com.nitido.nimx.nuggets.wcap.InvalidTimeException extends WcapException implements Serializable

Class com.nitido.nimx.nuggets.wcap.ToDo extends Component implements Serializable

Serialized Fields

_percent

int _percent

_removeCompleted

boolean _removeCompleted

_completed

java.util.Date _completed

_isAllDay

boolean _isAllDay

_start

java.util.Date _start

_due

java.util.Date _due

_duration

Duration _duration

Class com.nitido.nimx.nuggets.wcap.WcapException extends NiMException implements Serializable

Class com.nitido.nimx.nuggets.wcap.WcapNugget extends CachableNugget implements Serializable

Class com.nitido.nimx.nuggets.wcap.WcapServerException extends WcapException implements Serializable

Serialized Fields

_errorCode

int _errorCode

Package com.nitido.nimx.services.brand

Class com.nitido.nimx.services.brand.BrandImpl extends Brand implements Serializable


Package com.nitido.nimx.services.datacontrol.cachedmap

Class com.nitido.nimx.services.datacontrol.cachedmap.DataControlImpl extends DataControl implements Serializable

Serialized Fields

_userDN

java.lang.String _userDN
The entity's DN.


_isBindAsUser

boolean _isBindAsUser

_bindDN

java.lang.String _bindDN

_bindPwd

java.lang.String _bindPwd

_enablePrefetch

boolean _enablePrefetch

_checkCredWhenBind

boolean _checkCredWhenBind
A boolean flag that indicates whether to check the credential validity when binding. This is usually set to false as the credential validity should have already been validated by the authentication service. This is only required to set to true when the authentication service and data control service access different backend data stores.


_credSpace

OpenSerializableHash _credSpace
Memory hash for credential space entries


_userSpace

OpenSerializableHash _userSpace
Memory hash for the user space entries that are not stored in the directory.


Package com.nitido.nimx.services.datacontrol.profilemap

Class com.nitido.nimx.services.datacontrol.profilemap.DataControlImpl extends DataControl implements Serializable

Serialized Fields

_host

java.lang.String _host
The directory host name


_port

int _port
The directory port number


_uid

java.lang.String _uid
The entity's id.


_userDN

java.lang.String _userDN
The entity's DN


_userPwd

java.lang.String _userPwd
The entity's password


_bindDN

java.lang.String _bindDN

_bindPwd

java.lang.String _bindPwd

_credSpace

OpenSerializableHash _credSpace
Memory hash for credential space entries


_userSpace

OpenSerializableHash _userSpace
Memory hash for the user space entries that are not stored in the directory.


Package com.nitido.nimx.services.datacontrol.sim

Class com.nitido.nimx.services.datacontrol.sim.DataControlImpl extends DataControl implements Serializable

Serialized Fields

_credSpace

OpenSerializableHash _credSpace

_userSpace

OpenSerializableHash _userSpace

Package com.nitido.nimx.services.simbackend

Class com.nitido.nimx.services.simbackend.DataControlImpl extends DataControl implements Serializable

Serialized Fields

_bindedCredSpace

OpenSerializableHash _bindedCredSpace
Memory hash for credential space entries


_userSpace

OpenSerializableHash _userSpace
Memory hash for the user space entries that are not stored in the directory.


_bindedCred

Credential _bindedCred
The credential that was used in the last successful "bind".


Package com.nitido.nimx.services.valet

Class com.nitido.nimx.services.valet.ValetException extends NiMException implements Serializable

Class com.nitido.nimx.services.valet.ValetTicket extends java.lang.Object implements Serializable

Serialized Fields

_nodeToIdMap

java.util.HashMap<K,V> _nodeToIdMap

_userid

java.lang.String _userid

Package com.nitido.qabase

Class com.nitido.qabase.ConfiguratorException extends java.lang.Exception implements Serializable


Package com.nitido.util

Class com.nitido.util.OpenAttributeHash extends java.lang.Object implements Serializable

Serialized Fields

hash

OpenHash hash

Class com.nitido.util.OpenHash extends java.lang.Object implements Serializable

Serialized Fields

hashtable

java.util.Hashtable<K,V> hashtable

Class com.nitido.util.OpenHashMap extends java.lang.Object implements Serializable

Serialized Fields

_hashMap

java.util.HashMap<K,V> _hashMap

Class com.nitido.util.OpenParameterContainer extends java.lang.Object implements Serializable

Serialized Fields

pairs

OpenHash pairs

Class com.nitido.util.OpenSerializableHash extends java.lang.Object implements Serializable

Serialized Fields

hash

OpenHash hash

Class com.nitido.util.ParameterContainer extends java.lang.Object implements Serializable

Serialized Fields

pairs

java.util.Hashtable<K,V> pairs

Class com.nitido.util.StringContainer extends java.lang.Object implements Serializable

Serialized Fields

list

java.util.Vector<E> list


Nitido NiM 2.5 Java API

These JavaDoc pages are generated for release/nim_2_5-2.5.44

Copyright © 1999-2009 Nitido Inc.    Proprietary and Confidential.    All Rights Reserved.