java.lang.Object | +--com.ibm.ivj.ejb.runtime.AbstractEntityAccessBean | +--com.ibm.commerce.contract.objects.ProductSetTCInclusionAccessBean
This table contains terms and conditions used in trading agreements (business accounts, contracts, RFQs). To see how columns are used by different terms and conditions, refer to &l
Constructor Summary | |
---|---|
ProductSetTCInclusionAccessBean() constructor | |
ProductSetTCInclusionAccessBean(javax.ejb.EJBObject o) constructor | |
ProductSetTCInclusionAccessBean(java.lang.Long arg0,
org.w3c.dom.Element arg1) constructor |
Method Summary | |
---|---|
void |
commitCopyHelper() Update(flush) data to the EJBObject (persistent storage). |
java.lang.Long |
createNewVersion(java.lang.Long arg0) |
protected
java.lang.String |
defaultJNDIName() |
java.lang.String |
getChangeableFlag() This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getChangeableFlagInEJBType() This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
TermConditionDescriptionAccessBean |
getDescription(java.lang.Integer arg0) This method accesses a non-CMP field |
TermConditionDescriptionAccessBean |
getDescription(java.lang.Integer arg0,
java.lang.Integer arg1) This method accesses a non-CMP field |
java.lang.String |
getMandatoryFlag() This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL DEFAULT 0. |
java.lang.Integer |
getMandatoryFlagInEJBType() This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL DEFAULT 0. |
ParticipantAccessBean[] |
getParticipants() This method accesses a non-CMP field |
BusinessPolicyAccessBean[] |
getPolicies() This method accesses a non-CMP field |
BusinessPolicyAccessBean[] |
getPoliciesByType(java.lang.String arg0) This method accesses a non-CMP field |
java.lang.String |
getProductSetId() This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER. |
java.lang.Integer |
getProductSetIdInEJBType() This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER. |
java.lang.String |
getReferenceNumber() This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getReferenceNumberInEJBType() This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getTcSequence() This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
java.lang.Integer |
getTcSequenceInEJBType() This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
java.lang.String |
getTcSubType() This method accesses a non-CMP field |
java.lang.String |
getTimeCreated() This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeCreatedInEJBType() This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP. |
java.lang.String |
getTimeUpdated() This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP. |
java.sql.Timestamp |
getTimeUpdatedInEJBType() This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP. |
java.lang.String |
getTradingId() This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
java.lang.Long |
getTradingIdInEJBType() This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
java.lang.String |
getXMLString() This method accesses a non-CMP field |
java.lang.String |
getXMLString(boolean arg) This method accesses a non-CMP field |
protected
void |
instantiateEJB() |
protected
boolean |
instantiateEJBByPrimaryKey() |
void |
markForDelete() |
void |
parseXMLElement(org.w3c.dom.Element arg0) |
void |
refreshCopyHelper() Load data from the EJBObject. |
void |
setChangeableFlag(java.lang.Integer newValue) This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setChangeableFlag(java.lang.String newValue) This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setInitKey_referenceNumber(java.lang.String newValue) Set the primary key for this object |
void |
setMandatoryFlag(java.lang.Integer newValue) This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setMandatoryFlag(java.lang.String newValue) This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL DEFAULT 0. |
void |
setProductSetId(java.lang.Integer newValue) This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER. |
void |
setProductSetId(java.lang.String newValue) This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER. |
void |
setReferenceNumber(java.lang.Long newValue) This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setReferenceNumber(java.lang.String newValue) This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL. |
void |
setTcSequence(java.lang.Integer newValue) This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
void |
setTcSequence(java.lang.String newValue) This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL. |
void |
setTimeCreated(java.lang.String newValue) This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP. |
void |
setTimeCreated(java.sql.Timestamp newValue) This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP. |
void |
setTimeUpdated(java.lang.String newValue) This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP. |
void |
setTimeUpdated(java.sql.Timestamp newValue) This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP. |
void |
setTradingId(java.lang.Long newValue) This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
void |
setTradingId(java.lang.String newValue) This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll,
toString, wait, wait, wait |
Constructor Detail |
---|
public ProductSetTCInclusionAccessBean()
public ProductSetTCInclusionAccessBean(javax.ejb.EJBObject o) throws java.rmi.RemoteException
o
- javax.ejb.EJBObjectjava.rmi.RemoteException
public ProductSetTCInclusionAccessBean(java.lang.Long arg0, org.w3c.dom.Element arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.ejb.RemoveException
arg0
- java.lang.Longarg1
- org.w3c.dom.Elementjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
javax.ejb.RemoveException
Method Detail |
---|
public void setInitKey_referenceNumber(java.lang.String newValue)
Set the primary key for this object
newValue
- java.lang.Stringprotected java.lang.String defaultJNDIName()
protected void instantiateEJB() throws java.rmi.RemoteException, javax.ejb.FinderException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.FinderException
javax.naming.NamingException
protected boolean instantiateEJBByPrimaryKey() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.naming.NamingException
java.rmi.RemoteException
javax.ejb.CreateException
javax.naming.NamingException
public void commitCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Update(flush) data to the EJBObject (persistent storage).
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void refreshCopyHelper() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
Load data from the EJBObject.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getMandatoryFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
This column is used to indicate if the trading agreement participant must respond to this term during negotiation. (0 - n
getMandatoryFlag
in interface
ProductSetTCInclusionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getMandatoryFlagInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
This column is used to indicate if the trading agreement participant must respond to this term during negotiation. (0 - n
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setMandatoryFlag(java.lang.String newValue)
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
This column is used to indicate if the trading agreement participant must respond to this term during negotiation. (0 - n
setMandatoryFlag
in interface
ProductSetTCInclusionAccessBeanData
newValue
- Stringpublic void setMandatoryFlag(java.lang.Integer newValue)
This method provides access to the TERMCOND.MANDATORY column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
This column is used to indicate if the trading agreement participant must respond to this term during negotiation. (0 - n
newValue
- java.lang.Integerpublic java.lang.String getTradingId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to TRADING table. This column indicates the trading agreement this term belongs to.
getTradingId
in interface
ProductSetTCInclusionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getTradingIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to TRADING table. This column indicates the trading agreement this term belongs to.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTradingId(java.lang.String newValue)
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to TRADING table. This column indicates the trading agreement this term belongs to.
setTradingId
in interface
ProductSetTCInclusionAccessBeanData
newValue
- Stringpublic void setTradingId(java.lang.Long newValue)
This method provides access to the TERMCOND.TRADING_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Foreign key to TRADING table. This column indicates the trading agreement this term belongs to.
newValue
- java.lang.Longpublic java.lang.String getTimeUpdated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time updated.
getTimeUpdated
in interface
ProductSetTCInclusionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeUpdatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time updated.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeUpdated(java.lang.String newValue)
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time updated.
setTimeUpdated
in interface
ProductSetTCInclusionAccessBeanData
newValue
- Stringpublic void setTimeUpdated(java.sql.Timestamp newValue)
This method provides access to the TERMCOND.TIMEUPDATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time updated.
newValue
- java.sql.Timestamppublic java.lang.String getProductSetId() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER.
The following is a description of this column:
An INTEGER field used to store terms and conditions data.
getProductSetId
in interface
ProductSetTCInclusionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getProductSetIdInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER.
The following is a description of this column:
An INTEGER field used to store terms and conditions data.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setProductSetId(java.lang.String newValue)
This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER.
The following is a description of this column:
An INTEGER field used to store terms and conditions data.
setProductSetId
in interface
ProductSetTCInclusionAccessBeanData
newValue
- Stringpublic void setProductSetId(java.lang.Integer newValue)
This method provides access to the TERMCOND.INTEGERFIELD1 column of DB2 type INTEGER.
The following is a description of this column:
An INTEGER field used to store terms and conditions data.
newValue
- java.lang.Integerpublic java.lang.String getChangeableFlag() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
This column indicates if the trading agreement participant can change the term. (0 - n
getChangeableFlag
in interface
ProductSetTCInclusionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getChangeableFlagInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
This column indicates if the trading agreement participant can change the term. (0 - n
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setChangeableFlag(java.lang.String newValue)
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
This column indicates if the trading agreement participant can change the term. (0 - n
setChangeableFlag
in interface
ProductSetTCInclusionAccessBeanData
newValue
- Stringpublic void setChangeableFlag(java.lang.Integer newValue)
This method provides access to the TERMCOND.CHANGEABLE column of DB2 type INTEGER NOT NULL DEFAULT 0.
The following is a description of this column:
This column indicates if the trading agreement participant can change the term. (0 - n
newValue
- java.lang.Integerpublic java.lang.String getTcSubType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
getTcSubType
in interface
ProductSetTCInclusionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.String getTimeCreated() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time created.
getTimeCreated
in interface
ProductSetTCInclusionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.sql.Timestamp getTimeCreatedInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time created.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTimeCreated(java.lang.String newValue)
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time created.
setTimeCreated
in interface
ProductSetTCInclusionAccessBeanData
newValue
- Stringpublic void setTimeCreated(java.sql.Timestamp newValue)
This method provides access to the TERMCOND.TIMECREATED column of DB2 type TIMESTAMP.
The following is a description of this column:
Time created.
newValue
- java.sql.Timestamppublic java.lang.String getTcSequence() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column contains a number indicating the sequence of the term within a trading agreement. This number must be unique within a trading agreement.
getTcSequence
in interface
ProductSetTCInclusionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Integer getTcSequenceInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column contains a number indicating the sequence of the term within a trading agreement. This number must be unique within a trading agreement.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setTcSequence(java.lang.String newValue)
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column contains a number indicating the sequence of the term within a trading agreement. This number must be unique within a trading agreement.
setTcSequence
in interface
ProductSetTCInclusionAccessBeanData
newValue
- Stringpublic void setTcSequence(java.lang.Integer newValue)
This method provides access to the TERMCOND.SEQUENCE column of DB2 type INTEGER NOT NULL.
The following is a description of this column:
This column contains a number indicating the sequence of the term within a trading agreement. This number must be unique within a trading agreement.
newValue
- java.lang.Integerpublic java.lang.String getReferenceNumber() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key and internal reference number for this term.
getReferenceNumber
in interface
ProductSetTCInclusionAccessBeanData
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public java.lang.Long getReferenceNumberInEJBType() throws java.rmi.RemoteException, javax.ejb.CreateException, javax.ejb.FinderException, javax.naming.NamingException
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key and internal reference number for this term.
java.rmi.RemoteException
javax.ejb.CreateException
javax.ejb.FinderException
javax.naming.NamingException
public void setReferenceNumber(java.lang.String newValue)
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key and internal reference number for this term.
setReferenceNumber
in interface
ProductSetTCInclusionAccessBeanData
newValue
- Stringpublic void setReferenceNumber(java.lang.Long newValue)
This method provides access to the TERMCOND.TERMCOND_ID column of DB2 type BIGINT NOT NULL.
The following is a description of this column:
Primary key and internal reference number for this term.
newValue
- java.lang.Longpublic BusinessPolicyAccessBean[] getPolicies() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
public BusinessPolicyAccessBean[] getPoliciesByType(java.lang.String arg0) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
public ParticipantAccessBean[] getParticipants() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
public TermConditionDescriptionAccessBean getDescription(java.lang.Integer arg0) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
public TermConditionDescriptionAccessBean getDescription(java.lang.Integer arg0, java.lang.Integer arg1) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
public java.lang.Long createNewVersion(java.lang.Long arg0) throws org.xml.sax.SAXException, java.io.IOException, javax.ejb.CreateException, javax.ejb.FinderException, javax.ejb.RemoveException, javax.naming.NamingException, java.rmi.RemoteException
arg0
- java.lang.Longorg.xml.sax.SAXException
java.io.IOException
javax.ejb.CreateException
javax.ejb.FinderException
javax.ejb.RemoveException
javax.naming.NamingException
java.rmi.RemoteException
public java.lang.String getXMLString() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
public java.lang.String getXMLString(boolean arg) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
public void markForDelete() throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException
javax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
public void parseXMLElement(org.w3c.dom.Element arg0) throws javax.naming.NamingException, javax.ejb.CreateException, javax.ejb.FinderException, java.rmi.RemoteException, javax.ejb.RemoveException
arg0
- org.w3c.dom.Elementjavax.naming.NamingException
javax.ejb.CreateException
javax.ejb.FinderException
java.rmi.RemoteException
javax.ejb.RemoveException