Create a BnAgentEdge based on the supplied BnAgentEdge Value Object.
throws: InvalidValueException - If one of the values are not correct,this will not roll back the transactionbecause the caller has the chance tofix the problem and try again throws: EJBException - If no new unique ID could be retrieved this willrollback the transaction because there is nohope to try again throws: CreateException - Because we have to do so (EJB spec.)
ejbCreate
public BnAgentEdgePK ejbCreate(BnAgentEdgeValue pAgentEdge) throws CreateException(Code)
Create a BnAgentEdge based on the supplied BnAgentEdge Value Object. (c'est merdique)
throws: InvalidValueException - If one of the values are not correct,this will not roll back the transactionbecause the caller has the chance tofix the problem and try again throws: EJBException - If no new unique ID could be retrieved this willrollback the transaction because there is nohope to try again throws: CreateException - Because we have to do so (EJB spec.)