org.objectweb.joram.mom.notifications

Class JoinQueueCluster

Implemented Interfaces:
Cloneable, Serializable
Known Direct Subclasses:
AckJoinQueueCluster

public class JoinQueueCluster
extends QueueClusterNot

Field Summary

Hashtable
clients
Hashtable
clusters
boolean
freeReading
boolean
freeWriting

Fields inherited from class fr.dyade.aaa.agent.Notification

persistent

Constructor Summary

JoinQueueCluster(float rateOfFlow, Hashtable clusters, Hashtable clients, boolean freeReading, boolean freeWriting)

Method Summary

String
toString()

Methods inherited from class org.objectweb.joram.mom.notifications.QueueClusterNot

getRateOfFlow, setRateOfFlow, toString

Methods inherited from class fr.dyade.aaa.agent.Notification

clone, getContext, setContext, toString

Field Details

clients

public Hashtable clients


clusters

public Hashtable clusters


freeReading

public boolean freeReading


freeWriting

public boolean freeWriting

Constructor Details

JoinQueueCluster

public JoinQueueCluster(float rateOfFlow,
                        Hashtable clusters,
                        Hashtable clients,
                        boolean freeReading,
                        boolean freeWriting)

Method Details

toString

public String toString()
Overrides:
toString in interface QueueClusterNot


Copyright B) 2004 Scalagent - All rights reserved