net.jxta.impl.endpoint
Class QuotaIncomingMessageListener.MessageFromSource
java.lang.Object
net.jxta.impl.endpoint.QuotaIncomingMessageListener.MessageFromSource
- Enclosing class:
- QuotaIncomingMessageListener
- static class QuotaIncomingMessageListener.MessageFromSource
- extends Object
An incoming message in the queue with its addresses and accounting
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
msg
final Message msg
srcAddress
final EndpointAddress srcAddress
destAddress
final EndpointAddress destAddress
src
final ResourceAccount src
timeReceived
final long timeReceived
size
final long size
QuotaIncomingMessageListener.MessageFromSource
QuotaIncomingMessageListener.MessageFromSource(Message msg,
EndpointAddress srcAddress,
EndpointAddress destAddress,
ResourceAccount src,
long timeReceived,
long size)