public abstract class ManagedConnection extends Object implements ManagedConnectionMXBean
Constructor and Description |
---|
ManagedConnection() |
Modifier and Type | Method and Description |
---|---|
void |
dispose() |
protected abstract Collection<StatisticEntry> |
getEntries() |
StatisticInformation[] |
getStatistics() |
static ManagedConnection |
register(ManagedConnection connection,
SocketAddress socketAddress,
String baseName) |
void |
setName(ObjectName name) |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
close, getTransportProperties
public void setName(ObjectName name)
public void dispose()
public StatisticInformation[] getStatistics()
getStatistics
in interface ManagedConnectionMXBean
protected abstract Collection<StatisticEntry> getEntries()
public static ManagedConnection register(ManagedConnection connection, SocketAddress socketAddress, String baseName)