Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.common.ems
Class LargeAnimation

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

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

public class LargeAnimation
extends EMSService

EMS service: large animation.

See Also:
EMSService, Serialized Form

Constructor Summary
LargeAnimation()

Method Summary
byte[] getBytes()
Gets the complete byte array containing the animation and the service headers.
void setAnimation(byte[] animation)
Sets the animation.
int size()
Gets size of large animation.

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

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

Constructor Detail

LargeAnimation

public LargeAnimation()

Method Detail

getBytes

public byte[] getBytes()
Gets the complete byte array containing the animation and the service headers.
Overrides:
getBytes in class EMSService
Returns:

setAnimation

public void setAnimation(byte[] animation)
Sets the animation.
Parameters:
animation -

size

public int size()
Gets size of large animation.
Overrides:
size in class EMSService
Returns:

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.