|
![]() |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InvalidSettingException | |
---|---|
com.nitido.nim | This package contains NiM core classes. |
com.nitido.nimx.nuggets.extmail | This package contains the ExtMailNugget and its' helper classes. |
com.nitido.nimx.nuggets.extmail.real | The only implementation of ExtMailNugget. |
com.nitido.nimx.nuggets.helpdesk.dirpool | This implementation utilizes the DirPoolService to obtain the directory connections. |
com.nitido.nimx.nuggets.helpdesk.real | This implementation establishes new connection for each request transaction. |
com.nitido.nimx.nuggets.iplanetset | This package contains the Nugget and helper classes for accessing and modifying user-centric preference settings for communication servers from Sun ONE (which was called iPlanet). |
com.nitido.nimx.nuggets.iplanetset.dirpool | This IPlanetSettingsNugget implementation obtains the directory connections from the DirPoolService. |
com.nitido.nimx.nuggets.iplanetset.real | This IPlanetSettingsNugget implementation obtains a new directory connection for each request transaction. |
com.nitido.nimx.nuggets.iplanetset.stub | This IPlanetSettingsNugget implementation stores the data in memory. |
com.nitido.nimx.nuggets.iplanetset.userspace | This IPlanetSettingsNugget implementation stores the data in the associated Entity's user space. |
com.nitido.nimx.nuggets.javamail.real | This is the first real implementation of JavaMailNugget, which launches the JavaMail connections and keep the IMAP connection reference opened during the nugget's lifetime only. |
com.nitido.nimx.nuggets.javamail.valet | This is the "valet" implementation of JavaMailNugget, which "park" the IMAP connections to the ValetService in order to keep the connection opened between requests. |
com.nitido.nimx.nuggets.pab | This package contains the Nugget and associate classes for accessing Personal Address Book (PAB). |
com.nitido.nimx.nuggets.pab.real | This PABNugget implementation obtains the directory connections from the DirPoolService. |
com.nitido.nimx.nuggets.wcap | This package contains the Nugget and associate classes for accessing iPlanet Calendar Server through WCAP commands. |
com.nitido.nimx.services.nugget.simple | A simple implementation of NuggetService. |
com.nitido.nimx.services.simbackend | This package contains classes used to simulate a backend data store. |
Uses of InvalidSettingException in com.nitido.nim |
---|
Methods in com.nitido.nim that throw InvalidSettingException | |
---|---|
abstract Nugget |
NuggetService.createNugget(Entity entity,
java.lang.String nuggetName)
This method is used to load and instantiate a Nugget of the given nuggetName. |
abstract Nugget |
NuggetService.createNugget(Entity entity,
java.lang.String nuggetName,
java.lang.String nuggetType,
java.util.Hashtable settings)
This method is used to load and instantiate a Nugget of the given type and for the given entity. |
Nugget |
Entity.createNugget(java.lang.String nuggetName,
java.lang.String nuggetType,
java.util.Hashtable nuggetSettings)
This method creates a new nugget instance for the given nugget type with the given settings and will attach the nugget to the entity. |
Nugget |
Entity.getNugget(java.lang.String nuggetName)
This method returns a reference to the Nugget that is associated to the given nugget name. |
void |
Nugget.init(java.lang.String nuggetName,
Entity entity,
java.util.Hashtable settings)
This method is the base initialization method that should be called by NuggetService after a Nugget has been instantiated successfully. |
protected abstract void |
Nugget.initImpl()
This method is called by the init() method after the member variables _nuggetName, _entity and _settings are assigned. |
Uses of InvalidSettingException in com.nitido.nimx.nuggets.extmail |
---|
Methods in com.nitido.nimx.nuggets.extmail that throw InvalidSettingException | |
---|---|
protected void |
ExternalMailNugget.checkBoolean(java.util.Hashtable settings,
java.lang.String key)
|
protected void |
ExternalMailNugget.checkEmail(java.util.Hashtable settings,
java.lang.String key)
|
protected void |
ExternalMailNugget.checkInt(java.util.Hashtable settings,
java.lang.String key)
|
protected void |
ExternalMailNugget.checkNonNull(java.util.Hashtable settings,
java.lang.String key)
|
protected void |
ExternalMailNugget.checkWithDefault(java.util.Hashtable settings,
java.lang.String key,
java.lang.String defaultValue)
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.extmail.real |
---|
Methods in com.nitido.nimx.nuggets.extmail.real that throw InvalidSettingException | |
---|---|
protected void |
ExternalMailNuggetImpl.initImpl()
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.helpdesk.dirpool |
---|
Methods in com.nitido.nimx.nuggets.helpdesk.dirpool that throw InvalidSettingException | |
---|---|
protected void |
HelpDeskNuggetImpl.initImpl()
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.helpdesk.real |
---|
Methods in com.nitido.nimx.nuggets.helpdesk.real that throw InvalidSettingException | |
---|---|
protected void |
HelpDeskNuggetImpl.checkInt(java.lang.String key)
|
protected void |
HelpDeskNuggetImpl.checkNonNull(java.lang.String key)
|
protected void |
HelpDeskNuggetImpl.initImpl()
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.iplanetset |
---|
Methods in com.nitido.nimx.nuggets.iplanetset that throw InvalidSettingException | |
---|---|
protected void |
IPlanetSettingsNugget.checkInt(java.lang.String key)
|
protected void |
IPlanetSettingsNugget.checkNonNull(java.lang.String key)
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.iplanetset.dirpool |
---|
Methods in com.nitido.nimx.nuggets.iplanetset.dirpool that throw InvalidSettingException | |
---|---|
protected void |
IPlanetSettingsNuggetImpl.initImpl()
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.iplanetset.real |
---|
Methods in com.nitido.nimx.nuggets.iplanetset.real that throw InvalidSettingException | |
---|---|
protected void |
IPlanetSettingsNuggetImpl.checkInt(java.lang.String key)
|
protected void |
IPlanetSettingsNuggetImpl.checkNonNull(java.lang.String key)
|
protected void |
IPlanetSettingsNuggetImpl.initImpl()
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.iplanetset.stub |
---|
Methods in com.nitido.nimx.nuggets.iplanetset.stub that throw InvalidSettingException | |
---|---|
protected void |
IPlanetSettingsNuggetImpl.initImpl()
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.iplanetset.userspace |
---|
Methods in com.nitido.nimx.nuggets.iplanetset.userspace that throw InvalidSettingException | |
---|---|
protected void |
IPlanetSettingsNuggetImpl.initImpl()
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.javamail.real |
---|
Methods in com.nitido.nimx.nuggets.javamail.real that throw InvalidSettingException | |
---|---|
protected void |
JavaMailNuggetImpl.checkBoolean(java.lang.String key)
|
protected void |
JavaMailNuggetImpl.checkEmail(java.lang.String key)
|
protected void |
JavaMailNuggetImpl.checkInt(java.lang.String key)
|
protected void |
JavaMailNuggetImpl.checkNonNull(java.lang.String key)
|
protected void |
JavaMailNuggetImpl.checkWithDefault(java.lang.String key,
java.lang.String defaultValue)
|
protected Credential |
JavaMailNuggetImpl.fetchCredential(java.lang.String protocol,
java.lang.String settingKey)
Fetch the credential from the DataStore. |
protected void |
JavaMailNuggetImpl.initImpl()
Used by NiM Nugget mechnanism. |
protected void |
JavaMailNuggetImpl.setJavaMailProperties()
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.javamail.valet |
---|
Methods in com.nitido.nimx.nuggets.javamail.valet that throw InvalidSettingException | |
---|---|
protected void |
JavaMailNuggetImpl.checkBoolean(java.lang.String key)
|
protected void |
JavaMailNuggetImpl.checkEmail(java.lang.String key)
|
protected void |
JavaMailNuggetImpl.checkInt(java.lang.String key)
|
protected void |
JavaMailNuggetImpl.checkNonNull(java.lang.String key)
|
protected void |
JavaMailNuggetImpl.checkWithDefault(java.lang.String key,
java.lang.String defaultValue)
|
protected Credential |
JavaMailNuggetImpl.fetchCredential(java.lang.String protocol,
java.lang.String settingKey)
Fetch the credential from the DataStore. |
protected long |
JavaMailNuggetImpl.getLongSetting(java.lang.String key)
|
protected void |
JavaMailNuggetImpl.initImpl()
Used by NiM Nugget mechnanism. |
protected java.util.Properties |
JavaMailNuggetImpl.settingsToJMProp()
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.pab |
---|
Methods in com.nitido.nimx.nuggets.pab that throw InvalidSettingException | |
---|---|
protected abstract void |
PABNugget.initImpl()
Used by NiM Nugget mechanism. |
Uses of InvalidSettingException in com.nitido.nimx.nuggets.pab.real |
---|
Methods in com.nitido.nimx.nuggets.pab.real that throw InvalidSettingException | |
---|---|
protected void |
PABNuggetImpl.initImpl()
|
Uses of InvalidSettingException in com.nitido.nimx.nuggets.wcap |
---|
Methods in com.nitido.nimx.nuggets.wcap that throw InvalidSettingException | |
---|---|
protected void |
WcapNugget.initImpl()
|
Uses of InvalidSettingException in com.nitido.nimx.services.nugget.simple |
---|
Methods in com.nitido.nimx.services.nugget.simple that throw InvalidSettingException | |
---|---|
Nugget |
NuggetServiceImpl.createNugget(Entity entity,
java.lang.String nuggetName)
|
Nugget |
NuggetServiceImpl.createNugget(Entity entity,
java.lang.String nuggetName,
java.lang.String nuggetType,
java.util.Hashtable nuggetSettings)
|
Uses of InvalidSettingException in com.nitido.nimx.services.simbackend |
---|
Methods in com.nitido.nimx.services.simbackend that throw InvalidSettingException | |
---|---|
Nugget |
NuggetServiceImpl.createNugget(Entity entity,
java.lang.String nuggetName)
|
Nugget |
NuggetServiceImpl.createNugget(Entity entity,
java.lang.String nuggetName,
java.lang.String nuggetType,
java.util.Hashtable nuggetSettings)
|
|
Nitido NiM 2.5 Java API | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Copyright © 1999-2009 Nitido Inc. Proprietary and Confidential. All Rights Reserved.