com.ibm.commerce.inventory.objects
Class ItemFulfillmentCenterAccessBean

java.lang.Object
  com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
      com.ibm.commerce.inventory.objects.ItemFulfillmentCenterAccessBean
All Implemented Interfaces:
ItemFulfillmentCenterAccessBeanData

public class ItemFulfillmentCenterAccessBean
extends com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean
implements ItemFulfillmentCenterAccessBeanData

Each rows contains information about reserved quantities, amount on backorder, and amount allocated to backorders for items owned by a store at a fulfillment center. This access bean corresponds to the database table 'ITEMFFMCTR'.

See Also:
Serialized Form

Constructor Summary
ItemFulfillmentCenterAccessBean()
Zero argument constructor used to initialize the access bean.
ItemFulfillmentCenterAccessBean(java.lang.Integer newStoreId, java.lang.Integer newFfmCenterId, java.lang.Long newItemSpcId)
Maps to a corresponding ejbCreate method in the home interface of the EJB
ItemFulfillmentCenterAccessBean(javax.ejb.EJBObject o)
constructor
Method Summary
void commitCopyHelper()
Update(flush) data to the EJBObject (persistent storage).
protected java.lang.String defaultJNDIName()
java.util.Enumeration findByFfmCenterIdAndItemSpcIdAndStoreId(java.lang.Integer affmCtrId, java.lang.Long aItemSpcId, java.lang.Integer aStoreId) Retrieves information about reserved quantities, amount on backorder, and amount allocated to backorders for items specified by the STORE_ID and FFMCENTER_ID and ITEMSPC_ID The SQL query used to fetch the requested row from the ITEMFFMCTR table is:
SELECT * FROM ITEMFFMCTR T1 WHERE T1.FFMCENTER_ID = ? AND T1.ITEMSPC_ID = ? AND T1.STORE_ID = ?
java.util.Enumeration findByStoreIdAndFfmCenterIdAndItemSpcId(java.lang.Integer aStoreId, java.lang.Integer affmCtrId, java.lang.Long aItemSpcId) Retrieves information about reserved quantities, amount on backorder, and amount allocated to backorders for items specified by the STORE_ID and FFMCENTER_ID and ITEMSPC_ID The SQL query used to fetch the requested row from the ITEMFFMCTR table is:
SELECT * FROM ITEMFFMCTR T1 WHERE T1.STORE_ID = ? AND T1.FFMCENTER_ID = ? AND T1.ITEMSPC_ID = ?
java.lang.String getFfmCenterId()
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
java.lang.Integer getFfmCenterIdInEJBType()
This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.
java.lang.String getItemSpcId()
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
java.lang.Long getItemSpcIdInEJBType()
This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.
java.lang.String getLastUpdate()
This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP.
java.sql.Timestamp getLastUpdateInEJBType()
This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP.
java.lang.String getQtyAllocBackOrder()
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.Integer getQtyAllocBackOrderInEJBType()
This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.String getQtyBackOrdered()
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.Integer getQtyBackOrderedInEJBType()
This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.String getQtyReserved()
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.Integer getQtyReservedInEJBType()
This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0.
java.lang.String getRestockTime()
getRestockTime
java.sql.Timestamp getRestockTimeInEJBType()
getRestockTimeInEJBType
java.lang.String getStoreId()
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL.
java.lang.Integer getStoreIdInEJBType()
This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL.
protected void instantiateEJB()
protected boolean instantiateEJBByPrimaryKey()
void refreshCopyHelper()
Load data from the EJBObject.
void setFfmCenterId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setFfmCenterId(java.lang.String newValue)
This method accesses a non-CMP field
void setInitKey_ffmCenterId(java.lang.String newValue)
Set the primary key for this object
void setInitKey_itemSpcId(java.lang.String newValue)
Set the primary key for this object
void setInitKey_storeId(java.lang.String newValue)
Set the primary key for this object
void setItemSpcId(java.lang.Long newValue)
This method accesses a non-CMP field
void setItemSpcId(java.lang.String newValue)
This method accesses a non-CMP field
void setLastUpdate(java.lang.String newValue)
This method accesses a non-CMP field
void setLastUpdate(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setQtyAllocBackOrder(java.lang.Integer newValue)
This method accesses a non-CMP field
void setQtyAllocBackOrder(java.lang.String newValue)
This method accesses a non-CMP field
void setQtyBackOrdered(java.lang.Integer newValue)
This method accesses a non-CMP field
void setQtyBackOrdered(java.lang.String newValue)
This method accesses a non-CMP field
void setQtyReserved(java.lang.Integer newValue)
This method accesses a non-CMP field
void setQtyReserved(java.lang.String newValue)
This method accesses a non-CMP field
void setRestockTime(java.lang.String newValue)
This method accesses a non-CMP field
void setRestockTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.Integer newValue)
This method accesses a non-CMP field
void setStoreId(java.lang.String newValue)
This method accesses a non-CMP field
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

