|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Remote
Marker interface for interfaces which methods are invokable from outside of this virtual machine through remote method calls.
Remote invokable methods of remote object implementations are specified
as the methods defined in the implemented remote interfaces. Typically
remote object implementations are subclasses of the convenience classes
UnicastRemoteObject
or
Activatable
implementing one or more remote
interfaces indicating their remotely accessible methods. The convenience
classes provide implementations for correct remote object creation,
hash, equals and toString methods.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |