com.jwpepper.inv
Class ManufacturerHomeImpl

java.lang.Object
  |
  +--java.rmi.server.RemoteObject
        |
        +--java.rmi.server.RemoteServer
              |
              +--java.rmi.server.UnicastRemoteObject
                    |
                    +--com.imaginary.lwp.BaseHome
                          |
                          +--com.jwpepper.inv.ManufacturerHomeImpl

public class ManufacturerHomeImpl
extends BaseHome
implements ManufacturerHome

The home objct from the manufacturer business component. This class provides methods for the lookup and creation of manufacturers.
Last modified $Date: 1999/10/06 20:23:16 $

Version:
$Revision: 1.1 $
Author:
Neophytos Iacovou (iacovou@ancept.com), George Reese (george@ancept.com)
See Also:
Serialized Form

Fields inherited from class java.rmi.server.RemoteObject
ref
 
Constructor Summary
ManufacturerHomeImpl()
           
 
Methods inherited from class com.imaginary.lwp.BaseHome
cache, find, findByObjectID, getInstance
 
Methods inherited from class java.rmi.server.UnicastRemoteObject
clone, exportObject, exportObject, exportObject, unexportObject
 
Methods inherited from class java.rmi.server.RemoteServer
getClientHost, getLog, setLog
 
Methods inherited from class java.rmi.server.RemoteObject
equals, getRef, hashCode, toString, toStub
 
Methods inherited from class java.lang.Object
finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ManufacturerHomeImpl

public ManufacturerHomeImpl()
                     throws java.rmi.RemoteException