|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.infoengine.connector.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 FormField Summary | |
protected PropertyChangeSupport |
changes
|
protected String |
className
|
protected int |
executionTimeout
|
protected String |
functionName
|
protected VetoableChangeSupport |
vetos
|
Fields inherited from interface javax.resource.cci.InteractionSpec |
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE |
Constructor Summary | |
IeInteractionSpec()
|
Method Summary | |
void |
addPropertyChangeListener(PropertyChangeListener listener)
|
void |
addVetoableChangeListener(VetoableChangeListener listener)
|
String |
getClassName()
get the SOAP class name |
int |
getExecutionTimeout()
currently not used |
String |
getFunctionName()
get the function name to be executed |
void |
removePropertyChangeListener(PropertyChangeListener listener)
|
void |
removeVetoableChangeListener(VetoableChangeListener listener)
|
void |
setClassName(String propValue)
set the SOAP class name |
void |
setExecutionTimeout(int propValue)
currently not used |
void |
setFunctionName(String propValue)
set the function name to be executed on the SOAP class |
String |
toString()
generate a String representation "<className>!<functionName>" |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
protected PropertyChangeSupport changes
protected VetoableChangeSupport vetos
protected String className
protected String functionName
protected int executionTimeout
Constructor Detail |
public IeInteractionSpec()
Method Detail |
public int getExecutionTimeout()
public void setExecutionTimeout(int propValue) throws PropertyVetoException
PropertyVetoException
public String getClassName()
public void setClassName(String propValue) throws PropertyVetoException
propValue
- the SOAP class name
PropertyVetoException
- if someone objects to the new value...public String getFunctionName()
public void setFunctionName(String propValue) throws PropertyVetoException
propValue
- the function name
PropertyVetoException
- if someone objects to the new value...public void removePropertyChangeListener(PropertyChangeListener listener)
public void addPropertyChangeListener(PropertyChangeListener listener)
public void removeVetoableChangeListener(VetoableChangeListener listener)
public void addVetoableChangeListener(VetoableChangeListener listener)
public String toString()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |