|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--oracle.mail.ldap.ESDSContext
This class caches certain data for the caller. And the ESDSContext is passed to all the DS API's as an input params.
Method Summary | |
void |
clearPiecewiseAliasSearchFlags() |
void |
clearPiecewiseDLMemberLookupFlags() |
void |
clearPiecewiseDLSearchFlags() |
void |
clearPiecewiseNewsGroupSearchFlags() |
void |
clearPiecewiseUserSearchFlags() |
java.util.Vector |
getAttributeFromCache(java.lang.String attribName) This method will return the value of an attribute from cache the callers parameters. |
java.lang.String |
getCallerName() |
java.lang.String |
getCallerType() |
boolean |
getDebug() |
boolean |
getIfGetNextBatchAlias() |
boolean |
getIfGetNextBatchDL() |
boolean |
getIfGetNextBatchDLSearch() |
boolean |
getIfGetNextBatchNewsGroup() |
boolean |
getIfGetNextBatchUsers() |
java.util.Hashtable |
getParamsHash() |
java.lang.String |
getServerDN() For client contexts, returns the pool key |
boolean |
isAValidContext() |
void |
refreshUserAttrsCache(java.lang.String[] toCache) |
ESDSLdapObject |
retrieveUserAttrsFromCache(java.lang.String[] attrs) This method construct mailuser object from cache. |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public boolean isAValidContext()
public boolean getDebug()
public void clearPiecewiseDLMemberLookupFlags()
public void clearPiecewiseUserSearchFlags()
public void clearPiecewiseAliasSearchFlags()
public void clearPiecewiseDLSearchFlags()
public void clearPiecewiseNewsGroupSearchFlags()
public boolean getIfGetNextBatchDL()
public boolean getIfGetNextBatchUsers()
public boolean getIfGetNextBatchDLSearch()
public boolean getIfGetNextBatchAlias()
public boolean getIfGetNextBatchNewsGroup()
public void refreshUserAttrsCache(java.lang.String[] toCache) throws ESDSException
public java.util.Hashtable getParamsHash()
public java.util.Vector getAttributeFromCache(java.lang.String attribName) throws ESDSException
attribName
- Name of the attributepublic java.lang.String getCallerName()
public java.lang.String getCallerType()
public java.lang.String getServerDN()
public ESDSLdapObject retrieveUserAttrsFromCache(java.lang.String[] attrs) throws ESDSException
attrs
- An array of Strings containing the name of attributes to be returned. In case any of these attrs are not cached, then the cache gets refreshed.
|
Oracle® Mail Java API Reference 10g Release 1 (10.1.1) B14492-01 |
||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |