org.jumpmind.symmetric.model
Class NodeChannel

java.lang.Object
  extended by org.jumpmind.symmetric.model.Channel
      extended by org.jumpmind.symmetric.model.NodeChannel

public class NodeChannel
extends Channel


Constructor Summary
NodeChannel()
           
 
Method Summary
 java.lang.String getNodeId()
           
 boolean isIgnored()
           
 boolean isSuspended()
           
 void setIgnored(boolean ignore)
           
 void setNodeId(java.lang.String nodeId)
           
 void setSuspended(boolean suspend)
           
 
Methods inherited from class org.jumpmind.symmetric.model.Channel
getId, getMaxBatchSize, getMaxBatchToSend, getProcessingOrder, isEnabled, setEnabled, setId, setMaxBatchSize, setMaxBatchToSend, setProcessingOrder
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

NodeChannel

public NodeChannel()
Method Detail

isIgnored

public boolean isIgnored()

setIgnored

public void setIgnored(boolean ignore)

isSuspended

public boolean isSuspended()

setSuspended

public void setSuspended(boolean suspend)

getNodeId

public java.lang.String getNodeId()

setNodeId

public void setNodeId(java.lang.String nodeId)


Copyright © 2007-2008. All Rights Reserved.