Uses of Enum
com.sun.corba.ee.spi.orb.ORB.DebugFlagResult
Packages that use ORB.DebugFlagResult
-
Uses of ORB.DebugFlagResult in com.sun.corba.ee.spi.orb
Methods in com.sun.corba.ee.spi.orb that return ORB.DebugFlagResultModifier and TypeMethodDescriptionORB.clearDebugFlag
(String name) ORB.clearDebugFlags
(String... names) ORB.setDebugFlag
(String name) private ORB.DebugFlagResult
ORB.setDebugFlag
(String name, boolean value) private ORB.DebugFlagResult
ORB.setDebugFlags
(boolean flag, String... names) ORB.setDebugFlags
(String... names) static ORB.DebugFlagResult
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.