Uses of Class
com.sun.corba.ee.spi.orb.ORB.DebugFlagResult
-
Packages that use ORB.DebugFlagResult Package Description com.sun.corba.ee.spi.orb -
-
Uses of ORB.DebugFlagResult in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ORB.DebugFlagResult Modifier and Type Method Description ORB.DebugFlagResultORB. clearDebugFlag(java.lang.String name)ORB.DebugFlagResultORB. clearDebugFlags(java.lang.String... names)ORB.DebugFlagResultORB. setDebugFlag(java.lang.String name)private ORB.DebugFlagResultORB. setDebugFlag(java.lang.String name, boolean value)private ORB.DebugFlagResultORB. setDebugFlags(boolean flag, java.lang.String... names)ORB.DebugFlagResultORB. setDebugFlags(java.lang.String... names)static ORB.DebugFlagResultORB.DebugFlagResult. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ORB.DebugFlagResult[]ORB.DebugFlagResult. values()Returns an array containing the constants of this enum type, in the order they are declared.
-