Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02

weblogic.management.runtime
Interface ServerConnectionRuntime

All Superinterfaces:
Serializable

public interface ServerConnectionRuntime
extends Serializable

This interface represents the runtime state of a protocol-specific connection.


Method Summary
 long getBytesReceivedCount()
          Returns the total number of bytes recieved by this connection.
 long getBytesSentCount()
          Returns the total number of bytes sent by this connection.
 long getConnectTime()
          Returns the time this connection was created.
 long getMessagesReceivedCount()
          Returns the number of messages recieved by this connection.
 long getMessagesSentCount()
          Returns the number of messages sent by this connection.
 SocketRuntime getSocketRuntime()
          Get socket information for this channel.
 

Method Detail

getBytesReceivedCount

long getBytesReceivedCount()
Returns the total number of bytes recieved by this connection.

Returns:
The bytesReceivedCount value

getBytesSentCount

long getBytesSentCount()
Returns the total number of bytes sent by this connection.

Returns:
The bytesSentCount value

getConnectTime

long getConnectTime()
Returns the time this connection was created.

Returns:
The connectTime value

getMessagesReceivedCount

long getMessagesReceivedCount()
Returns the number of messages recieved by this connection.

Returns:
The messagesReceivedCount value

getMessagesSentCount

long getMessagesSentCount()
Returns the number of messages sent by this connection.

Returns:
The messagesSentCount value

getSocketRuntime

SocketRuntime getSocketRuntime()
Get socket information for this channel.

Returns:

Documentation is available at
http://download.oracle.com/docs/cd/E12839_01/web.1111/wls.htm
Copyright 1996, 2009, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server 10.3.1 MBean API Reference
11g Release 1 (10.3.1)

Part Number E13945-02