|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.infoengine.connector.IeInteractionResult
public class IeInteractionResult
returned from execution of an Info*Engine interaction
IeInteraction,
Serialized Form| Constructor Summary | |
|---|---|
IeInteractionResult()
create an unnamed IeInteractionResult |
|
IeInteractionResult(java.lang.String name)
create a named IeInteractionResult |
|
| Method Summary | |
|---|---|
java.lang.Object |
clone()
not supported as not needed. |
boolean |
equals(java.lang.Object other)
compare this IeInteractionResult with another for equality |
java.lang.String |
getRecordName()
get record name |
java.lang.String |
getRecordShortDescription()
get record short description |
java.lang.Object |
getResult()
get the object result from interaction execution |
int |
hashCode()
generate this object's hashCode. |
void |
setRecordName(java.lang.String str)
set record name |
void |
setRecordShortDescription(java.lang.String str)
set record short description |
| Methods inherited from class java.lang.Object |
|---|
getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IeInteractionResult()
public IeInteractionResult(java.lang.String name)
name - record name| Method Detail |
|---|
public java.lang.String getRecordName()
getRecordName in interface javax.resource.cci.Recordpublic java.lang.String getRecordShortDescription()
getRecordShortDescription in interface javax.resource.cci.Recordpublic void setRecordName(java.lang.String str)
setRecordName in interface javax.resource.cci.Recordstr - new record namepublic void setRecordShortDescription(java.lang.String str)
setRecordShortDescription in interface javax.resource.cci.Recordstr - new record short descriptionpublic java.lang.Object getResult()
public java.lang.Object clone()
throws java.lang.CloneNotSupportedException
clone in interface javax.resource.cci.Recordclone in class java.lang.Objectjava.lang.CloneNotSupportedExceptionpublic boolean equals(java.lang.Object other)
equals in interface javax.resource.cci.Recordequals in class java.lang.Objectother - obejct to compare to
public int hashCode()
hashCode in interface javax.resource.cci.RecordhashCode in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||