|
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
The base class of all EMS service classes.
EMSMessage, TextFormating, PredefinedSound, UserDefinedSound, LargePicture, SmallPicture, VariablePicture, PredefinedAnimation, LargeAnimation, SmallAnimation, Serialized Form| Constructor Summary | |
EMSService() |
|
| Method Summary | |
int |
compareTo(java.lang.Object o)Compares two EMSService objects for equality. |
byte[] |
getBytes()getBytes must be overridden. |
byte[] |
getData()This method must be overridden by services that contains data. |
int |
getLength()This method must be overridden by services that contains length field. |
int |
getPosition()Gets the position of the service. |
void |
setLength(int len)Must be overridden by services that contains length field. |
void |
setPosition(int pos)Sets the position of the service. |
int |
size()This method must be overridden. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public EMSService()
| Method Detail |
public int compareTo(java.lang.Object o)
compareTo in interface java.lang.Comparableo - object to check for equality with this object.public byte[] getBytes()
public byte[] getData()
public int getLength()
public int getPosition()
public void setLength(int len)
len -public void setPosition(int pos)
pos -public int size()
|
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 | |||||||||