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