BEA Systems, Inc.

theory.smart.ebusiness.inventory
Class LocatorHome

java.lang.Object
  |
  +--theory.smart.ebusiness.inventory.LocatorHome

public class LocatorHome
extends java.lang.Object
implements SmartHome, java.io.Serializable

The home class for the Locator belonging. Use this class to create Locators.

       Locator locator = LocatorHome.create();
 

See Also:
Serialized Form

Constructor Summary
LocatorHome()
           
 
Method Summary
static Locator create()
          Create a new Locator Belonging.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LocatorHome

public LocatorHome()
Method Detail

create

public static Locator create()
Create a new Locator Belonging. First look to see if there is a custom locator home from the BelongingHome factory. If not, just use the default BelongingHome.create() operation.

BEA Systems, Inc.

Copyright © 2000 BEA Systems, Inc. All Rights Reserved