|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.jppf.jca.cci.JPPFInteractionSpec
public class JPPFInteractionSpec
Implementation of the InteractionSpec interface.
| Field Summary |
|---|
| Fields inherited from interface javax.resource.cci.InteractionSpec |
|---|
SYNC_RECEIVE, SYNC_SEND, SYNC_SEND_RECEIVE |
| Constructor Summary | |
|---|---|
JPPFInteractionSpec(String functionName)
Initialize this interaction spec with the specified function. |
|
| Method Summary | |
|---|---|
void |
addPropertyChangeListener(PropertyChangeListener listener)
Add a property change listener. |
String |
getFunctionName()
Get the name of the function associated with this interaction spec. |
void |
removePropertyChangeListener(PropertyChangeListener listener)
Remove a property change listener. |
void |
setFunctionName(String newFunctionName)
Set the name of the function associated with this interaction spec. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public JPPFInteractionSpec(String functionName)
functionName - the name of the function.| Method Detail |
|---|
public void addPropertyChangeListener(PropertyChangeListener listener)
listener - the lsitener to add.public void removePropertyChangeListener(PropertyChangeListener listener)
listener - the lsitener to add.public String getFunctionName()
public void setFunctionName(String newFunctionName)
newFunctionName - the function name as a string.
|
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||