org.codehaus.wadi.servicespace.admin.commands
Class CountingEnvelopeInfo

java.lang.Object
  extended by org.codehaus.wadi.servicespace.admin.commands.CountingEnvelopeInfo
All Implemented Interfaces:
java.io.Serializable

public class CountingEnvelopeInfo
extends java.lang.Object
implements java.io.Serializable

Version:
$Rev:$ $Date:$
See Also:
Serialized Form

Constructor Summary
CountingEnvelopeInfo(Peer hostingPeer, long inboundEnvelopeCpt, long outboundEnvelopeCpt)
           
 
Method Summary
 Peer getHostingPeer()
           
 long getInboundEnvelopeCpt()
           
 long getOutboundEnvelopeCpt()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CountingEnvelopeInfo

public CountingEnvelopeInfo(Peer hostingPeer,
                            long inboundEnvelopeCpt,
                            long outboundEnvelopeCpt)
Method Detail

getInboundEnvelopeCpt

public long getInboundEnvelopeCpt()

getOutboundEnvelopeCpt

public long getOutboundEnvelopeCpt()

getHostingPeer

public Peer getHostingPeer()


Copyright © 2011. All Rights Reserved.