Name |
---|
com::wombat::mama |
Name | |
---|---|
class | com::wombat::mama::MamaPayloadType |
/* $Id$
*
* OpenMAMA: The open middleware agnostic messaging API
* Copyright (C) 2011 NYSE Technologies, Inc.
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; either
* version 2.1 of the License, or (at your option) any later version.
*
* This library 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
* Lesser General Public License for more details.
*
* You should have received a copy of the GNU Lesser General Public
* License along with this library; if not, write to the Free Software
* Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA
* 02110-1301 USA
*/
package com.wombat.mama;
public class MamaPayloadType
{
public static final char MAMA_PAYLOAD_SOLACE = '1';
public static final char MAMA_PAYLOAD_V5 = '5';
public static final char MAMA_PAYLOAD_AVIS = 'A';
public static final char MAMA_PAYLOAD_TICK42BLP = 'B';
public static final char MAMA_PAYLOAD_FAST = 'F';
public static final char MAMA_PAYLOAD_RAI = 'I';
public static final char MAMA_PAYLOAD_KWANTUM = 'K';
public static final char MAMA_PAYLOAD_UMS = 'L';
public static final char MAMA_PAYLOAD_INRUSH = 'N';
public static final char MAMA_PAYLOAD_TICK42RMDS = 'P';
public static final char MAMA_PAYLOAD_QPID = 'Q';
public static final char MAMA_PAYLOAD_TIBRV = 'R';
public static final char MAMA_PAYLOAD_IBMWFO = 'S';
public static final char MAMA_PAYLOAD_ACTIV = 'T';
public static final char MAMA_PAYLOAD_VULCAN = 'V';
public static final char MAMA_PAYLOAD_WOMBAT_MSG = 'W';
public static final char MAMA_PAYLOAD_EXEGY = 'X';
public static final char MAMA_PAYLOAD_UNKNOWN = 'U';
}
Updated on 2023-03-31 at 15:29:46 +0100