168169170171172173174175
{ return ((Integer) body.get(arg0)).intValue(); } else { throw new HermesException("No such property " + arg0); } }
185186187188189190191192
{ return ((Long) body.get(arg0)).longValue(); } else { throw new HermesException("No such property " + arg0); } }
212213214215216217218219
{ return body.get(arg0); } else { throw new HermesException("No such property " + arg0); } }
229230231232233234235236
{ return ((Short) body.get(arg0)).shortValue(); } else { throw new HermesException("No such property " + arg0); } }
246247248249250251252253
{ return (String) body.get(arg0); } else { throw new HermesException("No such property " + arg0); } }
96979899100101102103104105106107
{ EmbedSQLException es = (EmbedSQLException) e; if ("XJ040.C".equals(es.getMessageId())) { throw new HermesException("Is another instance of HermesJMS running?", e); } } throw new HermesException(e); } }
99100101102103104105106
{ return ((Boolean) header.get(arg0)).booleanValue(); } else { throw new HermesException("No such property " + arg0); } }
116117118119120121122123
{ return ((Byte) header.get(arg0)).byteValue(); } else { throw new HermesException("No such property " + arg0); } }
133134135136137138139140
{ return ((Double) header.get(arg0)).doubleValue(); } else { throw new HermesException("No such property " + arg0); } }
150151152153154155156157
{ return ((Float) header.get(arg0)).floatValue(); } else { throw new HermesException("No such property " + arg0); } }