Package com.serotonin.squwk.client.request

Examples of com.serotonin.squwk.client.request.PointListRequest


    public void initialize() {
        super.initialize(new SquwkSendThread());

        // Get the list of points from Squwk.
        try {
            squwkPoints = squwkClient.send(new PointListRequest());
        }
        catch (SquwkException e) {
            LOG.warn("Request exception", e);
            Common.eventManager.raiseEvent(requestExceptionEventType, System.currentTimeMillis(), true,
                    AlarmLevels.URGENT, toTranslatableMessage(e), createEventContext());
View Full Code Here

TOP

Related Classes of com.serotonin.squwk.client.request.PointListRequest

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.