/** * This file was auto-generated by mofcomp -j version 1.0.0 on Wed Jan 12 * 09:21:06 CET 2011. */ package org.opennaas.extensions.router.model; import java.io.*; import java.lang.Exception; /** * This Class contains accessor and mutator methods for all properties defined in the CIM class FibrePortEventCounters as well as methods comparable * to the invokeMethods defined for this class. This Class implements the FibrePortEventCountersBean Interface. The CIM class FibrePortEventCounters * is described as follows: * * Note: The use of the FibrePortEventCounters class is deprecated because FibrePort is deprecated. FCPortStatistics should be used instead, but it * redefines the level at which data is collected. Therefore, there is no direct translation of the individual counters between the two classes. * Deprecated description: This object defines error counters that are specific to a FibrePort. */ @Deprecated public class FibrePortEventCounters extends DeviceStatisticalInformation implements Serializable { /** * This constructor creates a FibrePortEventCountersBeanImpl Class which implements the FibrePortEventCountersBean Interface, and encapsulates the * CIM class FibrePortEventCounters in a Java Bean. The CIM class FibrePortEventCounters is described as follows: * * Note: The use of the FibrePortEventCounters class is deprecated because FibrePort is deprecated. FCPortStatistics should be used instead, but * it redefines the level at which data is collected. Therefore, there is no direct translation of the individual counters between the two * classes. Deprecated description: This object defines error counters that are specific to a FibrePort. */ public FibrePortEventCounters() { }; /** * The following constants are defined for use with the ValueMap/Values qualified property pLOGIsReceived. */ @Deprecated private long pLOGIsReceived; /** * This method returns the FibrePortEventCounters.pLOGIsReceived property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of login frames received. * * @return long current pLOGIsReceived property value * @exception Exception */ @Deprecated public long getPLOGIsReceived() { return this.pLOGIsReceived; } // getPLOGIsReceived /** * This method sets the FibrePortEventCounters.pLOGIsReceived property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of login frames received. * * @param long new pLOGIsReceived property value * @exception Exception */ @Deprecated public void setPLOGIsReceived(long pLOGIsReceived) { this.pLOGIsReceived = pLOGIsReceived; } // setPLOGIsReceived /** * The following constants are defined for use with the ValueMap/Values qualified property pLOGIsSent. */ @Deprecated private long pLOGIsSent; /** * This method returns the FibrePortEventCounters.pLOGIsSent property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of login frames sent. * * @return long current pLOGIsSent property value * @exception Exception */ @Deprecated public long getPLOGIsSent() { return this.pLOGIsSent; } // getPLOGIsSent /** * This method sets the FibrePortEventCounters.pLOGIsSent property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of login frames sent. * * @param long new pLOGIsSent property value * @exception Exception */ @Deprecated public void setPLOGIsSent(long pLOGIsSent) { this.pLOGIsSent = pLOGIsSent; } // setPLOGIsSent /** * The following constants are defined for use with the ValueMap/Values qualified property eOFAbortsReceived. */ @Deprecated private long eOFAbortsReceived; /** * This method returns the FibrePortEventCounters.eOFAbortsReceived property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: Number of frames received that contain 'EOF Abort'. * * @return long current eOFAbortsReceived property value * @exception Exception */ @Deprecated public long getEOFAbortsReceived() { return this.eOFAbortsReceived; } // getEOFAbortsReceived /** * This method sets the FibrePortEventCounters.eOFAbortsReceived property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: Number of frames received that contain 'EOF Abort'. * * @param long new eOFAbortsReceived property value * @exception Exception */ @Deprecated public void setEOFAbortsReceived(long eOFAbortsReceived) { this.eOFAbortsReceived = eOFAbortsReceived; } // setEOFAbortsReceived /** * The following constants are defined for use with the ValueMap/Values qualified property eOFAbortsTransmitted. */ @Deprecated private long eOFAbortsTransmitted; /** * This method returns the FibrePortEventCounters.eOFAbortsTransmitted property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: Number of frames transmitted that contain 'EOF Abort'. * * @return long current eOFAbortsTransmitted property value * @exception Exception */ @Deprecated public long getEOFAbortsTransmitted() { return this.eOFAbortsTransmitted; } // getEOFAbortsTransmitted /** * This method sets the FibrePortEventCounters.eOFAbortsTransmitted property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: Number of frames transmitted that contain 'EOF Abort'. * * @param long new eOFAbortsTransmitted property value * @exception Exception */ @Deprecated public void setEOFAbortsTransmitted(long eOFAbortsTransmitted) { this.eOFAbortsTransmitted = eOFAbortsTransmitted; } // setEOFAbortsTransmitted /** * The following constants are defined for use with the ValueMap/Values qualified property pLOGOsReceived. */ @Deprecated private long pLOGOsReceived; /** * This method returns the FibrePortEventCounters.pLOGOsReceived property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of logouts that were received from various targets. * * @return long current pLOGOsReceived property value * @exception Exception */ @Deprecated public long getPLOGOsReceived() { return this.pLOGOsReceived; } // getPLOGOsReceived /** * This method sets the FibrePortEventCounters.pLOGOsReceived property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of logouts that were received from various targets. * * @param long new pLOGOsReceived property value * @exception Exception */ @Deprecated public void setPLOGOsReceived(long pLOGOsReceived) { this.pLOGOsReceived = pLOGOsReceived; } // setPLOGOsReceived /** * The following constants are defined for use with the ValueMap/Values qualified property pLOGOsSent. */ @Deprecated private long pLOGOsSent; /** * This method returns the FibrePortEventCounters.pLOGOsSent property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of logout frames sent. * * @return long current pLOGOsSent property value * @exception Exception */ @Deprecated public long getPLOGOsSent() { return this.pLOGOsSent; } // getPLOGOsSent /** * This method sets the FibrePortEventCounters.pLOGOsSent property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of logout frames sent. * * @param long new pLOGOsSent property value * @exception Exception */ @Deprecated public void setPLOGOsSent(long pLOGOsSent) { this.pLOGOsSent = pLOGOsSent; } // setPLOGOsSent /** * The following constants are defined for use with the ValueMap/Values qualified property pLOGIsRejected. */ @Deprecated private long pLOGIsRejected; /** * This method returns the FibrePortEventCounters.pLOGIsRejected property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of PLOGI frames sent where the response was LS_RJT. * * @return long current pLOGIsRejected property value * @exception Exception */ @Deprecated public long getPLOGIsRejected() { return this.pLOGIsRejected; } // getPLOGIsRejected /** * This method sets the FibrePortEventCounters.pLOGIsRejected property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of PLOGI frames sent where the response was LS_RJT. * * @param long new pLOGIsRejected property value * @exception Exception */ @Deprecated public void setPLOGIsRejected(long pLOGIsRejected) { this.pLOGIsRejected = pLOGIsRejected; } // setPLOGIsRejected /** * The following constants are defined for use with the ValueMap/Values qualified property pLOGOsRejected. */ @Deprecated private long pLOGOsRejected; /** * This method returns the FibrePortEventCounters.pLOGOsRejected property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of PLOGO frames sent where the response was LS_RJT. * * @return long current pLOGOsRejected property value * @exception Exception */ @Deprecated public long getPLOGOsRejected() { return this.pLOGOsRejected; } // getPLOGOsRejected /** * This method sets the FibrePortEventCounters.pLOGOsRejected property value. This property is described as follows: * * Note: The use of this method has been deprecated. Deprecated description: The number of PLOGO frames sent where the response was LS_RJT. * * @param long new pLOGOsRejected property value * @exception Exception */ @Deprecated public void setPLOGOsRejected(long pLOGOsRejected) { this.pLOGOsRejected = pLOGOsRejected; } // setPLOGOsRejected } // Class FibrePortEventCounters