BEA Systems, Inc.

Type-Safe Access to BEA WebLogic Server 9.0 MBeans (Deprecated)

(Methods marked with @since 9.0.0.0 are not available through the deprecated MBeanHome interface.)


weblogic.management.runtime
Interface ServerConnectionRuntime

All Superinterfaces:
Serializable

public interface ServerConnectionRuntime
extends Serializable

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

Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

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

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

Returns:
The bytesReceivedCount value

getBytesSentCount

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

Returns:
The bytesSentCount value

getConnectTime

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

Returns:
The connectTime value

getMessagesReceivedCount

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

Returns:
The messagesReceivedCount value

getMessagesSentCount

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

Returns:
The messagesSentCount value

getSocketRuntime

public SocketRuntime getSocketRuntime()
Get socket information for this channel.

Returns:

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs90
Copyright 2005 BEA Systems Inc.