Uses of Class
org.omg.CORBA.BAD_OPERATION
Packages that use BAD_OPERATION
Package
Description
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).
-
Uses of BAD_OPERATION in com.sun.corba.ee.spi.logging
Methods in com.sun.corba.ee.spi.logging that return BAD_OPERATIONModifier and TypeMethodDescriptionIORSystemException.adapterIdNotAvailable()
ORBUtilSystemException.adapterIdNotAvailable()
ORBUtilSystemException.adapterInactiveInActivateServant
(Exception exc) ORBUtilSystemException.badActivateTieCall()
ORBUtilSystemException.badOperationFromInvoke
(Exception exc, String arg0) ORBUtilSystemException.badOrbConfigurator
(Exception exc, String name) ORBUtilSystemException.badOrbConfigurator
(String name) POASystemException.badServant()
OMGSystemException.badServantManagerType()
ORBUtilSystemException.badStringBounds
(int len, int boundedLen) ORBUtilSystemException.badUrlInAction
(Exception exc, String arg0) ORBUtilSystemException.bindNameException
(Exception e) ORBUtilSystemException.bundleCouldNotLoadClass
(Exception exc, String arg0, String arg1) ORBUtilSystemException.canceledSelectionKey
(SelectionKey arg0) ORBUtilSystemException.classActionException
(Exception exc, String arg0) UtilSystemException.classCastExceptionInLoadStub
(Exception exc) ORBUtilSystemException.classNotFound1
(Exception exc, String arg0) ORBUtilSystemException.classNotFound2
(Exception exc, String arg0) ORBUtilSystemException.classNotFound3
(Exception exc, String arg0) ORBUtilSystemException.connectingServant
(RemoteException exc) ORBUtilSystemException.connectRequiresStub()
ORBUtilSystemException.contextCalledOutOfOrder()
ORBUtilSystemException.couldNotAccessStubDelegate()
ORBUtilSystemException.couldNotAccessStubDelegate
(Exception exc) ORBUtilSystemException.couldNotInstantiateStubClass
(Exception exc, String arg0) ORBUtilSystemException.couldNotLoadInterface
(Exception exc, String arg0) ORBUtilSystemException.couldNotMakeInstance
(Exception ex, Class<?> arg0) UtilSystemException.couldNotMakeStubFromRepositoryId()
POASystemException.couldNotSetDaemon
(Exception exc) UtilSystemException.errorInMakeStubFromRepositoryId
(Throwable thr) ORBUtilSystemException.exceptionInConvertAction
(Exception exc) ORBUtilSystemException.exceptionInConvertActionConstructor
(Exception exc, String arg0) ORBUtilSystemException.exceptionInCreateCopy
(Exception exc) UtilSystemException.exceptionInCreateIiopInputStream
(IOException exc) UtilSystemException.exceptionInCreateIiopOutputStream
(IOException exc) UtilSystemException.exceptionInLoadStub
(Exception exc) ORBUtilSystemException.exceptionInNext
(Throwable t) ORBUtilSystemException.exceptionInReset
(Throwable t) ORBUtilSystemException.exceptionInSelector
(Throwable t, EventHandler arg0) ORBUtilSystemException.extractNotInitialized()
ORBUtilSystemException.extractObjectFailed
(Exception exc) ORBUtilSystemException.extractObjectIncompatible()
ORBUtilSystemException.extractWrongType
(String arg0, String arg1) ORBUtilSystemException.extractWrongTypeList
(List<String> opList, String tcName) UtilSystemException.failureInMakeStubFromRepositoryId
(Throwable thr) ORBUtilSystemException.fixedBadTypecode
(BadKind bk) ORBUtilSystemException.fixedNotMatch()
ORBUtilSystemException.getDelegateRequiresStub()
ORBUtilSystemException.getDelegateServantNotActive
(Exception exc) ORBUtilSystemException.getDelegateWrongPolicy
(Exception exc) ORBUtilSystemException.getOrbRequiresStub()
ORBUtilSystemException.getTypeIdsRequiresStub()
POASystemException.illegalForwardRequest
(Throwable thr) ORBUtilSystemException.insertObjectFailed
(Exception exc) ORBUtilSystemException.insertObjectIncompatible()
ORBUtilSystemException.ioExceptionOnClose
(Exception exc) ORBUtilSystemException.isLocalRequiresStub()
ORBUtilSystemException.methodNotFoundInTie
(String arg0, String arg1) ORBUtilSystemException.negativeBounds()
ORBUtilSystemException.noIORUpdateServicateContext
(BAD_PARAM e) ORBUtilSystemException.numTokensActionsDontMatch
(int arg0, int arg1) IORSystemException.objectAdapterIdNotAvailable()
ORBUtilSystemException.objectAdapterIdNotAvailable()
ORBUtilSystemException.objectArrayExpected()
UtilSystemException.onlyOneCallToConstructorAllowed()
OMGSystemException.operationUnknownToTarget()
ORBUtilSystemException.orbConfiguratorError
(Exception exc) ORBUtilSystemException.orbDestroyed()
IORSystemException.orbIdNotAvailable()
ORBUtilSystemException.orbIdNotAvailable()
ORBUtilSystemException.packageAdminServiceNotAvailable()
ORBUtilSystemException.pairStringStringExpected()
ORBUtilSystemException.requestRequiresStub()
POASystemException.servantOrb()
IORSystemException.serverIdNotAvailable()
ORBUtilSystemException.serverIdNotAvailable()
ORBUtilSystemException.setDelegateRequiresStub()
ORBUtilSystemException.setExceptionCalledBadType()
ORBUtilSystemException.setExceptionCalledNullArgs()
ORBUtilSystemException.setParameterCalledAgain()
ORBUtilSystemException.stringExpectedInOperation()
UtilSystemException.stubFactoryCouldNotMakeStub
(Throwable exc) ORBUtilSystemException.valueNotInRange
(int arg0, int arg1, int arg2) -
Uses of BAD_OPERATION in org.omg.CORBA
Methods in org.omg.CORBA that throw BAD_OPERATIONModifier and TypeMethodDescriptionabstract Any
Any.extract_any()
Extracts theAny
object in thisAny
object'svalue
field.abstract boolean
Any.extract_boolean()
Extracts theboolean
in thisAny
object'svalue
field.abstract char
Any.extract_char()
Extracts thechar
in thisAny
object'svalue
field.abstract double
Any.extract_double()
Extracts thedouble
in thisAny
object'svalue
field.abstract float
Any.extract_float()
Extracts thefloat
in thisAny
object'svalue
field.abstract int
Any.extract_long()
Extracts theint
in thisAny
object'svalue
field.abstract long
Any.extract_longlong()
Extracts thelong
in thisAny
object'svalue
field.abstract Object
Any.extract_Object()
Extracts theorg.omg.CORBA.Object
in thisAny
object'svalue
field.abstract byte
Any.extract_octet()
Extracts thebyte
in thisAny
object'svalue
field.Any.extract_Principal()
Deprecated.Deprecated by CORBA 2.2.abstract short
Any.extract_short()
Extracts theshort
in thisAny
object'svalue
field.abstract String
Any.extract_string()
Extracts theString
object in thisAny
object'svalue
field.abstract TypeCode
Any.extract_TypeCode()
Extracts theTypeCode
object in thisAny
object'svalue
field.abstract int
Any.extract_ulong()
Extracts theint
in thisAny
object'svalue
field.abstract long
Any.extract_ulonglong()
Extracts thelong
in thisAny
object'svalue
field.abstract short
Any.extract_ushort()
Extracts theshort
in thisAny
object'svalue
field.abstract Serializable
Any.extract_Value()
Extracts thejava.io.Serializable
object in thisAny
object'svalue
field.abstract char
Any.extract_wchar()
Extracts thechar
in thisAny
object'svalue
field.abstract String
Any.extract_wstring()
Extracts theString
object in thisAny
object'svalue
field.