Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.common.ems
Class PredefinedAnimation

java.lang.Object
  extended byoracle.panama.messaging.common.ems.EMSService
      extended byoracle.panama.messaging.common.ems.PredefinedAnimation

All Implemented Interfaces:
java.lang.Comparable, java.io.Serializable

public class PredefinedAnimation
extends EMSService

EMS service: predefined animation.

See Also:
EMSService, Serialized Form

Constructor Summary
PredefinedAnimation()

Method Summary
boolean equals(java.lang.Object other)
byte[] getBytes()
Gets the complete predefined animation as byte array.
int hashCode()
void setAnimation(int animation)
Sets the predefined animation.
int size()
Gets the size of the Predefined animation service.

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

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

Constructor Detail

PredefinedAnimation

public PredefinedAnimation()

Method Detail

equals

public boolean equals(java.lang.Object other)

getBytes

public byte[] getBytes()
Gets the complete predefined animation as byte array.
Overrides:
getBytes in class EMSService
Returns:
complete bye array containing header and data part.

hashCode

public int hashCode()

setAnimation

public void setAnimation(int animation)
Sets the predefined animation.
Parameters:
animation - representation required predefined animation.

size

public int size()
Gets the size of the Predefined animation service.
Overrides:
size in class EMSService
Returns:

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.