| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface TibcoRV
| Nested Class Summary | |
|---|---|
static interface | 
TibcoRV.Callback
 | 
static interface | 
TibcoRV.CMTransport
 | 
static interface | 
TibcoRV.Transport
 | 
static interface | 
TibcoRV.UseCM
 | 
| Method Summary | |
|---|---|
 void | 
onFinish()
 | 
 long | 
sendAEMessage(com.tibco.tibrv.TibrvMsg data,
              String sendSubject,
              double timeout)
sendAEMessage is used to send a AE Message via RVDTransport  | 
 long | 
sendAEMessageAsString(String data,
                      String fieldName,
                      String subject,
                      double timeout)
sendAEMessageAString is used to send a AE Message via RVDTransport  | 
 long | 
sendAEMessageAsXML(org.apache.xmlbeans.XmlObject data,
                   String fieldName,
                   String subject,
                   double timeout)
sendAEMessageAsXML is used to send a AE Message via RVDTransport  | 
 long | 
sendMessage(com.tibco.tibrv.TibrvMsg msg,
            String subject,
            double timeout)
sendMessage is used to send the message via RVDTransport , CMTransport  | 
 long | 
sendMessageAsString(String msg,
                    String fieldName,
                    String subject,
                    double timeout)
sendMessageAsString is used to send the message via RVDTransport , CMTransport  | 
 long | 
sendMessageAsXML(org.apache.xmlbeans.XmlObject msg,
                 String fieldName,
                 String subject,
                 double timeout)
sendMessageAsXML is used to send the message via RVDTransport , CMTransport  | 
 long | 
sendReply(com.tibco.tibrv.TibrvMsg replyMsg,
          com.tibco.tibrv.TibrvMsg sendMsg,
          double timeout)
sendReply is used to send a reply via RVDTransport , CMTransport  | 
 long | 
sendReplyAsString(com.tibco.tibrv.TibrvMsg replyMsg,
                  String sendMsg,
                  String fieldName,
                  double timeout)
sendReplyAsString is used to send a reply via RVDTransport , CMTransport  | 
 long | 
sendReplyAsXML(com.tibco.tibrv.TibrvMsg replyMsg,
               org.apache.xmlbeans.XmlObject sendMsg,
               String fieldName,
               double timeout)
sendReplyAsXML is used to send a reply via RVDTransport , CMTransport  | 
 com.tibco.tibrv.TibrvMsg | 
sendRequest(com.tibco.tibrv.TibrvMsg msg,
            String sendSubject,
            double timeout)
sendRequest is used to send the message via RVDTransport , CMTransport  | 
 com.tibco.tibrv.TibrvMsg | 
sendRequestAsString(String msg,
                    String fieldName,
                    String sendSubject,
                    double timeout)
sendRequestAsString is used to send the message via RVDTransport , CMTransport  | 
 com.tibco.tibrv.TibrvMsg | 
sendRequestAsXML(org.apache.xmlbeans.XmlObject msg,
                 String fieldName,
                 String sendSubject,
                 double timeout)
sendRequestAsXML is used to send the message via RVDTransport , CMTransport  | 
 void | 
setStringEncoding(String encoding)
setStringEncoding Set the character encoding for converting between Java Unicode strings and wire format strings.  | 
 void | 
setXMLProperties(com.bea.wli.control.tibRVControlDynamicProperties.TibRVDynamicPropertiesDocument doc)
 | 
| Method Detail | 
|---|
long sendMessage(com.tibco.tibrv.TibrvMsg msg,
                 String subject,
                 double timeout)
msg - the message that needs to be sendsubject - the subject of the message
ControlException - if any exception occurs while sending a message
long sendMessageAsString(String msg,
                         String fieldName,
                         String subject,
                         double timeout)
msg - the message that needs to be sendfieldName - the name of the TibRV Field used to send the payloadsubject - the subject of the message
ControlException - if any exception occurs while sending a message
long sendMessageAsXML(org.apache.xmlbeans.XmlObject msg,
                      String fieldName,
                      String subject,
                      double timeout)
msg - XML message that needs to be sendfieldName - the name of the TibRV Field used to send the payloadsubject - the subject of the message
ControlException - if any exception occurs while sending a message
com.tibco.tibrv.TibrvMsg sendRequest(com.tibco.tibrv.TibrvMsg msg,
                                     String sendSubject,
                                     double timeout)
msg - the message that needs to be sendsendSubject - the send subject of the messagetimeout - to wait after the method returns
ControlException - if any exception occurs while sending a message
com.tibco.tibrv.TibrvMsg sendRequestAsString(String msg,
                                             String fieldName,
                                             String sendSubject,
                                             double timeout)
msg - the message that needs to be sendfieldName - the name of the TibRV Field used to send the payloadsendSubject - the send subject of the messagetimeout - time to wait for the reply
ControlException - if any exception occurs while sending a message
long sendReply(com.tibco.tibrv.TibrvMsg replyMsg,
               com.tibco.tibrv.TibrvMsg sendMsg,
               double timeout)
msg - the reply messagemsg - the request message
ControlException - if any exception occurs while sending a message
long sendReplyAsString(com.tibco.tibrv.TibrvMsg replyMsg,
                       String sendMsg,
                       String fieldName,
                       double timeout)
msg - the reply messagemsg - the request messagefieldName - the name of the TibRV Field used to send the payload
ControlException - if any exception occurs while sending a message
long sendReplyAsXML(com.tibco.tibrv.TibrvMsg replyMsg,
                    org.apache.xmlbeans.XmlObject sendMsg,
                    String fieldName,
                    double timeout)
msg - the reply messagemsg - the request messagefieldName - the name of the TibRV Field used to send the payload
ControlException - if any exception occurs while sending a message
long sendAEMessage(com.tibco.tibrv.TibrvMsg data,
                   String sendSubject,
                   double timeout)
msg - the reply message
ControlException - if any exception occurs while sending a message
long sendAEMessageAsString(String data,
                           String fieldName,
                           String subject,
                           double timeout)
msg - the message datafieldName - the name of the TibRV Field used to send the payload
ControlException - if any exception occurs while sending a message
long sendAEMessageAsXML(org.apache.xmlbeans.XmlObject data,
                        String fieldName,
                        String subject,
                        double timeout)
msg - the message datafieldName - the name of the TibRV Field used to send the payload
ControlException - if any exception occurs while sending a message
void setXMLProperties(com.bea.wli.control.tibRVControlDynamicProperties.TibRVDynamicPropertiesDocument doc)
                      throws IllegalArgumentException
IllegalArgumentException
void setStringEncoding(String encoding)
                       throws UnsupportedEncodingException
encoding - character set for encoding
UnsupportedEncodingException
com.tibco.tibrv.TibrvMsg sendRequestAsXML(org.apache.xmlbeans.XmlObject msg,
                                          String fieldName,
                                          String sendSubject,
                                          double timeout)
msg - XML message that needs to be sendfieldName - the name of the TibRV Field used to send the payloadsendSubject - the send subject of the messagetimeout - time to wait for the reply
ControlException - if any exception occurs while sending a messagevoid onFinish()
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||