Uses of Class
java.rmi.RemoteException
-
Packages that use RemoteException Package Description java.rmi Provides the RMI package.java.rmi.activation Provides support for RMI Object Activation.java.rmi.dgc Provides classes and interface for RMI distributed garbage-collection (DGC).java.rmi.registry Provides a class and two interfaces for the RMI registry.java.rmi.server Provides classes and interfaces for supporting the server side of RMI.javax.activity Contains Activity service related exceptions thrown by the ORB machinery during unmarshalling.javax.management.remote.rmi The RMI connector is a connector for the JMX Remote API that uses RMI to transmit client requests to a remote MBean server.javax.rmi Contains user APIs for RMI-IIOP.javax.rmi.CORBA Contains portability APIs for RMI-IIOP.javax.transaction Contains three exceptions thrown by the ORB machinery during unmarshalling. -
-
Uses of RemoteException in java.rmi
Subclasses of RemoteException in java.rmi Modifier and Type Class Description classAccessExceptionAnAccessExceptionis thrown by certain methods of thejava.rmi.Namingclass (specificallybind,rebind, andunbind) and methods of thejava.rmi.activation.ActivationSysteminterface to indicate that the caller does not have permission to perform the action requested by the method call.classConnectExceptionAConnectExceptionis thrown if a connection is refused to the remote host for a remote method call.classConnectIOExceptionAConnectIOExceptionis thrown if anIOExceptionoccurs while making a connection to the remote host for a remote method call.classMarshalExceptionAMarshalExceptionis thrown if ajava.io.IOExceptionoccurs while marshalling the remote call header, arguments or return value for a remote method call.classNoSuchObjectExceptionANoSuchObjectExceptionis thrown if an attempt is made to invoke a method on an object that no longer exists in the remote virtual machine.classServerErrorAServerErroris thrown as a result of a remote method invocation when anErroris thrown while processing the invocation on the server, either while unmarshalling the arguments, executing the remote method itself, or marshalling the return value.classServerExceptionAServerExceptionis thrown as a result of a remote method invocation when aRemoteExceptionis thrown while processing the invocation on the server, either while unmarshalling the arguments or executing the remote method itself.classServerRuntimeExceptionDeprecated.no replacementclassStubNotFoundExceptionAStubNotFoundExceptionis thrown if a valid stub class could not be found for a remote object when it is exported.classUnexpectedExceptionAnUnexpectedExceptionis thrown if the client of a remote method call receives, as a result of the call, a checked exception that is not among the checked exception types declared in thethrowsclause of the method in the remote interface.classUnknownHostExceptionAnUnknownHostExceptionis thrown if ajava.net.UnknownHostExceptionoccurs while creating a connection to the remote host for a remote method call.classUnmarshalExceptionAnUnmarshalExceptioncan be thrown while unmarshalling the parameters or results of a remote method call if any of the following conditions occur: if an exception occurs while unmarshalling the call header if the protocol for the return value is invalid if ajava.io.IOExceptionoccurs unmarshalling parameters (on the server side) or the return value (on the client side).Methods in java.rmi that throw RemoteException Modifier and Type Method Description static voidNaming. bind(String name, Remote obj)Binds the specifiednameto a remote object.static String[]Naming. list(String name)Returns an array of the names bound in the registry.static RemoteNaming. lookup(String name)Returns a reference, a stub, for the remote object associated with the specifiedname.static voidNaming. rebind(String name, Remote obj)Rebinds the specified name to a new remote object.static voidNaming. unbind(String name)Destroys the binding for the specified name that is associated with a remote object. -
Uses of RemoteException in java.rmi.activation
Subclasses of RemoteException in java.rmi.activation Modifier and Type Class Description classActivateFailedExceptionThis exception is thrown by the RMI runtime when activation fails during a remote call to an activatable object.Methods in java.rmi.activation that throw RemoteException Modifier and Type Method Description RemoteActivationID. activate(boolean force)Activate the object for this id.MarshalledObject<? extends Remote>Activator. activate(ActivationID id, boolean force)Activate the object associated with the activation identifier,id.ActivationMonitorActivationSystem. activeGroup(ActivationGroupID id, ActivationInstantiator group, long incarnation)Callback to inform activation system that group is now active.protected voidActivationGroup. activeObject(ActivationID id, MarshalledObject<? extends Remote> mobj)This protected method is necessary for subclasses to make theactiveObjectcallback to the group's monitor.abstract voidActivationGroup. activeObject(ActivationID id, Remote obj)The group'sactiveObjectmethod is called when an object is exported (either byActivatableobject construction or an explicit call toActivatable.exportObject.voidActivationMonitor. activeObject(ActivationID id, MarshalledObject<? extends Remote> obj)Informs that an object is now active.static ActivationIDActivatable. exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port)Registers an activation descriptor (with the specified location, data, and restart mode) for the specified object, and exports that object with the specified port.static ActivationIDActivatable. exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)Registers an activation descriptor (with the specified location, data, and restart mode) for the specified object, and exports that object with the specified port, and the specified client and server socket factories.static RemoteActivatable. exportObject(Remote obj, ActivationID id, int port)Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.static RemoteActivatable. exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)Export the activatable remote object to the RMI runtime to make the object available to receive incoming calls.ActivationDescActivationSystem. getActivationDesc(ActivationID id)Returns the activation descriptor, for the object with the activation identifier,id.ActivationGroupDescActivationSystem. getActivationGroupDesc(ActivationGroupID id)Returns the activation group descriptor, for the group with the activation group identifier,id.static booleanActivatable. inactive(ActivationID id)Informs the system that the object with the corresponding activationidis currently inactive.protected voidActivationGroup. inactiveGroup()This protected method is necessary for subclasses to make theinactiveGroupcallback to the group's monitor.voidActivationMonitor. inactiveGroup(ActivationGroupID id, long incarnation)Informs that the group is now inactive.booleanActivationGroup. inactiveObject(ActivationID id)The group'sinactiveObjectmethod is called indirectly via a call to theActivatable.inactivemethod.voidActivationMonitor. inactiveObject(ActivationID id)An activation group calls its monitor'sinactiveObjectmethod when an object in its group becomes inactive (deactivates).MarshalledObjectActivationGroup_Stub. newInstance(ActivationID id, ActivationDesc desc)Stub method forActivationGroup.newInstance.MarshalledObject<? extends Remote>ActivationInstantiator. newInstance(ActivationID id, ActivationDesc desc)The activator calls an instantiator'snewInstancemethod in order to recreate in that group an object with the activation identifier,id, and descriptor,desc.static RemoteActivatable. register(ActivationDesc desc)Register an object descriptor for an activatable remote object so that is can be activated on demand.ActivationGroupIDActivationSystem. registerGroup(ActivationGroupDesc desc)Register the activation group.ActivationIDActivationSystem. registerObject(ActivationDesc desc)TheregisterObjectmethod is used to register an activation descriptor,desc, and obtain an activation identifier for a activatable remote object.ActivationDescActivationSystem. setActivationDesc(ActivationID id, ActivationDesc desc)Set the activation descriptor,descfor the object with the activation identifier,id.ActivationGroupDescActivationSystem. setActivationGroupDesc(ActivationGroupID id, ActivationGroupDesc desc)Set the activation group descriptor,descfor the object with the activation group identifier,id.voidActivationSystem. shutdown()Shutdown the activation system.static voidActivatable. unregister(ActivationID id)Revokes previous registration for the activation descriptor associated withid.voidActivationSystem. unregisterGroup(ActivationGroupID id)Remove the activation group.voidActivationSystem. unregisterObject(ActivationID id)Remove the activation id and associated descriptor previously registered with theActivationSystem; the object can no longer be activated via the object's activation id.Constructors in java.rmi.activation that throw RemoteException Constructor Description Activatable(String location, MarshalledObject<?> data, boolean restart, int port)Constructs an activatable remote object by registering an activation descriptor (with the specified location, data, and restart mode) for this object, and exporting the object with the specified port.Activatable(String location, MarshalledObject<?> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)Constructs an activatable remote object by registering an activation descriptor (with the specified location, data, and restart mode) for this object, and exporting the object with the specified port, and specified client and server socket factories.Activatable(ActivationID id, int port)Constructor used to activate/export the object on a specified port.Activatable(ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)Constructor used to activate/export the object on a specified port.ActivationGroup(ActivationGroupID groupID)Constructs an activation group with the given activation group identifier. -
Uses of RemoteException in java.rmi.dgc
Methods in java.rmi.dgc that throw RemoteException Modifier and Type Method Description voidDGC. clean(ObjID[] ids, long sequenceNum, VMID vmid, boolean strong)The clean call removes the 'vmid' from the reference list of each remote object indicated in 'id's.LeaseDGC. dirty(ObjID[] ids, long sequenceNum, Lease lease)The dirty call requests leases for the remote object references associated with the object identifiers contained in the array 'ids'. -
Uses of RemoteException in java.rmi.registry
Methods in java.rmi.registry that throw RemoteException Modifier and Type Method Description voidRegistry. bind(String name, Remote obj)Binds a remote reference to the specifiednamein this registry.static RegistryLocateRegistry. createRegistry(int port)Creates and exports aRegistryinstance on the local host that accepts requests on the specifiedport.static RegistryLocateRegistry. createRegistry(int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)Creates and exports aRegistryinstance on the local host that uses custom socket factories for communication with that instance.static RegistryLocateRegistry. getRegistry()Returns a reference to the remote objectRegistryfor the local host on the default registry port of 1099.static RegistryLocateRegistry. getRegistry(int port)Returns a reference to the remote objectRegistryfor the local host on the specifiedport.static RegistryLocateRegistry. getRegistry(String host)Returns a reference to the remote objectRegistryon the specifiedhoston the default registry port of 1099.static RegistryLocateRegistry. getRegistry(String host, int port)Returns a reference to the remote objectRegistryon the specifiedhostandport.static RegistryLocateRegistry. getRegistry(String host, int port, RMIClientSocketFactory csf)Returns a locally created remote reference to the remote objectRegistryon the specifiedhostandport.String[]Registry. list()Returns an array of the names bound in this registry.RemoteRegistry. lookup(String name)Returns the remote reference bound to the specifiednamein this registry.voidRegistry. rebind(String name, Remote obj)Replaces the binding for the specifiednamein this registry with the supplied remote reference.RegistryRegistryHandler. registryImpl(int port)Deprecated.no replacement. As of the Java 2 platform v1.2, RMI no longer uses theRegistryHandlerto obtain the registry's implementation.RegistryRegistryHandler. registryStub(String host, int port)Deprecated.no replacement. As of the Java 2 platform v1.2, RMI no longer uses theRegistryHandlerto obtain the registry's stub.voidRegistry. unbind(String name)Removes the binding for the specifiednamein this registry. -
Uses of RemoteException in java.rmi.server
Subclasses of RemoteException in java.rmi.server Modifier and Type Class Description classExportExceptionAnExportExceptionis aRemoteExceptionthrown if an attempt to export a remote object fails.classSkeletonMismatchExceptionDeprecated.no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.classSkeletonNotFoundExceptionDeprecated.no replacement. Skeletons are no longer required for remote method calls in the Java 2 platform v1.2 and greater.classSocketSecurityExceptionDeprecated.This class is obsolete. UseExportExceptioninstead.Methods in java.rmi.server that throw RemoteException Modifier and Type Method Description voidRemoteRef. done(RemoteCall call)Deprecated.1.2 style stubs no longer use this method. Instead of using a sequence of method calls to the remote reference (newCall,invoke, anddone), a stub uses a single method,invoke(Remote, Method, Object[], int), on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value.RemoteStubServerRef. exportObject(Remote obj, Object data)Deprecated.Creates a client stub object for the supplied Remote object.static RemoteStubUnicastRemoteObject. exportObject(Remote obj)Deprecated.This method is deprecated because it supports only static stubs. UseexportObject(Remote, port)orexportObject(Remote, port, csf, ssf)instead.static RemoteUnicastRemoteObject. exportObject(Remote obj, int port)Exports the remote object to make it available to receive incoming calls, using the particular supplied port.static RemoteUnicastRemoteObject. exportObject(Remote obj, int port, ObjectInputFilter filter)Exports the remote object to make it available to receive incoming calls, using the particular supplied port and filter.static RemoteUnicastRemoteObject. exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)Exports the remote object to make it available to receive incoming calls, using a transport specified by the given socket factory.static RemoteUnicastRemoteObject. exportObject(Remote obj, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf, ObjectInputFilter filter)Exports the remote object to make it available to receive incoming calls, using a transport specified by the given socket factory and filter.RemoteCallRemoteRef. newCall(RemoteObject obj, Operation[] op, int opnum, long hash)Deprecated.1.2 style stubs no longer use this method. Instead of using a sequence of method calls on the stub's the remote reference (newCall,invoke, anddone), a stub uses a single method,invoke(Remote, Method, Object[], int), on the remote reference to carry out parameter marshalling, remote method executing and unmarshalling of the return value.Constructors in java.rmi.server that throw RemoteException Constructor Description UnicastRemoteObject()Creates and exports a new UnicastRemoteObject object using an anonymous port.UnicastRemoteObject(int port)Creates and exports a new UnicastRemoteObject object using the particular supplied port.UnicastRemoteObject(int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf)Creates and exports a new UnicastRemoteObject object using the particular supplied port and socket factories. -
Uses of RemoteException in javax.activity
Subclasses of RemoteException in javax.activity Modifier and Type Class Description classActivityCompletedExceptionThis exception may be thrown on any method for which Activity context is accessed and indicates that ongoing work within the Activity is not possible.classActivityRequiredExceptionThis exception is thrown by a container if Activity context is not received on a method for which Activity context is mandatory.classInvalidActivityExceptionThis exception may be thrown on any method for which Activity context is accessed and indicates that the attempted invocation or the Activity context associated with the attempted invocation is incompatible with the Activity's current state. -
Uses of RemoteException in javax.management.remote.rmi
Methods in javax.management.remote.rmi that throw RemoteException Modifier and Type Method Description StringRMIServer. getVersion()The version of the RMI Connector Protocol understood by this connector server.StringRMIServerImpl_Stub. getVersion() -
Uses of RemoteException in javax.rmi
Methods in javax.rmi that throw RemoteException Modifier and Type Method Description static voidPortableRemoteObject. connect(Remote target, Remote source)Makes a Remote object ready for remote communication.static voidPortableRemoteObject. exportObject(Remote obj)Makes a server object ready to receive remote calls.Constructors in javax.rmi that throw RemoteException Constructor Description PortableRemoteObject()Initializes the object by callingexportObject(this). -
Uses of RemoteException in javax.rmi.CORBA
Methods in javax.rmi.CORBA that return RemoteException Modifier and Type Method Description static RemoteExceptionUtil. mapSystemException(SystemException ex)Maps a SystemException to a RemoteException.RemoteExceptionUtilDelegate. mapSystemException(SystemException ex)Delegation call forUtil.mapSystemException(org.omg.CORBA.SystemException).static RemoteExceptionUtil. wrapException(Throwable orig)Wraps an exception thrown by an implementation method.RemoteExceptionUtilDelegate. wrapException(Throwable obj)Delegation call forUtil.wrapException(java.lang.Throwable).Methods in javax.rmi.CORBA that throw RemoteException Modifier and Type Method Description voidPortableRemoteObjectDelegate. connect(Remote target, Remote source)Delegation call forPortableRemoteObject.connect(java.rmi.Remote, java.rmi.Remote).voidStub. connect(ORB orb)Connects this stub to an ORB.voidStubDelegate. connect(Stub self, ORB orb)Delegation call forStub.connect(org.omg.CORBA.ORB).static ObjectUtil. copyObject(Object obj, ORB orb)Copies or connects an object.ObjectUtilDelegate. copyObject(Object obj, ORB orb)Delegation call forUtil.copyObject(java.lang.Object, org.omg.CORBA.ORB).static Object[]Util. copyObjects(Object[] obj, ORB orb)Copies or connects an array of objects.Object[]UtilDelegate. copyObjects(Object[] obj, ORB orb)Delegation call forUtil.copyObjects(java.lang.Object[], org.omg.CORBA.ORB).voidPortableRemoteObjectDelegate. exportObject(Remote obj)Delegation call forPortableRemoteObject.exportObject(java.rmi.Remote).static booleanUtil. isLocal(Stub stub)TheisLocalmethod has the same semantics as theObjectImpl._is_localmethod, except that it can throw aRemoteException.booleanUtilDelegate. isLocal(Stub stub)Delegation call forUtil.isLocal(javax.rmi.CORBA.Stub). -
Uses of RemoteException in javax.transaction
Subclasses of RemoteException in javax.transaction Modifier and Type Class Description classInvalidTransactionExceptionThis exception indicates that the request carried an invalid transaction context.classTransactionRequiredExceptionThis exception indicates that a request carried a null transaction context, but the target object requires an activate transaction.classTransactionRolledbackExceptionThis exception indicates that the transaction associated with processing of the request has been rolled back, or marked to roll back.
-