C# Class Apache.NMS.ActiveMQ.Test.MessageCompressionTest

Show file Open project: ThorTech/apache-nms

Protected Properties

Property Type Description
DESTINATION_NAME string
TEST_CLIENT_ID string
a bool
b byte
c char
d short
e int
f long
g string
h bool
i byte
j short
k int
l long
m float
n double

Private Methods

Method Description
TestBytesMessageCompression ( ) : void
TestMapMessageCompression ( ) : void
TestStreamMessageCompression ( ) : void
TestTextMessageCompression ( ) : void

Property Details

DESTINATION_NAME protected static property

protected static string DESTINATION_NAME
return string

TEST_CLIENT_ID protected static property

protected static string TEST_CLIENT_ID
return string

a protected property

protected bool a
return bool

b protected property

protected byte b
return byte

c protected property

protected char c
return char

d protected property

protected short d
return short

e protected property

protected int e
return int

f protected property

protected long f
return long

g protected property

protected string g
return string

h protected property

protected bool h
return bool

i protected property

protected byte i
return byte

j protected property

protected short j
return short

k protected property

protected int k
return int

l protected property

protected long l
return long

m protected property

protected float m
return float

n protected property

protected double n
return double