|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use BAD_PARAM | |
org.omg.CORBA | Provides the mapping of the OMG CORBA APIs to the JavaTM programming language, including the class ORB, which is implemented so that a programmer can use it as a fully-functional Object Request Broker (ORB). |
org.omg.CosNaming | Provides the naming service for Java IDL. |
org.omg.CosNaming.NamingContextPackage | Provides the exceptions used in the package org.omg.CosNaming
(AlreadyBound , CannotProceed ,
InvalidName , NotEmpty , and
NotFound )
and also the Helper and Holder classes for those
exceptions. |
Uses of BAD_PARAM in org.omg.CORBA |
Methods in org.omg.CORBA that throw BAD_PARAM | |
static TCKind |
TCKind.from_int(int i)
Converts the given int to the corresponding
TCKind instance. |
static DefinitionKind |
DefinitionKind.from_int(int i)
Returns the DefinitionKind corresponding to the given code. |
static SetOverrideType |
SetOverrideType.from_int(int i)
Converts the given int to the corresponding
SetOverrideType instance. |
static CompletionStatus |
CompletionStatus.from_int(int i)
Creates a CompletionStatus object from the given int . |
Uses of BAD_PARAM in org.omg.CosNaming |
Methods in org.omg.CosNaming that throw BAD_PARAM | |
static BindingIterator |
BindingIteratorHelper.narrow(Object that)
|
static BindingType |
BindingType.from_int(int i)
|
static NamingContext |
NamingContextHelper.narrow(Object that)
|
Uses of BAD_PARAM in org.omg.CosNaming.NamingContextPackage |
Methods in org.omg.CosNaming.NamingContextPackage that throw BAD_PARAM | |
static NotFoundReason |
NotFoundReason.from_int(int i)
|
|
JavaTM 2 Platform Standard Edition |
|||||||||
PREV NEXT | FRAMES NO FRAMES |