org.jppf.jca.cci
Class JPPFRecord

java.lang.Object
  extended by org.jppf.jca.cci.JPPFRecord
All Implemented Interfaces:
Serializable, Cloneable, Record

public class JPPFRecord
extends Object
implements Record

Implementation of the Record interface for the JPPF resource adapter.

Author:
Laurent Cohen
See Also:
Serialized Form

Constructor Summary
JPPFRecord()
           
 
Method Summary
 Object clone()
          Not supported.
 String getRecordName()
          Get this record's name.
 String getRecordShortDescription()
          Get a short description of this record.
 void setRecordName(String name)
          Set this record's name.
 void setRecordShortDescription(String desc)
          Set a short description of this record.
 
Methods inherited from class java.lang.Object
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface javax.resource.cci.Record
equals, hashCode
 

Constructor Detail

JPPFRecord

public JPPFRecord()
Method Detail

getRecordName

public String getRecordName()
Get this record's name.

Specified by:
getRecordName in interface Record
Returns:
null.
See Also:
Record.getRecordName()

setRecordName

public void setRecordName(String name)
Set this record's name.

Specified by:
setRecordName in interface Record
Parameters:
name - the name of the record.
See Also:
Record.setRecordName(java.lang.String)

getRecordShortDescription

public String getRecordShortDescription()
Get a short description of this record.

Specified by:
getRecordShortDescription in interface Record
Returns:
null.
See Also:
Record.getRecordShortDescription()

setRecordShortDescription

public void setRecordShortDescription(String desc)
Set a short description of this record.

Specified by:
setRecordShortDescription in interface Record
Parameters:
desc - this record's short description.
See Also:
Record.setRecordShortDescription(java.lang.String)

clone

public Object clone()
             throws CloneNotSupportedException
Not supported.

Specified by:
clone in interface Record
Overrides:
clone in class Object
Returns:
nothing.
Throws:
CloneNotSupportedException - is always thrown.
See Also:
Object.clone()


Copyright © 2005-2010 JPPF Team.