
org.mobicents.tools.twiddle.Utils Maven / Gradle / Ivy
The newest version!
/*
* TeleStax, Open Source Cloud Communications
* Copyright 2011-2017, Telestax Inc and individual contributors
* by the @authors tag.
*
* This program is free software: you can redistribute it and/or modify
* under the terms of the GNU Affero General Public License as
* published by the Free Software Foundation; either version 3 of
* the License, or (at your option) any later version.
*
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU Affero General Public License for more details.
*
* You should have received a copy of the GNU Affero General Public License
* along with this program. If not, see
*/
package org.mobicents.tools.twiddle;
/**
* Small utils class.
* @author baranowb
*
*/
public final class Utils {
private Utils()
{
//no need for instances.
}
//standard jmx mgmt from specs
public static final String SLEE_ALARM = javax.slee.management.AlarmMBean.OBJECT_NAME;
public static final String SLEE_DEPLOYMENT = javax.slee.management.DeploymentMBean.OBJECT_NAME;
public static final String SLEE_PROFILE_PROVISIONING = javax.slee.management.ProfileProvisioningMBean.OBJECT_NAME;
public static final String SLEE_RESOURCE_MANAGEMENT = javax.slee.management.ResourceManagementMBean.OBJECT_NAME;
public static final String SLEE_SERVICE_MANAGEMENT = javax.slee.management.ServiceManagementMBean.OBJECT_NAME;
public static final String SLEE_MANAGEMENT = javax.slee.management.SleeManagementMBean.OBJECT_NAME;
public static final String SLEE_TRACE = javax.slee.management.TraceMBean.OBJECT_NAME;
//some restcomm specific;
public static final String MC_ACTIVITY_MANAGEMENT = "org.mobicents.slee:name=ActivityManagementMBean";
public static final String MC_CONGESTION_CONTROL = "org.mobicents.slee:name=CongestionControlConfiguration";
public static final String MC_DEPLOYER = "org.mobicents.slee:name=DeployerMBean";
public static final String MC_EVENT_ROUTER = "org.mobicents.slee:name=EventRouterConfiguration";
public static final String MC_EVENT_ROUTER_STATS = "org.mobicents.slee:name=EventRouterStatistics";
public static final String MC_LOG_MANAGEMENT = "org.mobicents.slee:name=LogManagementMBean";
public static final String MC_POLICY_MANAGEMENT = "org.mobicents.slee:name=PolicyManagementMBean";
public static final String MC_SBB_ENTITIES = "org.mobicents.slee:name=SbbEntitiesMBean";
public static final String MC_TIMER_FACILITY = "org.mobicents.slee:name=TimerFacilityConfiguration";
public static final String MC_MANAGEMENT = "org.mobicents.slee:service=MobicentsManagement";
public static final String MC_PROFILE_OBJECT_POOL = "org.mobicents.slee:service=ProfileObjectPoolManagement";
public static final String MC_SBB_OBJECT_POOL = "org.mobicents.slee:service=SbbObjectPoolManagement";
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy