com.neeve.sma.impl.loopback
Class LoopbackBus.Agent

java.lang.Object
  extended by com.neeve.sma.impl.loopback.LoopbackBus.Agent
Enclosing class:
LoopbackBus

public final class LoopbackBus.Agent
extends Object

Represents a messaging agent


Method Summary
 boolean equals(Object obj)
          Implementation of equals(java.lang.Object)
 LoopbackBus.AgentTestController getTestController()
          Returns the agent's test controller.
 int hashCode()
          Implementation of hashCode()
 String toString()
          Implementation of toString()
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

getTestController

public final LoopbackBus.AgentTestController getTestController()
Returns the agent's test controller.

This method returns an agent's test controller object. This is the object through which the caller can control the behaviour of an agent to facilitate testing.


equals

public final boolean equals(Object obj)
Implementation of equals(java.lang.Object)

Overrides:
equals in class Object

hashCode

public final int hashCode()
Implementation of hashCode()

Overrides:
hashCode in class Object

toString

public final String toString()
Implementation of toString()

Overrides:
toString in class Object


Copyright © 2016 Neeve Research, LLC. All Rights Reserved.