Activatable.exportObject() | Java

 

Descripción

Sintaxis

public static ActivationID exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port) throws ActivationException, RemoteException
public static ActivationID exportObject(Remote obj, String location, MarshalledObject<?> data, boolean restart, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) throws ActivationException, RemoteException
public static Remote exportObject(Remote obj, ActivationID id, int port) throws RemoteException
public static Remote exportObject(Remote obj, ActivationID id, int port, RMIClientSocketFactory csf, RMIServerSocketFactory ssf) throws RemoteException

Parámetros

  • Remote obj,
  • RMIClientSocketFactory csf,
  • int port,
  • boolean restart,
  • String location,
  • RMIServerSocketFactory ssf,
  • ActivationID id,
  • MarshalledObject<?> data,

Excepciones

ActivationException, RemoteException, UnsupportedOperationException

Clase Padre

Activatable

Ejemplo


Líneas de Código

    Manual Java

    Aprende más sobre Java consultando online o descargando nuestro manual.

    Test Java

    ¿Te atreves a probar tus habilidades y conocimiento en Java con nuestro test?

    Vídeos Java

    Disfruta también de nuestros artículos sobre Java en formato vídeo. Aprovecha y suscribete a nuestro canal.