Uses of Class
org.omg.CORBA.SystemException

Packages that use SystemException
javax.rmi.CORBA   
org.apache.yoko.orb.CosNaming   
org.apache.yoko.orb.CosNaming.tnaming   
org.apache.yoko.orb.OB   
org.apache.yoko.orb.OBCORBA   
org.apache.yoko.orb.OBMessaging   
org.apache.yoko.orb.PortableServer   
org.apache.yoko.rmi.impl   
org.omg.CORBA   
org.omg.CORBA.portable   
org.omg.SendingContext   
 

Uses of SystemException in javax.rmi.CORBA
 

Methods in javax.rmi.CORBA with parameters of type SystemException
 RemoteException UtilDelegate.mapSystemException(SystemException e)
           
static RemoteException Util.mapSystemException(SystemException e)
           
 

Uses of SystemException in org.apache.yoko.orb.CosNaming
 

Methods in org.apache.yoko.orb.CosNaming that throw SystemException
protected abstract  void NamingContextBase.bindObject(NameComponent n, Object obj, BindingTypeHolder type)
          Bind an object into the current context.
abstract  void NamingContextBase.list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
          Create a list of bound objects an contexts contained within this context.
abstract  NamingContext NamingContextBase.new_context()
          Create a new context of the same type as the calling context.
protected abstract  Object NamingContextBase.resolveObject(NameComponent n, BindingTypeHolder type)
          Resolve an object in this context (single level resolution).
protected abstract  Object NamingContextBase.unbindObject(NameComponent n)
          Unbind an object from the current context.
 

Uses of SystemException in org.apache.yoko.orb.CosNaming.tnaming
 

Methods in org.apache.yoko.orb.CosNaming.tnaming that throw SystemException
protected  void TransientNamingContext.bindObject(NameComponent n, Object obj, BindingTypeHolder type)
          Bind an object into the current context.
 void TransientNamingContext.list(int how_many, BindingListHolder bl, BindingIteratorHolder bi)
          Create a list of bound objects an contexts contained within this context.
 NamingContext TransientNamingContext.new_context()
          Create a new context of the same type as the calling context.
protected  Object TransientNamingContext.resolveObject(NameComponent n, BindingTypeHolder type)
          Resolve an object in this context (single level resolution).
protected  Object TransientNamingContext.unbindObject(NameComponent n)
          Unbind an object from the current context.
 

Uses of SystemException in org.apache.yoko.orb.OB
 

Fields in org.apache.yoko.orb.OB declared as SystemException
 SystemException FailureException.exception
           
 

Methods in org.apache.yoko.orb.OB that return SystemException
static SystemException Util.copySystemException(SystemException ex)
           
static SystemException Util.unmarshalSystemException(InputStream in)
           
 

Methods in org.apache.yoko.orb.OB with parameters of type SystemException
static SystemException Util.copySystemException(SystemException ex)
           
 void DowncallStub.marshalEx(Downcall down, SystemException ex)
           
 void Downcall.marshalEx(SystemException ex)
           
 void Upcall.marshalEx(SystemException ex)
           
static void Util.marshalSystemException(OutputStream out, SystemException ex)
           
protected  boolean GIOPConnection.processException(int state, SystemException ex, boolean completed)
           
 void MessageQueue.setException(int state, SystemException ex, boolean notCompleted)
           
 void Downcall.setFailureException(SystemException ex)
           
 void Downcall.setSystemException(SystemException ex)
           
 void Upcall.setSystemException(SystemException ex)
           
 void PIUpcall.setSystemException(SystemException ex)
           
 void DowncallStub.unmarshalEx(Downcall down, SystemException ex)
           
 void Downcall.unmarshalEx(SystemException ex)
           
 void Upcall.unmarshalEx(SystemException ex)
           
 void CollocatedServer.upcallSystemException(Upcall upcall, SystemException ex, ServiceContext[] replySCL)
           
 void GIOPConnection.upcallSystemException(Upcall upcall, SystemException ex, ServiceContext[] scl)
           
 void UpcallReturn.upcallSystemException(Upcall upcall, SystemException exception, ServiceContext[] scl)
           
 

Methods in org.apache.yoko.orb.OB that throw SystemException
static PersistentRequestRouter MessageRoutingUtil.getPersistentRouterFromConfig(ORBInstance orbInstance)
           
 

Constructors in org.apache.yoko.orb.OB with parameters of type SystemException
FailureException(SystemException ex)
           
 

