|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Object
oracle.panama.messaging.common.ems.EMSService
oracle.panama.messaging.common.ems.VCalService
| Constructor Summary | |
VCalService() |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)Checks for equality of two VCalService objects. |
byte[] |
getBytes()Gets the header of the service. |
byte[] |
getData()Gets the data of the service. |
int |
hashCode()Gets hash code for the instance. |
void |
setCal(VCalendar cal)Sets the vCalendar data for the service. |
void |
setEncodedVCal(byte[] cal)Sets the vCalendar data for the service. |
void |
setLength(int len)Sets the length of the vCalendar. |
void |
setVCalString(java.lang.String cal)Sets the vCalendar data for the service. |
int |
size()Gets the size of the serice |
| Methods inherited from class oracle.panama.messaging.common.ems.EMSService |
compareTo, getLength, getPosition, setPosition |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public VCalService()
| Method Detail |
public boolean equals(java.lang.Object other)
other - VCalService object to test for equality with this object.public byte[] getBytes()
getBytes in class EMSServicepublic byte[] getData()
getData in class EMSServicepublic int hashCode()
public void setCal(VCalendar cal)
cal - vCalendar represented using VCalendar object.public void setEncodedVCal(byte[] cal)
cal - vCalendar represented as encoded String object.public void setLength(int len)
setLength in class EMSServicelen -public void setVCalString(java.lang.String cal)
cal - vCalendar represented as String object.public int size()
size in class EMSService
|
Oracle Application Server Wireless Java API Reference B14043-01 |
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||