jremote jbase5.2.1

com.jbase.jremote.io.inflow
Interface RequestListenerServiceMBean

All Known Implementing Classes:
RequestListenerService

public interface RequestListenerServiceMBean

Expose information about the current state of the inbound request processor.

Author:
aphethean

Method Summary
 int getActivationsPerMinute()
          Returns the number of activation processed per minute from the time statistics were activated.
 int getActiveConnections()
          Return the number clients that are currently connected.
 int getActiveTransactions()
          Return the number of transactions that are currently being processed.
 int getDefaultReceiveBufferSize()
           
 int getDefaultSendBufferSize()
           
 long getTotalActivations()
          Return the total number of activation requests processed.
 void setDefaultReceiveBufferSize(int bytes)
          Modify the TCP buffer settings to maximize the performance for the client network.
 void setDefaultSendBufferSize(int bytes)
           
 void startStatistics()
          Start recording statistics and reset any existing statistical data.
 void stopStatistics()
          Stop recording statistics and reset any existing statistical data.
 

Method Detail

getActiveConnections

int getActiveConnections()

Return the number clients that are currently connected.

Returns:
int

getActiveTransactions

int getActiveTransactions()

Return the number of transactions that are currently being processed.

Returns:
int

getTotalActivations

long getTotalActivations()

Return the total number of activation requests processed.

Returns:
long

getActivationsPerMinute

int getActivationsPerMinute()

Returns the number of activation processed per minute from the time statistics were activated.

Returns:
int

startStatistics

void startStatistics()

Start recording statistics and reset any existing statistical data.


stopStatistics

void stopStatistics()

Stop recording statistics and reset any existing statistical data.


setDefaultReceiveBufferSize

void setDefaultReceiveBufferSize(int bytes)

Modify the TCP buffer settings to maximize the performance for the client network.

Parameters:
bytes -

getDefaultReceiveBufferSize

int getDefaultReceiveBufferSize()

setDefaultSendBufferSize

void setDefaultSendBufferSize(int bytes)

getDefaultSendBufferSize

int getDefaultSendBufferSize()

jremote jbase5.2.1

Copyright © 2010 TEMENOS. All Rights Reserved.