Constructor Detail

ItemFulfillmentCenterAccessBean

public ItemFulfillmentCenterAccessBean()
Zero argument constructor used to initialize the access bean. This constructor corresponds to the following home interface method: public abstract com.ibm.commerce.inventory.objects.ItemFulfillmentCenter com.ibm.commerce.inventory.objimpl.ItemFulfillmentCenterHomeBase.findByPrimaryKey(com.ibm.commerce.inventory.objects.ItemFulfillmentCenterKey) throws java.rmi.RemoteException,javax.ejb.FinderException The home interface method properties need to be set by calling the following setter methods before calling any business methods: setInitKey_ffmCenterId( java.lang.Integer ) setInitKey_itemSpcId( java.lang.Long ) setInitKey_storeId( java.lang.Integer )

ItemFulfillmentCenterAccessBean

public ItemFulfillmentCenterAccessBean(javax.ejb.EJBObject o)
                                throws java.rmi.RemoteException
constructor
Parameters:
o - javax.ejb.EJBObject
Throws:
java.rmi.RemoteException

ItemFulfillmentCenterAccessBean

public ItemFulfillmentCenterAccessBean(java.lang.Integer newStoreId,
                                       java.lang.Integer newFfmCenterId,
                                       java.lang.Long newItemSpcId)
                                throws javax.naming.NamingException,
                                       javax.ejb.CreateException,
                                       java.rmi.RemoteException,
                                       javax.ejb.FinderException

Maps to a corresponding ejbCreate method in the home interface of the EJB

Parameters:
newFfmCenterId - - java.lang.Integer
newItemSpcId - - java.lang.Long
newStoreId - - java.lang.Integer
Throws:
javax.naming.NamingException - The javax.naming.NamingException exception
javax.ejb.CreateException - The javax.ejb.CreateException exception
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
Method Detail

findByStoreIdAndFfmCenterIdAndItemSpcId

public java.util.Enumeration findByStoreIdAndFfmCenterIdAndItemSpcId(java.lang.Integer aStoreId,
                                                                     java.lang.Integer affmCtrId,
                                                                     java.lang.Long aItemSpcId)
                                                              throws java.rmi.RemoteException,
                                                                     javax.ejb.FinderException,
                                                                     javax.naming.NamingException

Retrieves information about reserved quantities, amount on backorder, and amount allocated to backorders for items specified by the STORE_ID and FFMCENTER_ID and ITEMSPC_ID
The SQL query used to fetch the requested row from the
ITEMFFMCTR table is:
SELECT * FROM ITEMFFMCTR T1 WHERE T1.STORE_ID = ? AND T1.FFMCENTER_ID = ? AND T1.ITEMSPC_ID = ?

Parameters:
aStoreId - - java.lang.Integer
affmCtrId - - java.lang.Integer
aItemSpcId - - java.lang.Long
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

setInitKey_ffmCenterId

public void setInitKey_ffmCenterId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_itemSpcId

public void setInitKey_itemSpcId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

setInitKey_storeId

public void setInitKey_storeId(java.lang.String newValue)

Set the primary key for this object

Parameters:
newValue - java.lang.String
Returns:
void

defaultJNDIName

protected java.lang.String defaultJNDIName()
Returns:
String

instantiateEJB

protected void instantiateEJB()
                       throws java.rmi.RemoteException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException
Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException

instantiateEJBByPrimaryKey

protected boolean instantiateEJBByPrimaryKey()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.naming.NamingException
Returns:
boolean
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException

commitCopyHelper

public void commitCopyHelper()
                      throws java.rmi.RemoteException,
                             javax.ejb.CreateException,
                             javax.ejb.FinderException,
                             javax.naming.NamingException

