Uses of Class
org.omg.CORBA.portable.ApplicationException
-
Packages that use ApplicationException Package Description com.sun.corba.ee.impl.interceptors com.sun.corba.ee.impl.presentation.rmi com.sun.corba.ee.impl.protocol com.sun.corba.ee.spi.presentation.rmi com.sun.corba.ee.spi.protocol 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.CORBA.portable Provides a portability layer, that is, a set of ORB APIs that makes it possible for code generated by one vendor to run on another vendor's ORB. -
-
Uses of ApplicationException in com.sun.corba.ee.impl.interceptors
Methods in com.sun.corba.ee.impl.interceptors with parameters of type ApplicationException Modifier and Type Method Description private void
RequestInfoImpl. insertApplicationException(ApplicationException appException, Any result)
Inserts the UserException inside the given ApplicationException into the given Any. -
Uses of ApplicationException in com.sun.corba.ee.impl.presentation.rmi
Methods in com.sun.corba.ee.impl.presentation.rmi with parameters of type ApplicationException Modifier and Type Method Description java.lang.Exception
DynamicMethodMarshallerImpl. readException(ApplicationException ae)
java.lang.Exception
ExceptionHandler. readException(ApplicationException ae)
Read the exception contained in the InputStream in the ApplicationException.java.lang.Exception
ExceptionHandlerImpl. readException(ApplicationException ae)
-
Uses of ApplicationException in com.sun.corba.ee.impl.protocol
Methods in com.sun.corba.ee.impl.protocol that throw ApplicationException Modifier and Type Method Description InputStream
ClientDelegateImpl. invoke(Object self, OutputStream output)
CDRInputObject
ClientRequestDispatcherImpl. marshalingComplete(java.lang.Object self, CDROutputObject outputObject)
CDRInputObject
SharedCDRClientRequestDispatcherImpl. marshalingComplete(java.lang.Object self, CDROutputObject outputObject)
CDRInputObject
ClientRequestDispatcherImpl. marshalingComplete1(ORB orb, MessageMediator messageMediator)
protected CDRInputObject
ClientRequestDispatcherImpl. processResponse(ORB orb, MessageMediator messageMediator, CDRInputObject inputObject)
-
Uses of ApplicationException in com.sun.corba.ee.spi.presentation.rmi
Methods in com.sun.corba.ee.spi.presentation.rmi with parameters of type ApplicationException Modifier and Type Method Description java.lang.Exception
DynamicMethodMarshaller. readException(ApplicationException ae)
Reads an exception ID and the corresponding exception from the input stream. -
Uses of ApplicationException in com.sun.corba.ee.spi.protocol
Methods in com.sun.corba.ee.spi.protocol that throw ApplicationException Modifier and Type Method Description CDRInputObject
ClientRequestDispatcher. marshalingComplete(java.lang.Object self, CDROutputObject outputObject)
After the presentation block has set data on the CDROutputObject it signals the PEPt runtime to send the encoded data by calling this method. -
Uses of ApplicationException in org.omg.CORBA
Methods in org.omg.CORBA that throw ApplicationException Modifier and Type Method Description InputStream
LocalObject. _invoke(OutputStream output)
Throws anorg.omg.CORBA.NO_IMPLEMENT
exception with the message "This is a locally constrained object." This method is the default implementation of theorg.omg.CORBA.Object
method. -
Uses of ApplicationException in org.omg.CORBA.portable
Methods in org.omg.CORBA.portable that throw ApplicationException Modifier and Type Method Description InputStream
ObjectImpl. _invoke(OutputStream output)
Invokes an operation and returns anInputStream
object for reading the response.InputStream
Delegate. invoke(Object self, OutputStream output)
invoke is called by a stub to invoke an operation.
-