|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.compoze.exchange.AbstractItem
com.compoze.exchange.Message
com.compoze.exchange.MeetingResponse
This class represents a response to a meeting.
Field Summary |
Fields inherited from class com.compoze.exchange.Message |
ALL_PROPS |
Fields inherited from class com.compoze.exchange.AbstractItem |
m_props, m_session |
Method Summary | |
Appointment |
serverGetAssociatedAppointment(PropertyKey[] apptProps)
Gets the appointment associated with the meeting response. |
void |
setSender(AddressEntry addressEntry)
This method is not allowed on this Message type. |
Methods inherited from class com.compoze.exchange.AbstractItem |
get, getBoolean, getByteArray, getDate, getDouble, getInt, getInvalidPropertyValues, getPropertyKeys, getString, getStringArray, getUpdatedPropertyValues, set, setBoolean, setByteArray, setDate, setDouble, setInt, setString, setStringArray |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Method Detail |
public Appointment serverGetAssociatedAppointment(PropertyKey[] apptProps) throws ExchangeException
apptProps
- the properties from the appointment to retrieve
null
if it was not
found, meaning that the associated appointment was moved,
deleted or is out of date
ExchangeException
public void setSender(AddressEntry addressEntry) throws ExchangeException
Message
type.
setSender
in class Message
addressEntry
- the address entry of the sender
ExchangeException
- this method is not allowed
|
Compoze Software, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |