Examples of AttentionLedOnDocument


Examples of com.dell.wsdm.demos.interop.x2005.x04.AttentionLedOnDocument

    {
        XmlObject[] capabilityElems = m_resource.getResourceProperty(
                ManageabilityCharacteristicsCapability.PROP_NAME_MANAGEABILITY_CAPABILITY );
        assertContainsURI( capabilityElems, OperationalStatusCapability.URI );
        assertContainsURI( capabilityElems, CAPABILITY_URI_SERVER_ALERT_STATUS );
        AttentionLedOnDocument attentionLedOnDoc = AttentionLedOnDocument.Factory.newInstance();
        attentionLedOnDoc.setAttentionLedOn( true );
        setSingleProperty( m_resource, attentionLedOnDoc );
        System.out.println( "svr:AttentionLedOn property has been set to true." );
        System.out.println( "*** Please verify that the front panel attention LED blinks for approximately ten seconds." );
    }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.