| Package | Description |
|---|---|
| com.sun.corba.ee.spi.orb |
| Modifier and Type | Method and Description |
|---|---|
ORB.DebugFlagResult |
ORB.clearDebugFlag(String name) |
ORB.DebugFlagResult |
ORB.clearDebugFlags(String... names) |
ORB.DebugFlagResult |
ORB.setDebugFlag(String name) |
ORB.DebugFlagResult |
ORB.setDebugFlags(String... names) |
static ORB.DebugFlagResult |
ORB.DebugFlagResult.valueOf(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.
|
Copyright © 2017–2019 Eclipse Foundation. All rights reserved.