Oracle Application Server Wireless Java API Reference
B10400-01

oracle.panama.messaging.common.ems
Class EMSService

java.lang.Object
  |
  +--oracle.panama.messaging.common.ems.EMSService
All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable
Direct Known Subclasses:
LargeAnimation, LargePicture, PredefinedAnimation, PredefinedSound, SmallAnimation, SmallPicture, TextFormating, UserDefinedSound, VariablePicture, VCalService, VCardService

public class EMSService
extends java.lang.Object
implements java.io.Serializable, java.lang.Comparable

The base class of all EMS service classes.

Author:
jxiang
See Also:
EMSMessage, TextFormating, PredefinedSound, UserDefinedSound, LargePicture, SmallPicture, VariablePicture, PredefinedAnimation, LargeAnimation, SmallAnimation, Serialized Form

Constructor Summary
EMSService()
           

 

Method Summary
 int compareTo(java.lang.Object o)
           
 byte[] getBytes()
           
 byte[] getData()
           
 int getLength()
           
 int getPosition()
           
 void setLength(int len)
           
 void setPosition(int pos)
           
 int size()
           

 

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

 

Constructor Detail

EMSService

public EMSService()
Method Detail

getBytes

public byte[] getBytes()

size

public int size()

getData

public byte[] getData()

getLength

public int getLength()

getPosition

public int getPosition()

setLength

public void setLength(int len)

setPosition

public void setPosition(int pos)

compareTo

public int compareTo(java.lang.Object o)
Specified by:
compareTo in interface java.lang.Comparable

Oracle Application Server Wireless Java API Reference
B10400-01

Copyright © 2003 Oracle Corporation. All Rights Reserved.