Uses of Class
com.sun.corba.ee.spi.orb.PropertyParser
-
Packages that use PropertyParser Package Description com.sun.corba.ee.impl.orb com.sun.corba.ee.impl.plugin.hwlb com.sun.corba.ee.spi.orb -
-
Uses of PropertyParser in com.sun.corba.ee.impl.orb
Methods in com.sun.corba.ee.impl.orb that return PropertyParser Modifier and Type Method Description PropertyParser
ORBConfiguratorImpl.ConfigParser. makeParser()
PropertyParser
ORBImpl.ConfigParser. makeParser()
Methods in com.sun.corba.ee.impl.orb with parameters of type PropertyParser Modifier and Type Method Description void
NormalParserData. addToParser(PropertyParser parser)
void
PrefixParserData. addToParser(PropertyParser parser)
void
DataCollectorBase. setParser(PropertyParser parser)
-
Uses of PropertyParser in com.sun.corba.ee.impl.plugin.hwlb
Methods in com.sun.corba.ee.impl.plugin.hwlb that return PropertyParser Modifier and Type Method Description PropertyParser
VirtualAddressAgentImpl.AddressParser. makeParser()
-
Uses of PropertyParser in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return PropertyParser Modifier and Type Method Description PropertyParser
PropertyParser. add(java.lang.String propName, Operation action, java.lang.String fieldName)
PropertyParser
PropertyParser. addPrefix(java.lang.String propName, Operation action, java.lang.String fieldName, java.lang.Class<?> componentType)
protected abstract PropertyParser
ParserImplBase. makeParser()
protected PropertyParser
ParserImplTableBase. makeParser()
Methods in com.sun.corba.ee.spi.orb with parameters of type PropertyParser Modifier and Type Method Description void
ParserData. addToParser(PropertyParser parser)
void
DataCollector. setParser(PropertyParser parser)
Set the parser which is used to obtain property names.
-