| Package | Description |
|---|---|
| org.mc4j.ems.connection | |
| org.mc4j.ems.connection.settings.persistence | |
| org.mc4j.ems.connection.support |
| Modifier and Type | Method and Description |
|---|---|
EmsConnection |
ConnectionFactory.connect(ConnectionSettings connectionSettings)
Deprecated.
Use getConnectionProvider.connect... hold on to the connection provider to reopen the connection
|
void |
ConnectionFactory.discoverServerClasses(ConnectionSettings connectionSettings)
This will find server classes for a ConnectionSettings by using the supplied
LibraryURI of the ConnectionSettings and searching for the ConnectClassPathEntries
of the ConnectionType supplied with the settings.
|
ConnectionProvider |
ConnectionFactory.getConnectionProvider(ConnectionSettings connectionSettings)
Build a connection provider given the settings.
|
| Modifier and Type | Method and Description |
|---|---|
ConnectionSettings |
ConnectionSettingPersistence.decodeSettings(java.lang.String xml) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
ConnectionSettingPersistence.encodeSettings(ConnectionSettings settings) |
void |
ConnectionSettingsStore.storeConnectionSettings(ConnectionSettings settings) |
| Modifier and Type | Method and Description |
|---|---|
ConnectionSettings |
ConnectionProvider.getConnectionSettings() |
| Modifier and Type | Method and Description |
|---|---|
void |
ConnectionProvider.initialize(ConnectionSettings settings) |