|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IField | |
|---|---|
| raccoon.api.eai.message | Contains all the different interfaces related to messages handled by Raccoon. |
| raccoon.core.badhnati.xml | |
| raccoon.tibco.tibrv.message | |
| Uses of IField in raccoon.api.eai.message |
|---|
| Methods in raccoon.api.eai.message that return IField | |
|---|---|
IField |
IMessage.getMsgField(int pFieldId)
Retrieves the field according to it's id. |
IField |
IMessage.getMsgField(java.lang.String pFieldName)
Retrieves the field according to it's name. |
IField |
IMessage.getMsgFieldAt(int pIndex)
Retrieves the field located at the specified index. |
IField |
IFactory.newField()
Creates a new instance of field. |
| Methods in raccoon.api.eai.message with parameters of type IField | |
|---|---|
void |
IMessage.addMsgField(IField pField)
Adds a new field instance to the list of fields. |
| Uses of IField in raccoon.core.badhnati.xml |
|---|
| Methods in raccoon.core.badhnati.xml with parameters of type IField | |
|---|---|
java.lang.String |
MessageToXml.marshal(IField pField)
Generates the XML String for a IField instance. |
| Uses of IField in raccoon.tibco.tibrv.message |
|---|
| Classes in raccoon.tibco.tibrv.message that implement IField | |
|---|---|
class |
RvField
The TIB/Rendezvous implementation of IField |
| Methods in raccoon.tibco.tibrv.message that return IField | |
|---|---|
IField |
RvMessage.getMsgField(int pFieldId)
Retrieves the field according to it's id |
IField |
RvMessage.getMsgField(java.lang.String pFieldName)
Retrieves the field according to it's name. |
IField |
RvMessage.getMsgFieldAt(int pIndex)
Retrieves the field located at the specified index. |
IField |
RvFactory.newField()
Creates a new instance of field |
| Methods in raccoon.tibco.tibrv.message with parameters of type IField | |
|---|---|
void |
RvMessage.addMsgField(IField pField)
Adds a new field instance to the list of fields. |
boolean |
RvTracking.fromNative(IField pField)
Parses the contents of the given IField instance and assigns it to this message. |
| Constructors in raccoon.tibco.tibrv.message with parameters of type IField | |
|---|---|
RvField(IField pField)
Creates a new instance of this object using the given IField instance. |
|
RvTracking(IField pField)
Convenient copy constructor |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||