|
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.UserDefinedSound
EMS service: user defined sound.
EMSService, Serialized Form| Constructor Summary | |
UserDefinedSound() |
|
| Method Summary | |
boolean |
equals(java.lang.Object other)Checks for equality of two UserdefinedSound objects. |
byte[] |
getBytes()Gets complete userdefined sound. |
byte[] |
getData()Gets only the data part of the userdefined sound. |
int |
hashCode()Gets hash code for the instance. |
void |
setSound(byte[] sound)Sets the sound. |
int |
size()Gets the size of the Userdefined sound service. |
| Methods inherited from class oracle.panama.messaging.common.ems.EMSService |
compareTo, getLength, getPosition, setLength, setPosition |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public UserDefinedSound()
| Method Detail |
public boolean equals(java.lang.Object other)
other - UserdefinedSound 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 setSound(byte[] sound)
sound -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 | |||||||||