135136137138139140141142143
// Closeable implementation --------------------------------------------------------------------- public void close() throws JMSException { RequestSupport req = new CloseRequest(id, version); doInvoke(client, req); }
109110111112113114115116117
144145146147148149150151152
96979899100101102103104
699700701702703704705706707
testPacket(req, PacketSupport.REQ_CLOSING); } public void testCloseRequest() throws Exception { RequestSupport req = new CloseRequest(23, (byte)77); testPacket(req, PacketSupport.REQ_CLOSE); }
157158159160161162163164165
155156157158159160161162163
150151152153154155156157158
146147148149150151152153154