|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.jca.cci.JPPFRecord
public class JPPFRecord
Implementation of the Record interface for
the JPPF resource adapter.
| 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 |
|---|
public JPPFRecord()
| Method Detail |
|---|
public String getRecordName()
getRecordName in interface RecordRecord.getRecordName()public void setRecordName(String name)
setRecordName in interface Recordname - the name of the record.Record.setRecordName(java.lang.String)public String getRecordShortDescription()
getRecordShortDescription in interface RecordRecord.getRecordShortDescription()public void setRecordShortDescription(String desc)
setRecordShortDescription in interface Recorddesc - this record's short description.Record.setRecordShortDescription(java.lang.String)
public Object clone()
throws CloneNotSupportedException
clone in interface Recordclone in class ObjectCloneNotSupportedException - is always thrown.Object.clone()
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||