|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectraccoon.tibco.tibrv.badhnati.descriptors.PrefixElement
public class PrefixElement
Contains the list of elements defined in a TIB/Rendezvous prefix field.
Constructor Summary | |
---|---|
PrefixElement()
Default constructor, required for dynamic instanciation. |
|
PrefixElement(java.lang.String pRadix,
java.lang.String pPackageName,
java.lang.Integer pIndex)
Convenience constructor used for assigning all the relevant elements to this instance. |
Method Summary | |
---|---|
java.lang.Integer |
getIndex()
The position of this class within the prefix list of the Active Enterprise message |
java.lang.String |
getPackage()
The package name associated to this instance, doesn't contain the class name. |
java.lang.String |
getRadix()
The root directory under which this element is located. |
void |
setIndex(java.lang.Integer pIndex)
The position of this class within the prefix list of the Active Enterprise message |
void |
setPackage(java.lang.String pPackageName)
Assigns the package name to this instance. |
void |
setRadix(java.lang.String pRadix)
Assigns the root directory within the TIB/Repository of this element |
void |
setRepoGenerator(IRepoGenerator pRepoGenerator)
Defines the utility component in relation with the TIB/Repository. |
void |
setRepoPath(java.lang.String pTibRepoPath)
Used when handling a prefix element from a received TibrvMsg |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PrefixElement()
public PrefixElement(java.lang.String pRadix, java.lang.String pPackageName, java.lang.Integer pIndex)
pRadix
- the common directory where the definitions of the Active Enterprise elements are stored.pPackageName
- the fully qualified java package name without the class namepIndex
- the index of this elements within the prefix list of the TibrvMsgMethod Detail |
---|
public void setRepoGenerator(IRepoGenerator pRepoGenerator)
pRepoGenerator
- the repository generator instance.public java.lang.String getPackage()
public void setPackage(java.lang.String pPackageName)
pPackageName
- the fully qualified java package name.public java.lang.Integer getIndex()
Message
public void setIndex(java.lang.Integer pIndex)
pIndex
- the index of this class defined by Message
public java.lang.String getRadix()
AeConstants.CLASS_DIRECTORY
public void setRadix(java.lang.String pRadix)
pRadix
- the root element in the form of a String (e.g. "/tibco/public/class/ae/")public void setRepoPath(java.lang.String pTibRepoPath) throws RaccoonException
pTibRepoPath
- the prefix element provided by the TibrvMsg
RaccoonException
- if the RepoGenerator assigned to this instance fails.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |