|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.infoengine.connector.IeInteractionSpec
public class IeInteractionSpec
used by applications to govern an Interaction. What function/method should be called on what Info*Engine SOAP class. Properties are bound and constrained.
IeInteraction,
Serialized Form| Field Summary |
|---|
| Fields inherited from interface javax.resource.cci.InteractionSpec |
|---|
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE |
| Constructor Summary | |
|---|---|
IeInteractionSpec()
|
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(java.beans.PropertyChangeListener listener)
|
void |
addVetoableChangeListener(java.beans.VetoableChangeListener listener)
|
java.lang.String |
getClassName()
get the SOAP class name |
int |
getExecutionTimeout()
currently not used |
java.lang.String |
getFunctionName()
get the function name to be executed |
void |
removePropertyChangeListener(java.beans.PropertyChangeListener listener)
|
void |
removeVetoableChangeListener(java.beans.VetoableChangeListener listener)
|
void |
setClassName(java.lang.String propValue)
set the SOAP class name |
void |
setExecutionTimeout(int propValue)
currently not used |
void |
setFunctionName(java.lang.String propValue)
set the function name to be executed on the SOAP class |
java.lang.String |
toString()
generate a String representation "<className>!<functionName>" |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public IeInteractionSpec()
| Method Detail |
|---|
public int getExecutionTimeout()
public void setExecutionTimeout(int propValue)
throws java.beans.PropertyVetoException
java.beans.PropertyVetoExceptionpublic java.lang.String getClassName()
public void setClassName(java.lang.String propValue)
throws java.beans.PropertyVetoException
propValue - the SOAP class name
java.beans.PropertyVetoException - if someone objects to the new value...public java.lang.String getFunctionName()
public void setFunctionName(java.lang.String propValue)
throws java.beans.PropertyVetoException
propValue - the function name
java.beans.PropertyVetoException - if someone objects to the new value...public void removePropertyChangeListener(java.beans.PropertyChangeListener listener)
public void addPropertyChangeListener(java.beans.PropertyChangeListener listener)
public void removeVetoableChangeListener(java.beans.VetoableChangeListener listener)
public void addVetoableChangeListener(java.beans.VetoableChangeListener listener)
public java.lang.String toString()
toString in class java.lang.Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||