org.lastbamboo.common.sip.proxy
Interface SipRegistrarImplMBean

All Known Implementing Classes:
SipRegistrarImpl

public interface SipRegistrarImplMBean

MBean interface for using JMX to access information about the SIP server.


Method Summary
 int getSipMaxRegistered()
          Accessor for the maximum number of registrations we've seen.
 int getSipNumRegistered()
          Accessor for the number of registered SIP clients.
 

Method Detail

getSipNumRegistered

int getSipNumRegistered()
Accessor for the number of registered SIP clients.

Returns:
The number of registered SIP clients.

getSipMaxRegistered

int getSipMaxRegistered()
Accessor for the maximum number of registrations we've seen.

Returns:
The maximum number of registrations we've seen.


Copyright © 2013 LittleShoot. All Rights Reserved.