public interface SynchConnectionsMBean
extends org.bedework.util.jmx.ConfBaseMBean
| Modifier and Type | Field and Description |
|---|---|
static String |
configName |
static String |
serviceName |
| Modifier and Type | Method and Description |
|---|---|
String[] |
activeConnectionInfo() |
SynchConnection |
getConnection(String callbackUrl)
Find a connection
|
SynchConnection |
getConnectionById(String id)
Get a connection for outbound calls by id
|
void |
setConnection(SynchConnection val)
Put/update a connection
|
static final String configName
static final String serviceName
void setConnection(SynchConnection val)
val - SynchConnection getConnection(String callbackUrl)
callbackUrl - SynchConnection getConnectionById(String id)
id - String[] activeConnectionInfo()
Copyright © 2018 Bedework. All rights reserved.