Class BwSynchInfo

java.lang.Object
org.bedework.synch.wsmessages.SynchInfoType
org.bedework.calfacade.synch.BwSynchInfo

public class BwSynchInfo extends org.bedework.synch.wsmessages.SynchInfoType
Information about synch engine
Version:
1.0
Author:
Mike Douglass douglm bedework.edu
  • Constructor Details

    • BwSynchInfo

      public BwSynchInfo()
  • Method Details

    • copy

      public static BwSynchInfo copy(org.bedework.synch.wsmessages.SynchInfoType val)
      Parameters:
      val - XML synch info
      Returns:
      one of these initialized from the parameter
    • getConns

      public List<BwSynchConnectorInfo> getConns()
      Returns:
      possibly empty list of copied connector info.
    • toString

      public String toString()
      Overrides:
      toString in class Object