Oracle Application Server Wireless Java API Reference
B14043-01


oracle.panama.messaging.common.ems
Class SmallAnimation

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

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

public class SmallAnimation
extends EMSService

EMS service: small animation.

See Also:
EMSService, Serialized Form

Constructor Summary
SmallAnimation()

Method Summary
byte[] getBytes()
Gets complete small animation.
void setAnimation(byte[] animation)
Sets the small animation.
int size()
Gets the size of the small 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
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

SmallAnimation

public SmallAnimation()

Method Detail

getBytes

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

setAnimation

public void setAnimation(byte[] animation)
Sets the small animation.
Parameters:
animation - to be set.

size

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

Oracle Application Server Wireless Java API Reference
B14043-01


Copyright © 2004 Oracle Corporation. All Rights Reserved.