|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||
java.lang.Objectcom.bea.wlcp.wlng.api.edr.filter.EdrFilter
This class creates an EDR filter given an XML configuration file.
| Field Summary | |
static boolean |
optimized
Flag used by unit test and debug |
| Constructor Summary | |
EdrFilter(String config,
StreamSource xsd,
String qName,
Class c,
boolean persistent)
|
|
EdrFilter(String configFile,
String xsdFile,
String qName,
Class c,
boolean persistent)
Constructor |
|
EdrFilter(URL configFile,
URL xsdFile,
String qName,
Class c,
boolean persistent)
Constructor using URL as file input |
|
| Method Summary | |
ConfigDescriptor |
findConfigDescriptorMatchingEdr(EdrData data)
Returns a filter attribute matching a particular Edr. |
List |
getConfigDescriptors()
Returns the number of configurations that were read from the corresponding xml file. |
int |
getDescriptorsCount()
Returns the number of descriptors available |
int |
getImplementationsCacheSize()
Returns the size of the implementations cache |
int |
getNonCachedDescriptors()
Returns the number of non-cached descriptors |
EdrXMLHandler |
getXMLHandler()
Returns the XML handler of the filter |
boolean |
isPersistent()
Returns true if the filter represents persistent objects |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
public static boolean optimized
| Constructor Detail |
public EdrFilter(String config,
StreamSource xsd,
String qName,
Class c,
boolean persistent)
throws Exception
Exception
public EdrFilter(String configFile,
String xsdFile,
String qName,
Class c,
boolean persistent)
throws Exception
Exception
public EdrFilter(URL configFile,
URL xsdFile,
String qName,
Class c,
boolean persistent)
throws Exception
Exception| Method Detail |
public ConfigDescriptor findConfigDescriptorMatchingEdr(EdrData data)
data - The Edr data
public List getConfigDescriptors()
public int getDescriptorsCount()
public int getImplementationsCacheSize()
public int getNonCachedDescriptors()
public EdrXMLHandler getXMLHandler()
public boolean isPersistent()
|
Oracle Corporation | |||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||||