Package com.opengamma.livedata.server.mxbean

Examples of com.opengamma.livedata.server.mxbean.SubscriptionTrace


            distributor.hasExpired(),
            distributor.isPersistent(),
            distributor.getNumMessagesSent()));
      }

      return new SubscriptionTrace(identifier, instant.toString(), distributors, sub.getLiveDataHistory().getLastKnownValues().toString());
    } else {
      return new SubscriptionTrace(identifier);
    }
  }
View Full Code Here

TOP

Related Classes of com.opengamma.livedata.server.mxbean.SubscriptionTrace

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.