Uses of Interface
zeus.actors.event.ProtocolMonitor

Packages that use ProtocolMonitor
zeus.actors   
zeus.actors.event   
zeus.agents   
zeus.agentviewer.protocol   
 

Uses of ProtocolMonitor in zeus.actors
 

Methods in zeus.actors with parameters of type ProtocolMonitor
 void ProtocolDb.addProtocolMonitor(ProtocolMonitor monitor, long event_type, boolean notify_previous)
           
 void ProtocolDb.addProtocolMonitor(ProtocolMonitor monitor, long event_type)
          If your code needs to react to changes in the agent's stored protocols use this method to add a ProtocolMonitor.
 void ProtocolDb.removeProtocolMonitor(ProtocolMonitor monitor, long event_type)
           
 

Uses of ProtocolMonitor in zeus.actors.event
 

Classes in zeus.actors.event that implement ProtocolMonitor
 class ProtocolAdapter
           
 

Uses of ProtocolMonitor in zeus.agents
 

Methods in zeus.agents with parameters of type ProtocolMonitor
 void ZeusAgent.addProtocolMonitor(ProtocolMonitor monitor, long type)
           
 void ZeusAgent.removeProtocolMonitor(ProtocolMonitor monitor, long type)
           
 

Uses of ProtocolMonitor in zeus.agentviewer.protocol
 

Classes in zeus.agentviewer.protocol that implement ProtocolMonitor
 class ProtocolModel
           
 



Copyright © 2000-2003 BT Exact Technologies. All Rights Reserved.