lime
Class UponProbeDescriptor

java.lang.Object
  extended bylime.UponProbeDescriptor
All Implemented Interfaces:
java.io.Serializable

class UponProbeDescriptor
extends java.lang.Object
implements java.io.Serializable


Field Summary
(package private)  short mode
           
(package private)  long seqNum
           
(package private)  AgentID sourceAgent
           
(package private)  lights.interfaces.ITuple template
           
 
Constructor Summary
(package private) UponProbeDescriptor(lights.interfaces.ITuple template, long seqNum, short mode, AgentID sourceAgent)
           
 
Method Summary
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

template

lights.interfaces.ITuple template

seqNum

long seqNum

mode

short mode

sourceAgent

AgentID sourceAgent
Constructor Detail

UponProbeDescriptor

UponProbeDescriptor(lights.interfaces.ITuple template,
                    long seqNum,
                    short mode,
                    AgentID sourceAgent)
Method Detail

toString

public java.lang.String toString()