com.dell.isg.smi.commons.elm.messaging.IMessageReader Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of commons-elm Show documentation
Show all versions of commons-elm Show documentation
Commons Exception and Localized Messaging (ELM) jar library for the System Management Integration (SMI) projects.
/**
* Copyright ? 2017 DELL Inc. or its subsidiaries. All Rights Reserved.
*/
package com.dell.isg.smi.commons.elm.messaging;
public interface IMessageReader {
String getMessage(String msgCode);
String getMessage(String msgCode, Object[] attributes);
void setTag(Object tag);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy