TaskMessage Class

com.bea.wli.worklist.api
TaskMessage Class

public class TaskMessage

    extends Object
    implements Serializable

This class describes a task message composed of:
- a byte array that is the message itself.
- the mimeType that qualifies the type of object serialized into byte[]. It is used for information (i.e.:pdf file). The mimeType can be null.


Hierarchy
Object
  TaskMessage
All Implemented Interfaces

Serializable

Field Summary

public byte
message
byte
public String
mimeType
String
 

Constructor Summary

TaskMessage(byte message, String mimeType)

 

Method Summary

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

Field Detail

message

public byte message


mimeType

public String mimeType

 

Constructor Detail

TaskMessage

public TaskMessage(byte[] message, 
                   String mimeType)