Name

Remote

Synopsis

Every remote object implements the Remote interface, and any methods intended to be remotely callable have to be defined within an interface that extends Remote interface. This is a place-holder interface that identifies all remote objects, but doesn’t define any methods of its own.

public interface Remote {
}

Implementations

java.rmi.activation.ActivationGroup_Stub, java.rmi.activation.ActivationInstantiator, java.rmi.activation.ActivationMonitor, java.rmi.activation.ActivationSystem, java.rmi.activation.Activator, java.rmi.dgc.DGC, java.rmi.registry.Registry, java.rmi.server.RemoteObject, javax.ejb.EJBHome, javax.ejb.EJBObject, org.omg.stub.java.rmi._Remote_Stub

Passed To

Too many methods to list.

Returned By

Naming.lookup(), java.rmi.activation.Activatable.{exportObject(), register()}, java.rmi.activation.ActivationID.activate(), java.rmi.registry.Registry.lookup(), java.rmi.server.RemoteObject.toStub(), java.rmi.server.UnicastRemoteObject.exportObject(), javax.rmi.PortableRemoteObject.toStub(), javax.rmi.CORBA.PortableRemoteObjectDelegate.toStub(), javax.rmi.CORBA.Tie.getTarget()

Get Java Enterprise in a Nutshell, Second Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.