22 lines
1019 B
Java
22 lines
1019 B
Java
package com.itac.resource;
|
|
/** This class is generated by ResourceTool */
|
|
public interface ResourcesMsgBroker // #1666(0) MsgBroker[7000..0]
|
|
{
|
|
static public final int MSG_BROKER_ALREADY_SUBSCRIBED = 102785;
|
|
/**de:msgCallback already ongoing */
|
|
static public final int MSG_BROKER_CALLBACK_ALREADY_ONGOING = 102886;
|
|
/**de:msgCallback timeout */
|
|
static public final int MSG_BROKER_CALLBACK_TIMEOUT = 102883;
|
|
/**de:msgCallback unknown */
|
|
static public final int MSG_BROKER_CALLBACK_UNKNOWN = 102885;
|
|
/**de:msgCallback unsubscribed */
|
|
static public final int MSG_BROKER_CALLBACK_UNSUBSCRIBED = 102884;
|
|
/**de:error while msg connect */
|
|
static public final int MSG_BROKER_CONNECT_ERROR = 102882;
|
|
static public final int MSG_BROKER_DISCONNECT_ERROR = 102787;
|
|
static public final int MSG_BROKER_ERROR = 102782;
|
|
static public final int MSG_BROKER_PUBLISH_ERROR = 102783;
|
|
static public final int MSG_BROKER_SUBSCRIBE_ERROR = 102784;
|
|
static public final int MSG_BROKER_UNSUBSCRIBE_ERROR = 102786;
|
|
}
|