Interface OrbConnectionManagerStats

All Superinterfaces:
Stats

public interface OrbConnectionManagerStats extends Stats
Stats interface for the monitorable attributes of the ORBConnectionManager This combines the statistics that were exposed in 7.0 with the new ones.
  • Method Details

    • getTotalConnections

      BoundedRangeStatistic getTotalConnections()
      Returns the total number of connections to the ORB as an instance of BoundedRangeStatistic.
      Returns:
      an instance of BoundedRangeStatistic
    • getConnectionsIdle

      CountStatistic getConnectionsIdle()
      Returns the total number of idle connections to the ORB as an instance of CountStatistic.
      Returns:
      an instance of CountStatistic
    • getConnectionsInUse

      CountStatistic getConnectionsInUse()
      Returns the total number of in-use connections to the ORB as an instance of CountStatistic.
      Returns:
      an instance of CountStatistic