Package org.rioproject.entry

Examples of org.rioproject.entry.BasicStatus


         */
        EventDescriptor thresholdEventDesc = SLAThresholdEvent.getEventDescriptor();
        getEventTable().put(thresholdEventDesc.eventID, getSLAEventHandler());
        addAttribute(thresholdEventDesc);       

        addAttribute(new BasicStatus(StatusType.NORMAL));

        /* Create the container */
        createContainer();

        /* Create the consumer which will discover, register and maintain
View Full Code Here


     * Change the BasicStatus Entry to reflect a change in state
     *
     * @param statusType The StatusType
     */
    void setChanged(StatusType statusType) {
        joiner.modifyAttributes(new Entry[]{new BasicStatus()}, new Entry[]{new BasicStatus(statusType)});
    }
View Full Code Here

TOP

Related Classes of org.rioproject.entry.BasicStatus

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.