com.ibm.mds.adpt.sms.base.records
Class MonitorHeartBeat

java.lang.Object
  extended by com.ibm.mds.adpt.sms.base.records.MonitorHeartBeat
All Implemented Interfaces:
java.io.Serializable, java.lang.Cloneable, javax.resource.cci.Record

public class MonitorHeartBeat
extends java.lang.Object
implements javax.resource.cci.Record

This is the default Java Bean Implementation for the MonitorHeartBeat class. This is the record to be used for monitoring the connection between SI and SMSC

See Also:
Serialized Form

Field Summary
static java.lang.String REC_NAME
          Comment for REC_NAME.
 
Constructor Summary
MonitorHeartBeat()
          The default Constructor for MonitorHeartBeat.
 
Method Summary
 java.lang.Object clone()
           
 int getFunctionID()
          Gets the Function ID
 java.lang.String getRecordName()
           
 java.lang.String getRecordShortDescription()
           
 void setFunctionID(int functionID)
          Sets the Function ID
 void setRecordName(java.lang.String name)
           
 void setRecordShortDescription(java.lang.String desc)
           
 java.lang.String toString()
          Override toString method.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface javax.resource.cci.Record
equals, hashCode
 

Field Detail

REC_NAME

public static final java.lang.String REC_NAME
Comment for REC_NAME.

See Also:
Constant Field Values
Constructor Detail

MonitorHeartBeat

public MonitorHeartBeat()
The default Constructor for MonitorHeartBeat.

Method Detail

getFunctionID

public int getFunctionID()
Gets the Function ID


setFunctionID

public void setFunctionID(int functionID)
Sets the Function ID

Parameters:
Function - ID to be set

getRecordName

public java.lang.String getRecordName()
Specified by:
getRecordName in interface javax.resource.cci.Record

setRecordName

public void setRecordName(java.lang.String name)
Specified by:
setRecordName in interface javax.resource.cci.Record

setRecordShortDescription

public void setRecordShortDescription(java.lang.String desc)
Specified by:
setRecordShortDescription in interface javax.resource.cci.Record

getRecordShortDescription

public java.lang.String getRecordShortDescription()
Specified by:
getRecordShortDescription in interface javax.resource.cci.Record

clone

public java.lang.Object clone()
Specified by:
clone in interface javax.resource.cci.Record
Overrides:
clone in class java.lang.Object

toString

public java.lang.String toString()
Override toString method.

Overrides:
toString in class java.lang.Object
Returns:
String representation of this class.


Copyright © 2006 IBM Corp. All Rights Reserved.