dynaop.remote
Class Home

java.lang.Object
  extended bydynaop.remote.Home

public class Home
extends java.lang.Object

Creates client stubs. Thread safe. Client interface methods should throw java.rmi.RemoteException.

Author:
Bob Lee (crazybob@crazybob.org)

Constructor Summary
Home()
           
 
Method Summary
 java.lang.Object create(java.net.URL url, java.lang.Class intf)
          Creates stub that connects to Service mapped to specified URL and implements the specified client interface.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Home

public Home()
Method Detail

create

public java.lang.Object create(java.net.URL url,
                               java.lang.Class intf)
Creates stub that connects to Service mapped to specified URL and implements the specified client interface.