Uses of SystemException in org.apache.yoko.orb.OBCORBA
 

Methods in org.apache.yoko.orb.OBCORBA that throw SystemException
 Pollable PollableSet_impl.get_ready_pollable(int timeout)
           
 

Uses of SystemException in org.apache.yoko.orb.OBMessaging
 

Methods in org.apache.yoko.orb.OBMessaging that throw SystemException
 ValueBase ExceptionHolder_impl._copy_value()
           
 

Uses of SystemException in org.apache.yoko.orb.PortableServer
 

Methods in org.apache.yoko.orb.PortableServer with parameters of type SystemException
 void Delegate._OB_marshalEx(Servant self, Upcall up, SystemException ex)
           
protected  void Servant._OB_marshalEx(Upcall up, SystemException ex)
           
 void Delegate._OB_unmarshalEx(Servant self, Upcall up, SystemException ex)
           
protected  void Servant._OB_unmarshalEx(Upcall up, SystemException ex)
           
 

Uses of SystemException in org.apache.yoko.rmi.impl
 

Methods in org.apache.yoko.rmi.impl with parameters of type SystemException
 RemoteException UtilImpl.mapSystemException(SystemException theException)
          Translate a CORBA SystemException to the corresponding RemoteException
 

Methods in org.apache.yoko.rmi.impl that throw SystemException
 OutputStream RMIServant._invoke(String opName, InputStream _input, ResponseHandler response)
          this implements the sole missing method in org.omg.CORBA.portable.InvokeHandler
 Object UtilImpl.readAny(InputStream in)
           
 void UtilImpl.writeAny(OutputStream out, Object obj)
          Write an org.omg.CORBA.Any containing the given object.
 void UtilImpl.writeRemoteObject(OutputStream out, Object obj)
          Write a remote object.
 

Uses of SystemException in org.omg.CORBA
 

Subclasses of SystemException in org.omg.CORBA
 class BAD_CONTEXT
           
 class BAD_INV_ORDER
           
 class BAD_OPERATION
           
 class BAD_PARAM
           
 class BAD_QOS
           
 class BAD_TYPECODE
           
 class CODESET_INCOMPATIBLE
           
 class COMM_FAILURE
           
 class DATA_CONVERSION
           
 class FREE_MEM
           
 class IMP_LIMIT
           
 class INITIALIZE
           
 class INTERNAL
           
 class INTF_REPOS
           
 class INV_FLAG
           
 class INV_IDENT
           
 class INV_OBJREF
           
 class INV_POLICY
           
 class INVALID_TRANSACTION
           
 class MARSHAL
           
 class NO_IMPLEMENT
           
 class NO_MEMORY
           
 class NO_PERMISSION
           
 class NO_RESOURCES
           
 class NO_RESPONSE
           
 class OBJ_ADAPTER
           
 class OBJECT_NOT_EXIST
           
 class PERSIST_STORE
           
 class REBIND
           
 class TIMEOUT
           
 class TRANSACTION_MODE
           
 class TRANSACTION_REQUIRED
           
 class TRANSACTION_ROLLEDBACK
           
 class TRANSACTION_UNAVAILABLE
           
 class TRANSIENT
           
 class UNKNOWN
           
 

Methods in org.omg.CORBA that return SystemException
static SystemException SystemExceptionHelper.extract(Any any)
           
static SystemException SystemExceptionHelper.read(InputStream in)
           
 

Methods in org.omg.CORBA with parameters of type SystemException
static void SystemExceptionHelper.insert(Any any, SystemException val)
           
static void SystemExceptionHelper.write(OutputStream out, SystemException val)
           
 

Uses of SystemException in org.omg.CORBA.portable
 

Subclasses of SystemException in org.omg.CORBA.portable
 class IndirectionException
           
 class UnknownException
           
 

Methods in org.omg.CORBA.portable that throw SystemException
 OutputStream InvokeHandler._invoke(String method, InputStream input, ResponseHandler handler)
           
 

Uses of SystemException in org.omg.SendingContext
 

Methods in org.omg.SendingContext that throw SystemException
 OutputStream RunTimePOA._invoke(String method, InputStream _input, ResponseHandler handler)
           
 OutputStream CodeBasePOA._invoke(String method, InputStream _input, ResponseHandler handler)
           
 



Copyright © 2006-2011 Apache Software Foundation. All Rights Reserved.