| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface RosettaNetControl
Basic RosettaNet control. This will declare the public methods & callback methods that are available by this control. These methods will be implemented by the RosettaNetControlImpl class.
| Nested Class Summary | |
|---|---|
static interface | 
RosettaNetControl.CallbackIntf
The following methods are available after a JCX instance is created.  | 
static class | 
RosettaNetControl.RNIF_VERSION
This enum specifies the RN versions that are supported.  | 
static interface | 
RosettaNetControl.RosettaNet
Specifies the class-level annotations for the RosettaNet Control. Note:Annotations can be specified at the control class level, at the control instance level, and at the control method level, in increasing order of precedence.  | 
| Method Summary | |
|---|---|
 String | 
getProcessTimeout()
Returns the amount of time to wait for the entire business process to complete before timing out.  | 
 com.bea.wli.control.dynamicProperties.RosettaNetControlPropertiesDocument | 
getProperties()
Get the dynamic properties for the RosettaNet control  | 
 int | 
getRetryCount()
Returns the maximum number of retries for sending the message  | 
 String | 
getRetryInterval()
Returns the time interval between retries  | 
 void | 
sendAck()
Sends an acknowledgement of receipt of a business message to a trading partner and accepts the request.  | 
 void | 
sendError()
Sends an Exception  | 
 void | 
sendReject()
Sends an acknowledgement of receipt of the business message to a trading partner, but rejects the request.  | 
 void | 
setProperties(com.bea.wli.control.dynamicProperties.RosettaNetControlPropertiesDocument xmlPropsDoc)
Sets dynamic properties at run-time, such as the business ID of the sender or recipient.  | 
| Method Detail | 
|---|
void setProperties(com.bea.wli.control.dynamicProperties.RosettaNetControlPropertiesDocument xmlPropsDoc)
xmlPropsDoc - the dynamic properties for the RosettaNet controlcom.bea.wli.control.dynamicProperties.RosettaNetControlPropertiesDocument getProperties()
void sendAck()
void sendReject()
void sendError()
int getRetryCount()
String getRetryInterval()
String getProcessTimeout()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||