Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.common.ems
Class VCalService

java.lang.Object
  |
  +--oracle.panama.messaging.common.ems.EMSService
        |
        +--oracle.panama.messaging.common.ems.VCalService
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class VCalService
extends EMSService
See Also:
Serialized Form

Constructor Summary
VCalService()
           

 

Method Summary
 byte[] getBytes()
           
 byte[] getData()
           
 void setCal(VCalendar cal)
          Sets the vCalendar
 void setLength(int len)
           
 int size()
           

 

Methods inherited from class oracle.panama.messaging.common.ems.EMSService
compareTo, getLength, getPosition, setPosition

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

VCalService

public VCalService()
Method Detail

setCal

public void setCal(VCalendar cal)
Sets the vCalendar

size

public int size()
Overrides:
size in class EMSService
Returns:
The size of the EMS Service (vcalendar data + header)

getData

public byte[] getData()
Overrides:
getData in class EMSService
Returns:
The data : vCalendar content.

setLength

public void setLength(int len)
Overrides:
setLength in class EMSService

getBytes

public byte[] getBytes()
Overrides:
getBytes in class EMSService
Returns:
The header for the vCalendar EMS.

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.