public class ConnectionManager extends Object
Modifier and Type | Class and Description |
---|---|
static interface |
ConnectionManager.Entry |
class |
ConnectionManager.EntryImpl |
class |
ConnectionManager.EntryWrapper |
Constructor and Description |
---|
ConnectionManager(BundleContext context) |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
ConnectionManager.Entry |
getConnection(ConnectionDescriptor connectionDescriptor) |
protected void |
unwrapConnection(ConnectionManager.EntryWrapper wrapper) |
protected ConnectionManager.Entry |
wrapConnection(ConnectionManager.EntryImpl entry) |
public ConnectionManager(BundleContext context)
public ConnectionManager.Entry getConnection(ConnectionDescriptor connectionDescriptor)
protected ConnectionManager.Entry wrapConnection(ConnectionManager.EntryImpl entry)
protected void unwrapConnection(ConnectionManager.EntryWrapper wrapper)
public void dispose()