fr.dyade.aaa.agent
Class HAStateReply

java.lang.Object
  extended by fr.dyade.aaa.agent.HAStateReply
All Implemented Interfaces:
java.io.Serializable

public class HAStateReply
extends java.lang.Object
implements java.io.Serializable

Message used by the master component to send the server state.

See Also:
Serialized Form

Field Summary
(package private)  byte[] agents
           
private  byte[] clock
          Network state
(package private)  byte[] messages
           
(package private)  long now
          Engine state
private static long serialVersionUID
           
(package private)  int stamp
           
 
Constructor Summary
HAStateReply()
           
 
Method Summary
 byte[] getNetworkStamp()
           
 void setNetworkStamp(byte[] clock)
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

serialVersionUID

private static final long serialVersionUID
See Also:
Constant Field Values

now

long now
Engine state


stamp

int stamp

agents

byte[] agents

messages

byte[] messages

clock

private byte[] clock
Network state

Constructor Detail

HAStateReply

public HAStateReply()
Method Detail

setNetworkStamp

public void setNetworkStamp(byte[] clock)

getNetworkStamp

public byte[] getNetworkStamp()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2010 ScalAgent D.T.. All Rights Reserved.