public class ConnectionManager.EntryWrapper extends Object implements ConnectionManager.Entry
| Constructor and Description |
|---|
ConnectionManager.EntryWrapper(ConnectionManager.EntryImpl entry) |
| Modifier and Type | Method and Description |
|---|---|
void |
dispose() |
ConnectionDescriptor |
getConnectionDescriptor() |
ConnectionService |
getConnectionService() |
ConnectionManager.EntryImpl |
getEntry() |
public ConnectionManager.EntryWrapper(ConnectionManager.EntryImpl entry)
public ConnectionManager.EntryImpl getEntry()
public ConnectionDescriptor getConnectionDescriptor()
getConnectionDescriptor in interface ConnectionManager.Entrypublic ConnectionService getConnectionService()
getConnectionService in interface ConnectionManager.Entrypublic void dispose()
dispose in interface ConnectionManager.Entry