LocalHostRMIHelper

class LocalHostRMIHelper

Handles creation of RMI objects, making sure they only operate on localhost.

Author:Joshua Kaplan

Methods

createRegistry

public static Registry createRegistry(int port)

exportObject

public static Remote exportObject(Remote object)

getRegistry

public static Registry getRegistry(int port)