Skip to Content.
Sympa Menu

perfsonar-dev - perfsonar: r3975 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ma

Subject: perfsonar development work

List archive

perfsonar: r3975 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ma


Chronological Thread 
  • From:
  • To:
  • Subject: perfsonar: r3975 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ma
  • Date: Sun, 8 Jun 2008 14:10:16 -0400

Author: nina
Date: 2008-06-08 14:10:15 -0400 (Sun, 08 Jun 2008)
New Revision: 3975

Added:

branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/MACombinedRequest.java
Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/MAPerfsonarModel.java
Log:
support for Input-Error Output drop display enhancement


Added:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/MACombinedRequest.java

Modified:
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/MAPerfsonarModel.java
===================================================================
---
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/MAPerfsonarModel.java
2008-06-08 16:57:53 UTC (rev 3974)
+++
branches/perfsonarui/src/org/perfsonar/perfsonarui/ma/MAPerfsonarModel.java
2008-06-08 18:10:15 UTC (rev 3975)
@@ -204,6 +204,16 @@
else if
(schema.equals(MARequestPerfsonar2_0.schemaID)) {
endpoint.setEvent(getCurrentEventType(), 0);
endpoint.setEvent(getCurrentEventType(), 1);
+ /* array depends on the options
+ return new MACombinedRequest(
+ new IPerfsonarRequest[] {
+ new MARequestPerfsonar2_0(),
+ new MARequest_Errors(),
+ new MARequest_Discards()
+ }
+ );
+ */
+
if
("http://ggf.org/ns/nmwg/characteristic/utilization/2.0".equals(getCurrentEventType()))
return new MARequestPerfsonar2_0();
if
("http://ggf.org/ns/nmwg/characteristic/discards/2.0".equals(getCurrentEventType()))
@@ -213,7 +223,8 @@
if
("http://ggf.org/ns/nmwg/characteristic/packets/unicast/2.0/".equals(getCurrentEventType()))
return new MAUnicastPackets();
if
("http://ggf.org/ns/nmwg/characteristic/packets/nonunicast/2.0/".equals(getCurrentEventType()))
- return new MANonunicastPackets();
+ return new MANonunicastPackets();
+
}
throw new UnsupportedTypeException(endpoint);
}



  • perfsonar: r3975 - branches/perfsonarui/src/org/perfsonar/perfsonarui/ma, svnlog, 06/08/2008

Archive powered by MHonArc 2.6.16.

Top of Page