ix.test.xml
Class WorldStateExport

java.lang.Object
  extended by ix.test.xml.WorldStateView
      extended by ix.test.xml.WorldStateExport

public class WorldStateExport
extends WorldStateView


Field Summary
protected  java.lang.String destination
           
 
Fields inherited from class ix.test.xml.WorldStateView
EQ, filterPatterns, filters, name, TRUE
 
Constructor Summary
WorldStateExport()
           
 
Method Summary
 java.lang.String getDestination()
           
 void handleStateChange(java.util.Map delta, IXAgent sender)
           
 void setDestination(java.lang.String destination)
           
 
Methods inherited from class ix.test.xml.WorldStateView
getFilterPatterns, getFilters, getName, isIncluded, isIncluded, setFilterPatterns, setName
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

destination

protected java.lang.String destination
Constructor Detail

WorldStateExport

public WorldStateExport()
Method Detail

getDestination

public java.lang.String getDestination()

setDestination

public void setDestination(java.lang.String destination)

handleStateChange

public void handleStateChange(java.util.Map delta,
                              IXAgent sender)