Java java.rmi Naming fields, constructors, methods, implement or subclass

Example usage for Java java.rmi Naming fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for java.rmi Naming.

The text is from its open source code.

Method

voidbind(String name, Remote obj)
Binds the specified name to a remote object.
Remotelookup(String name)
Returns a reference, a stub, for the remote object associated with the specified name.
voidrebind(String name, Remote obj)
Rebinds the specified name to a new remote object.
voidunbind(String name)
Destroys the binding for the specified name that is associated with a remote object.