Update(flush) data to the EJBObject (persistent storage).

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

refreshCopyHelper

public void refreshCopyHelper()
                       throws java.rmi.RemoteException,
                              javax.ejb.CreateException,
                              javax.ejb.FinderException,
                              javax.naming.NamingException

Load data from the EJBObject.

Returns:
void
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyBackOrdered

public java.lang.String getQtyBackOrdered()
                                   throws java.rmi.RemoteException,
                                          javax.ejb.CreateException,
                                          javax.ejb.FinderException,
                                          javax.naming.NamingException

This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

The quantity of this item backordered for this store and fulfillment center.

Specified by:
getQtyBackOrdered in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyBackOrderedInEJBType

public java.lang.Integer getQtyBackOrderedInEJBType()
                                             throws java.rmi.RemoteException,
                                                    javax.ejb.CreateException,
                                                    javax.ejb.FinderException,
                                                    javax.naming.NamingException

This method provides access to the ITEMFFMCTR.QTYBACKORDERED column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

The quantity of this item backordered for this store and fulfillment center.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQtyBackOrdered

public void setQtyBackOrdered(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setQtyBackOrdered in interface ItemFulfillmentCenterAccessBeanData

setQtyBackOrdered

public void setQtyBackOrdered(java.lang.Integer newValue)
This method accesses a non-CMP field

getLastUpdate

public java.lang.String getLastUpdate()
                               throws java.rmi.RemoteException,
                                      javax.ejb.CreateException,
                                      javax.ejb.FinderException,
                                      javax.naming.NamingException

This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Timestamp of the last update.

Specified by:
getLastUpdate in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getLastUpdateInEJBType

public java.sql.Timestamp getLastUpdateInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the ITEMFFMCTR.LASTUPDATE column of DB2 type TIMESTAMP.

The following is a description of this column:

Timestamp of the last update.

Returns:
java.sql.Timestamp
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setLastUpdate

public void setLastUpdate(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setLastUpdate in interface ItemFulfillmentCenterAccessBeanData

setLastUpdate

public void setLastUpdate(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getFfmCenterId

public java.lang.String getFfmCenterId()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The fulfillment center ID.

Specified by:
getFfmCenterId in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getFfmCenterIdInEJBType

public java.lang.Integer getFfmCenterIdInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the ITEMFFMCTR.FFMCENTER_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The fulfillment center ID.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setFfmCenterId

public void setFfmCenterId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setFfmCenterId in interface ItemFulfillmentCenterAccessBeanData

setFfmCenterId

public void setFfmCenterId(java.lang.Integer newValue)
This method accesses a non-CMP field

getQtyAllocBackOrder

public java.lang.String getQtyAllocBackOrder()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

Amount of in stock inventory allocated to a backorder.

Specified by:
getQtyAllocBackOrder in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyAllocBackOrderInEJBType

public java.lang.Integer getQtyAllocBackOrderInEJBType()
                                                throws java.rmi.RemoteException,
                                                       javax.ejb.CreateException,
                                                       javax.ejb.FinderException,
                                                       javax.naming.NamingException

This method provides access to the ITEMFFMCTR.QTYALLOCBACKORDER column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

Amount of in stock inventory allocated to a backorder.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQtyAllocBackOrder

public void setQtyAllocBackOrder(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setQtyAllocBackOrder in interface ItemFulfillmentCenterAccessBeanData

setQtyAllocBackOrder

public void setQtyAllocBackOrder(java.lang.Integer newValue)
This method accesses a non-CMP field

getQtyReserved

public java.lang.String getQtyReserved()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException

This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

Reserved amount. May be used for auctions or other purposes.

Specified by:
getQtyReserved in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getQtyReservedInEJBType

public java.lang.Integer getQtyReservedInEJBType()
                                          throws java.rmi.RemoteException,
                                                 javax.ejb.CreateException,
                                                 javax.ejb.FinderException,
                                                 javax.naming.NamingException

This method provides access to the ITEMFFMCTR.QTYRESERVED column of DB2 type INTEGER NOT NULL DEFAULT 0.

The following is a description of this column:

Reserved amount. May be used for auctions or other purposes.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setQtyReserved

public void setQtyReserved(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setQtyReserved in interface ItemFulfillmentCenterAccessBeanData

setQtyReserved

public void setQtyReserved(java.lang.Integer newValue)
This method accesses a non-CMP field

getItemSpcId

public java.lang.String getItemSpcId()
                              throws java.rmi.RemoteException,
                                     javax.ejb.CreateException,
                                     javax.ejb.FinderException,
                                     javax.naming.NamingException

This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The inventory item.

Specified by:
getItemSpcId in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getItemSpcIdInEJBType

public java.lang.Long getItemSpcIdInEJBType()
                                     throws java.rmi.RemoteException,
                                            javax.ejb.CreateException,
                                            javax.ejb.FinderException,
                                            javax.naming.NamingException

This method provides access to the ITEMFFMCTR.ITEMSPC_ID column of DB2 type BIGINT NOT NULL.

The following is a description of this column:

The inventory item.

Returns:
java.lang.Long
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setItemSpcId

public void setItemSpcId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setItemSpcId in interface ItemFulfillmentCenterAccessBeanData

setItemSpcId

public void setItemSpcId(java.lang.Long newValue)
This method accesses a non-CMP field

getStoreId

public java.lang.String getStoreId()
                            throws java.rmi.RemoteException,
                                   javax.ejb.CreateException,
                                   javax.ejb.FinderException,
                                   javax.naming.NamingException

This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The merchant store.

Specified by:
getStoreId in interface ItemFulfillmentCenterAccessBeanData
Returns:
String
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

getStoreIdInEJBType

public java.lang.Integer getStoreIdInEJBType()
                                      throws java.rmi.RemoteException,
                                             javax.ejb.CreateException,
                                             javax.ejb.FinderException,
                                             javax.naming.NamingException

This method provides access to the ITEMFFMCTR.STORE_ID column of DB2 type INTEGER NOT NULL.

The following is a description of this column:

The merchant store.

Returns:
java.lang.Integer
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setStoreId

public void setStoreId(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setStoreId in interface ItemFulfillmentCenterAccessBeanData

setStoreId

public void setStoreId(java.lang.Integer newValue)
This method accesses a non-CMP field

getRestockTime

public java.lang.String getRestockTime()
                                throws java.rmi.RemoteException,
                                       javax.ejb.CreateException,
                                       javax.ejb.FinderException,
                                       javax.naming.NamingException
getRestockTime
Specified by:
getRestockTime in interface ItemFulfillmentCenterAccessBeanData
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRestockTime

public void setRestockTime(java.sql.Timestamp newValue)
This method accesses a non-CMP field

getRestockTimeInEJBType

public java.sql.Timestamp getRestockTimeInEJBType()
                                           throws java.rmi.RemoteException,
                                                  javax.ejb.CreateException,
                                                  javax.ejb.FinderException,
                                                  javax.naming.NamingException
getRestockTimeInEJBType
Returns:
Throws:
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException

setRestockTime

public void setRestockTime(java.lang.String newValue)
This method accesses a non-CMP field
Specified by:
setRestockTime in interface ItemFulfillmentCenterAccessBeanData

findByFfmCenterIdAndItemSpcIdAndStoreId

public java.util.Enumeration findByFfmCenterIdAndItemSpcIdAndStoreId(java.lang.Integer affmCtrId,
                                                                     java.lang.Long aItemSpcId,
                                                                     java.lang.Integer aStoreId)
                                                              throws javax.naming.NamingException,
                                                                     javax.ejb.FinderException,
                                                                     java.rmi.RemoteException

Retrieves information about reserved quantities, amount on backorder, and amount allocated to backorders for items specified by the STORE_ID and FFMCENTER_ID and ITEMSPC_ID
The SQL query used to fetch the requested row from the
ITEMFFMCTR table is:
SELECT * FROM ITEMFFMCTR T1 WHERE T1.FFMCENTER_ID = ? AND T1.ITEMSPC_ID = ? AND T1.STORE_ID = ?

Parameters:
affmCtrId - - java.lang.Integer
aItemSpcId - - java.lang.Long
aStoreId - - java.lang.Integer
Returns:
java.util.Enumeration
Throws:
java.rmi.RemoteException - The java.rmi.RemoteException exception
javax.ejb.FinderException - The javax.ejb.FinderException exception
javax.naming.NamingException - The javax.naming.NamingException exception

Feedback