Package com.dianping.cat.home.alert.policy.entity

Examples of com.dianping.cat.home.alert.policy.entity.Group


    Type type = m_config.findType(typeName);
    if (type == null) {
      type = m_config.findType(DEFAULT_TYPE);
    }

    Group group = type.findGroup(groupName);

    if (group == null) {
      group = type.findGroup(DEFAULT_GROUP);
    }

    return group.findLevel(levelName);
  }
View Full Code Here

TOP

Related Classes of com.dianping.cat.home.alert.policy.entity.Group

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.