|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.compoze.exchange.SessionInfo
This class contains the methods used for session manipulation.
Method Summary | |
AddressEntry |
serverGetAddressEntry(PropertyKey[] keys)
Gets the AddressEntry associated with the session. |
int |
serverGetMaxAttachmentSize()
Gets the maximum attachment size for the server. |
PropertyValue |
serverGetOption(PropertyKey option)
Gets an option from the server. |
ExchangeTimeZone |
serverGetTimeZone()
Gets the time zone for the user. |
void |
serverSetOption(PropertyValue value)
Sets a server option. |
void |
serverSetTimeZone(ExchangeTimeZone tz)
Sets the time zone for the session. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public PropertyValue serverGetOption(PropertyKey option) throws ExchangeException
PropertyKey.SESSION_OPTION_BUSINESS_DAY_END_TIME
PropertyKey.SESSION_OPTION_BUSINESS_DAY_START_TIME
PropertyKey.SESSION_OPTION_CALENDAR_STORE
PropertyKey.SESSION_OPTION_FIRST_DAY_OF_WEEK
PropertyKey.SESSION_OPTION_IS_24_HOUR_CLOCK
PropertyKey.SESSION_OPTION_TIME_ZONE
PropertyKey.SESSION_OPTION_WORKING_DAYS
PropertyKey.SESSION_OPTION_EXCHANGE55
option
- the property keypublic void serverSetOption(PropertyValue value) throws ExchangeException
PropertyKey.SESSION_OPTION_BUSINESS_DAY_END_TIME
PropertyKey.SESSION_OPTION_BUSINESS_DAY_START_TIME
PropertyKey.SESSION_OPTION_CALENDAR_STORE
PropertyKey.SESSION_OPTION_FIRST_DAY_OF_WEEK
PropertyKey.SESSION_OPTION_IS_24_HOUR_CLOCK
PropertyKey.SESSION_OPTION_TIME_ZONE
PropertyKey.SESSION_OPTION_WORKING_DAYS
value
- the property valueExchangeException
- if a problem occurred while connecting to
or interacting with Exchangepublic void serverSetTimeZone(ExchangeTimeZone tz) throws ExchangeException
tz
- the time zone to set for the userExchangeException
- if a problem occurred while connecting to
or interacting with Exchangepublic ExchangeTimeZone serverGetTimeZone() throws ExchangeException
ExchangeException
- if a problem occurred while connecting to
or interacting with Exchange(ExchangeTimeZone)
public int serverGetMaxAttachmentSize() throws ExchangeException
ExchangeException
- if a problem occurred while connecting to
or interacting with Exchangepublic AddressEntry serverGetAddressEntry(PropertyKey[] keys) throws ExchangeException
AddressEntry
associated with the session.keys
- the property keys to fetchnull
if the current session
information could not be fetched.ExchangeException
- if a problem occurred while connecting to
or interacting with Exchange
|
Compoze Software, Inc. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |