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 PropertyParserORBConfiguratorImpl.ConfigParser. makeParser()PropertyParserORBImpl.ConfigParser. makeParser()Methods in com.sun.corba.ee.impl.orb with parameters of type PropertyParser Modifier and Type Method Description voidNormalParserData. addToParser(PropertyParser parser)voidPrefixParserData. addToParser(PropertyParser parser)voidDataCollectorBase. 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 PropertyParserVirtualAddressAgentImpl.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 PropertyParserPropertyParser. add(java.lang.String propName, Operation action, java.lang.String fieldName)PropertyParserPropertyParser. addPrefix(java.lang.String propName, Operation action, java.lang.String fieldName, java.lang.Class<?> componentType)protected abstract PropertyParserParserImplBase. makeParser()protected PropertyParserParserImplTableBase. makeParser()Methods in com.sun.corba.ee.spi.orb with parameters of type PropertyParser Modifier and Type Method Description voidParserData. addToParser(PropertyParser parser)voidDataCollector. setParser(PropertyParser parser)Set the parser which is used to obtain property names.
-