Uses of Class
org.bedework.caldav.server.soap.synch.SynchConnection
-
Packages that use SynchConnection Package Description org.bedework.caldav.server.soap.synch -
-
Uses of SynchConnection in org.bedework.caldav.server.soap.synch
Methods in org.bedework.caldav.server.soap.synch that return SynchConnection Modifier and Type Method Description SynchConnectionSynchConnections. getConnection(String callbackUrl)SynchConnectionSynchConnectionsMBean. getConnection(String callbackUrl)Find a connectionSynchConnectionSynchConnections. getConnectionById(String id)SynchConnectionSynchConnectionsMBean. getConnectionById(String id)Get a connection for outbound calls by idMethods in org.bedework.caldav.server.soap.synch with parameters of type SynchConnection Modifier and Type Method Description voidSynchConnections. setConnection(SynchConnection val)voidSynchConnectionsMBean. setConnection(SynchConnection val)Put/update a connection
-