com.caucho.ejb
Class RmiClientFactory

java.lang.Object
  |
  +--com.caucho.ejb.AbstractClientFactory
        |
        +--com.caucho.ejb.RmiClientFactory
All Implemented Interfaces:
ClientFactory

public class RmiClientFactory
extends AbstractClientFactory

Create a remote object


Constructor Summary
RmiClientFactory()
           
 
Method Summary
 java.lang.Object create(java.lang.ClassLoader loader)
           
 
Methods inherited from class com.caucho.ejb.AbstractClientFactory
getHome, getRemote, getURL, setHome, setRemote, setURL
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RmiClientFactory

public RmiClientFactory()
Method Detail

create

public java.lang.Object create(java.lang.ClassLoader loader)
                        throws java.lang.Exception
Overrides:
create in class AbstractClientFactory