|
Project JXTA | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnet.jxta.impl.endpoint.endpointMeter.InboundMeter
public class InboundMeter
Meter corresponding to a registered EndpointListener
| Constructor Summary | |
|---|---|
InboundMeter(String serviceName,
String serviceParameter)
|
|
| Method Summary | |
|---|---|
InboundMetric |
collectMetrics()
|
InboundMetric |
getCumulativeMetrics()
|
(package private) String |
getServiceName()
|
(package private) String |
getServiceParameter()
|
void |
inboundMessageDeQueued(Message message,
long time)
|
void |
inboundMessageDropped(Message message,
long time)
|
void |
inboundMessageProcessed(Message message,
long time)
|
void |
inboundMessageQueued(Message message)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public InboundMeter(String serviceName,
String serviceParameter)
| Method Detail |
|---|
public void inboundMessageQueued(Message message)
public void inboundMessageDropped(Message message,
long time)
public void inboundMessageDeQueued(Message message,
long time)
public void inboundMessageProcessed(Message message,
long time)
String getServiceName()
String getServiceParameter()
public String toString()
toString in class Objectpublic InboundMetric getCumulativeMetrics()
public InboundMetric collectMetrics()
|
JXTA J2SE | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||