1 25 26 package org.objectweb.petals.monitoring; 27 28 import javax.jbi.messaging.ExchangeStatus; 29 import javax.jbi.messaging.MessageExchange.Role; 30 31 32 39 public class ExchangeStateCapture { 40 41 public long time; 42 43 public String messageType; 44 45 public ExchangeStatus status; 46 47 public String component; 48 49 public Role role; 50 51 } 52 | Popular Tags |