Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04

Uses of Class
weblogic.rmi.RemoteException

Packages that use RemoteException
weblogic.common Common classes that provide access to WebLogic Server services, rarely used in J2EE-compliant applications. 
weblogic.rmi Provides a Naming class that extends JNDI. 
 

Uses of RemoteException in weblogic.common
 

Methods in weblogic.common that throw RemoteException
 void T3Client.sendOneWay(String clss, Object o)
           
 weblogic.rjvm.Response T3Client.sendRecvAsync(String clss, Object o)
          Replaces sendRecv and sendLazy/recv, because it is non-blocking.
 T3Client T3Client.setHardDisconnectTimeoutMins(int minutes)
          Sets the value for a T3Client's hard disconnect timeout in minutes.
 T3Client T3Client.setIdleDisconnectTimeoutMins(int minutes)
          Sets the value for a T3Client's idle disconnect timeout in minutes.
 T3Client T3Client.setSoftDisconnectTimeoutMins(int minutes)
          Sets the value for a T3Client's soft disconnect timeout in minutes.
 T3Client T3Client.setVerbose(boolean verbose)
          Sets the verbose setting for a T3Client.
 

Uses of RemoteException in weblogic.rmi
 

Subclasses of RemoteException in weblogic.rmi
 class AccessException
          Deprecated. 9.0.0.0 Replaced by java.rmi.AccessException
 class ConnectException
          Deprecated. 9.0.0.0 Replaced by java.rmi.ConnectException
 class ConnectIOException
          Deprecated. 9.0.0.0 Replaced by java.rmi.ConnectIOException
 class MarshalException
          Deprecated. 9.0.0.0 Replaced by java.rmi.MarshalException
 class NoSuchObjectException
          Deprecated. 9.0.0.0 Replaced by java.rmi.NoSuchObjectException
 class ServerError
          Deprecated. 9.0.0.0 Replaced by java.rmi.ServerError
 class ServerException
          Deprecated. 9.0.0.0 Replaced by java.rmi.ServerException
 class ServerRuntimeException
          Deprecated. 9.0.0.0 Replaced by java.rmi.ServerRuntimeException
 class StubNotFoundException
          Deprecated. 9.0.0.0 Replaced by java.rmi.StubNotFoundException
 class UnexpectedException
          Deprecated. 9.0.0.0 Replaced by java.rmi.UnexpectedException
 class UnknownHostException
          Deprecated. 9.0.0.0 Replaced by java.rmi.UnknownHostException
 class UnmarshalException
          Deprecated. 9.0.0.0 Replaced by java.rmi.UnmarshalException
 


Copyright 1996, 2010, Oracle and/or its affiliates. All rights reserved. Oracle is a registered trademark of Oracle Corporation and/or its affiliates. Other names may be trademarks of their respective owners.

Oracle Fusion Middleware
Oracle WebLogic Server API Reference
11g Release 1 (10.3.4)

Part Number E13941-04