org.davic.net.ca
Class CAMessage

java.lang.Object
  extended byorg.davic.net.ca.CAMessage

public class CAMessage
extends java.lang.Object

This class represents messages to CA modules.


Constructor Summary
CAMessage(byte[] data)
          Constructor for the message
 
Method Summary
 byte[] getData()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CAMessage

public CAMessage(byte[] data)
Constructor for the message

Parameters:
data - message data
Method Detail

getData

public byte[] getData()
Returns:
the data of the message