| Package | Description |
|---|---|
| org.bedework.synch.shared | |
| org.bedework.synch.shared.cnctrs |
| Modifier and Type | Method and Description |
|---|---|
ConnectorInstance |
SynchEngine.getConnectorInstance(Subscription sub,
org.bedework.synch.wsmessages.SynchEndType end)
Gets an instance and implants it in the subscription object.
|
ConnectorInstance |
Subscription.getEndAConnInst() |
ConnectorInstance |
Subscription.getEndBConnInst() |
| Modifier and Type | Method and Description |
|---|---|
void |
Subscription.setEndAConnInst(ConnectorInstance val) |
void |
Subscription.setEndBConnInst(ConnectorInstance val) |
| Modifier and Type | Interface and Description |
|---|---|
interface |
Connector<C extends ConnectorInstance,N extends Notification,Tconf extends ConnectorConfigI>
The interface implemented by connectors.
|
class |
ConnectorInstanceMap<CI extends ConnectorInstance>
A map for use by Connectors.
|
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractConnectorInstance<CnctrT extends AbstractConnector,InfoT extends BaseSubscriptionInfo,ConfigT extends ConnectorConfigI>
Abstract connector instance to handle some trivia.
|
class |
BaseConnectorInstance<CnctrT extends AbstractConnector,InfoT extends BaseSubscriptionInfo,ConfigT extends ConnectorConfigI>
User: mike Date: 3/12/18 Time: 21:32
Basic implementation with some commonly used methods.
|
Copyright © 2018 Bedework. All rights reserved.