|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object
com.bea.wlcp.wlng.api.edr.config.ConfigDescriptor
This class holds the information about the descriptor when reading the XML configuration file.
Field Summary | |
static String |
ATTRIBUTE_CONJUNCTION |
static String |
CUSTOM_ATTRIBUTE |
static String |
CUSTOM_ATTRIBUTE_KEY |
static String |
CUSTOM_ATTRIBUTE_VALUE |
static String |
CUSTOM_REGEX_ATTRIBUTE |
static String |
PART_DATA |
static String |
PART_FILTER |
Constructor Summary | |
ConfigDescriptor() Constructor. |
Method Summary | |
void |
addDataAttribute(String key, String value) |
void |
addFilterAttribute(String key, String value) Adds the filter key/value pair of the <attribute> element. |
void |
addFilterRegexAttribute(String key, String value) Adds the filter regex key/value pair of the <attribute> element. |
void |
addSource(ConfigDescriptorSource descriptorSource) Adds the filter source element (<method> or <exception>). |
boolean |
canBeCached() Returns true if this descriptor can be cached. |
String |
getDataAttribute(String name) |
Map |
getFilterAttributes() |
Map |
getFilterRegexAttributes() |
String |
getName() |
int |
getPosition() Gets the position of this descriptor relative to its xml configuration file. |
List |
getSources() |
boolean |
isMatching(EdrData edr) Returns true if the EdrData is matching this descriptor, false otherwise. |
void |
setConjunction(String conjunction) Relationship between conditions ("AND" or "OR", default: "OR"). |
void |
setDataAttributes(Attributes attributes) Adds the data attribute. |
void |
setName(String name) Name of the descriptor (for example, 'edr', 'alarm', or 'cdr'). |
void |
setPosition(int position) Sets the position of this descriptor relative to its xml configuration file. |
String |
toString() |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
public static final String ATTRIBUTE_CONJUNCTION
public static final String CUSTOM_ATTRIBUTE
public static final String CUSTOM_ATTRIBUTE_KEY
public static final String CUSTOM_ATTRIBUTE_VALUE
public static final String CUSTOM_REGEX_ATTRIBUTE
public static final String PART_DATA
public static final String PART_FILTER
Constructor Detail |
public ConfigDescriptor()
Method Detail |
public void addDataAttribute(String key, String value)
public void addFilterAttribute(String key, String value)
public void addFilterRegexAttribute(String key, String value)
public void addSource(ConfigDescriptorSource descriptorSource)
public boolean canBeCached()
public String getDataAttribute(String name)
public Map getFilterAttributes()
public Map getFilterRegexAttributes()
public String getName()
public int getPosition()
public List getSources()
public boolean isMatching(EdrData edr)
edr
- The EdrData object.public void setConjunction(String conjunction)
public void setDataAttributes(Attributes attributes)
public void setName(String name)
public void setPosition(int position)
public String toString()
|
Oracle Communications Services Gatekeeper Java API Reference 6.0 E55513-02 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |